I am pasting /etc/network/interfaces: As you can see "auto eth1" is
commented

[EMAIL PROTECTED]:~$ uniq /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The Ethernet interface
#auto eth1
#iface eth1 inet dhcp

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
        script grep
        map eth1

#Setup wireless interface - Pappan
iface eth0 inet static
address 192.168.1.105
netmask 255.255.255.0
gateway 192.168.1.1
wireless-essid *******
wireless-key **********

#Setup lan interface - Pappan
iface eth1 inet static
address 192.168.1.106
netmask 255.255.255.0
gateway 192.168.1.1

auto eth0

-- 
Sony Vaio: coming back from hibernation brings up a network interface that was 
down before hibernation
https://launchpad.net/bugs/52058

--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to