JAVA SCRIPT

RH133. 10.NETWORK CONFIG


        NETWORK CONFIGURATION

1.eth0  ->first physical NIC card
2.eth1  ->second physical NIC card

eth0:0
eth0:1  ->Use this to assign virtual ip


To assign Multiple IP:-

1.To set multiple Ip temporarily

ifconfig eth0:0  192.168.0.11
ifconfig eth0:1  192.168.0.12  (Temp till service network restart)

2.To set multiple Ip permanently
system-config-network-tui  (Create New device and name as eth0:0)

3. To set ip using tool in GUI
system-config-network-tui 

4.dhclient  ->reads the ip address from dhcp server

5.ifdown eth0   ->disable the card
  ifup  eth0    ->enable the card

6.To check physical status of nic card
   ethtool eth0  (if yes link is present)

To change speed or duplex
ethtool -s eth0 autoneg off (before changing speed or duplex autoneg shuld b off
ethtool -s eth0 speed 10
ethtool -s eth0 duplex half

If you found this post useful, I would really love it, if you can Like the Page, or share it with your Facebook/Google+/Twitter Friends... It will keep me motivated. Thank you!

No comments:

Post a Comment