installer does not find a network - but a live system does ... wtf?
NoOp
glgxg at sbcglobal.net
Thu Mar 17 03:32:53 UTC 2011
On 03/16/2011 01:35 AM, Andi Meier wrote:
...
>
> The following sections provide the output of the suggested commands which are:
>
> - cat hostname
> - cat /etc/network/interfaces
> - route -n
> - cat /etc/resolv.conf
> - ifconfig -a
> - ethtool eth0
> - dhclient eth0
>
> Those who are different when network is unreachable than when the network is up, are shown in both versions:
>
>
> <<<<< cat hostname
> koala
> ============================
>
> <<<<< 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
I see in your other post that powering off & disconnected everything
worked. Not sure why, but if it occurs again can you please try:
1. Modifying /etc/network/interfaces to:
# The loopback network interface
auto lo
iface lo inet loopback
only and taking out or commenting out the:
# The primary network interface
auto eth0
iface eth0 inet dhcp
bits.
2. Modifying /etc/resolv.conf to:
nameserver 192.168.178.1
3. Provide the output of:
$ cat /etc/udev/rules.d/70-persistent-net.rules
and
$ cat /etc/iftab
and
$ sudo cat /var/run/network/ifstate
Thanks.
....
More information about the ubuntu-users
mailing list