On 16/12/06, David Pashley <[EMAIL PROTECTED]> wrote: > Run "ip link"
OK: [EMAIL PROTECTED]:~$ ip link 1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:13:d3:cd:a6:fa brd ff:ff:ff:ff:ff:ff 3: sit0: <NOARP> mtu 1480 qdisc noop link/sit 0.0.0.0 brd 0.0.0.0 > "ip addr show dev eth0" > The line you're interested in here is the line that starts inet. If you > don't or it starts 169.254 then you don't have an ip address assigned. [EMAIL PROTECTED]:~$ ip addr show dev eth0 2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:13:d3:cd:a6:fa brd ff:ff:ff:ff:ff:ff inet 192.168.1.2/24 brd 192.168.1.255 scope global eth0 inet6 fe80::213:d3ff:fecd:a6fa/64 scope link valid_lft forever preferred_lft forever Think that's all ok on the network front. What should I check next? Thanks for all this help. -- Dave Briggs -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.kubuntu.org/UKTeam/