networking hosed after upgrading to 10.04

scar scar at drigon.com
Tue May 31 15:58:59 UTC 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Tom H @ 05/31/2011 01:41 AM:
> What's the output of "nm-tool"?

$ nm-tool

NetworkManager Tool

State: connected

- - Device: eth0  [Auto eth0]
- ----------------------------------------------------
  Type:              Wired
  Driver:            r8169
  State:             connected
  Default:           yes
  HW Address:        00:24:8C:66:D9:B5

  Capabilities:
    Carrier Detect:  yes
    Speed:           1000 Mb/s

  Wired Properties
    Carrier:         on

  IPv4 Settings:
    Address:         192.168.1.139
    Prefix:          23 (255.255.254.0)
    Gateway:         192.168.1.1

    DNS:             192.168.1.1



> What's your bridge setup/configuration?

not sure what you want here, i just followed the guide at
https://help.ubuntu.com/community/KVM/Networking#bridgednetworking to
get everything set up

my /etc/network/interfaces and ifconfig:

$ cat /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 primary network interface
auto eth0
iface eth0 inet dhcp

auto br0
iface br0 inet dhcp
	bridge_ports eth0
	bridge_stp off
	bridge_fd 0
	bridge_maxwait 0

$ ifconfig
br0       Link encap:Ethernet  HWaddr 00:24:8c:66:d9:b5
          inet addr:192.168.1.139  Bcast:192.168.1.255  Mask:255.255.254.0
          inet6 addr: fe80::224:8cff:fe66:d9b5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:521126 errors:0 dropped:0 overruns:0 frame:0
          TX packets:267151 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:739852218 (739.8 MB)  TX bytes:33478495 (33.4 MB)

eth0      Link encap:Ethernet  HWaddr 00:24:8c:66:d9:b5
          inet addr:192.168.1.139  Bcast:192.168.1.255  Mask:255.255.254.0
          inet6 addr: fe80::224:8cff:fe66:d9b5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:521126 errors:0 dropped:0 overruns:0 frame:0
          TX packets:276466 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:747148698 (747.1 MB)  TX bytes:33887853 (33.8 MB)
          Interrupt:28 Base address:0xc000

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:8368 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8368 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:818225 (818.2 KB)  TX bytes:818225 (818.2 KB)

virbr0    Link encap:Ethernet  HWaddr 9e:10:16:12:11:ed
          inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
          inet6 addr: fe80::9c10:16ff:fe12:11ed/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:184 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:37545 (37.5 KB)



-----BEGIN PGP SIGNATURE-----

iEYEAREIAAYFAk3lEEIACgkQXhfCJNu98qDYVwCgrrdahAnvKjQSDdH2rfwXngf3
USsAoI44HGBTg/CQ7e5DXottQmR3l4A9
=y77m
-----END PGP SIGNATURE-----





More information about the ubuntu-users mailing list