How can I configure eth1 using netconfig command in redhat linux os ?
Wednesday, November 4th, 2009 at
22:03
Normally "netconfig" command in RedHat configure eth0 by default. How can me make it configure eth1 ( second ethernet card )
Tagged with: ethernet card
Filed under: Redhat
Like this post? Subscribe to my RSS feed and get loads more!
I don’t know how netconfig works, but almost every *NIX box I know is able to use ifconfig.
ex:
/sbin/ifconfig eth1 192.168.10.12 netmask 255.255.255.0 broadcast 192.168.10.255