Thread: Cannot configure multiple ip addressed on NIC
hi,
have following configuration in /etc/network/interfaces:
after rebooting, ifconfig shows eth1 not show eth1:0 , ping 192.168.0.101 results in request timeout.code:# file describes network interfaces available on system # , how activate them. more information, see interfaces(5). # loopback network interface auto lo iface lo inet loopback # primary network interface auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.2.1 netmask 255.255.255.0 broadcasr 192.168.2.255 network 192.168.2.0 auto eth1:0 iface eth1:0 inet static name ethernet alias lan card address 192.168.0.101 netmask 255.255.255.0 broadcast 192.168.0.255 network 192.168.0.0
after restart network service ( /etc/init.d/networking restart ), ifconfig still doesn't show eth1:0 pinging 192.168.0.101 succeeds.
idea why eth1:0 not shown in ifconfig , why address become valid after restarting network service ?
check these out, did search on "bridging" , "bonding"
http://ubuntuforums.org/showthread.php?t=1842656
http://ubuntuforums.org/showthread.php?t=1840543
regards
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Cannot configure multiple ip addressed on NIC
Ubuntu
Comments
Post a Comment