After full update: I have network connection, but I can't make it to function 
with static IP.
In Network Tools I have: "Network device: Loopback interface (lo)". When I try 
change it to Ethernet interface (eth0) and configure it, i get 
"Interface doesn't exist" message. When I try sudo ifup eth0 I get "interface 
eth0 already configured" ...
------------------------------------------------------------------------------------------
70-persistent-net.rules:

# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.

# PCI device 0x10ec:0x8167 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:16:17:93:27:c3", ATTR{type}=="1", NAME="eth0"

-----------------------------------------------------------------------------------------------
interfaces:

auto lo
iface lo inet loopback


auto eth0 inet

iface eth0 inet static
address 192.168.0.156
netmask 255.255.255.0
gateway 192.168.0.8
----------------------------------------------------------------------------------------------
ifconfig:

eth0      Link encap:Ethernet  HWaddr 00:16:17:93:27:c3  
          inet addr:192.168.0.156  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::216:17ff:fe93:27c3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:72761 errors:0 dropped:0 overruns:0 frame:0
          TX packets:29625 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:54245978 (51.7 MB)  TX bytes:2734426 (2.6 MB)
          Interrupt:21 Base address:0x4000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4590 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4590 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:229500 (224.1 KB)  TX bytes:229500 (224.1 KB)
--------------------------------------------------------------------------------------------------

-- 
Loss of network connection and adapter
https://bugs.launchpad.net/bugs/213717
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to