--- In .com,
"James Bridson" <james.bridson@...> wrote:
>
> Whoops -
beware typo in my last post!
>
> Here is my
/etc/network/interfaces:
>
> auto lo
> iface lo inet
loopback
>
> allow-hotplug eth0
> iface eth0 inet
dhcp
>
> auto eth0
>
I stripped down my interfaces
file to just what you have above.
Then I rebooted and did "ifconfig
-a".
It showed no IP address.
So I did "dhclient -v eth0" and got
this:
-----------------
Internet Systems Consortium DHCP Client
4.1.0a1
Copyright 2004-2008 Internet Systems Consortium.
All rights
reserved.
For info, please visit http://www.isc.org/sw/dhcp/
execve
(/sbin/dhclient-script, ...): No such file or directory
Listening on
LPF/eth0/00:d0:69:41:24:26
Sending on
LPF/eth0/00:d0:69:41:24:26
Sending on
Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port
67
DHCPACK from 130.215.48.2
execve (/sbin/dhclient-script, ...):
No such file or directory
bound to 130.215.55.154 -- renewal in 3204
seconds.
------------
Sounds good, right?
But an "ifconfig -a"
yields this:
------------------
eth0 Link encap:Ethernet HWaddr
00:D0:69:41:24:26
UP BROADCAST RUNNING MULTICAST MTU:1500
Metric:1
RX packets:687 errors:0 dropped:0 overruns:0 frame:0
TX
packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
txqueuelen:256
RX bytes:55860 (54.5 KiB) TX bytes:684 (684.0
b)
Interrupt:21
lo Link encap:Local Loopback
inet
addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436
Metric:1
RX packets:26 errors:0 dropped:0 overruns:0 frame:0
TX
packets:26 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
txqueuelen:0
RX bytes:1908 (1.8 KiB) TX bytes:1908 (1.8
KiB)
---------------------
So just to be sure I tried pinging
130.215.55.154, and it
said the network was unreachable.
Thanks to
all who have tried to help.
Any other ideas about things I can
try?