hi
if your bt ""see" eth0...
i'm try these "commands" in my BT5-r3 fresh-install && worked fine:
root@bt:~# /etc/init.d/networking stop
** Deconfiguring network interfaces... * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *There is already a pid file /var/run/dhclient.eth0.pid with pid 2498
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/08:00:xx:98:99:x6
Sending on * LPF/eth0/08:00:xx:98:99:x6
Sending on * Socket/fallback
DHCPRELEASE on eth0 to 192.168.1.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *[ OK ]
root@bt:~# ifconfig eth0 down
root@bt:~# ifconfig eth0 192.168.1.11 netmask 255.255.255.0
root@bt:~# route add default gw 192.168.1.1
root@bt:~# echo nameserver 192.168.1.1 > /etc/resolv.conf
root@bt:~# ifconfig eth0 up
root@bt:~# ifconfig
eth0 * * *Link encap:Ethernet *HWaddr 08:00:xx:98:99:x6 *
* * * * * inet addr:192.168.1.11 *Bcast:192.168.1.255 *Mask:255.255.255.0
* * * * * inet6 addr: fe80::a00:xxff:fe99:99x6/x4 Scope:Link
* * * * * UP BROADCAST RUNNING MULTICAST *MTU:1500 *Metric:1
* * * * * RX packets:505 errors:0 dropped:0 overruns:0 frame:0
* * * * * TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
* * * * * collisions:0 txqueuelen:1000*
* * * * * RX bytes:33826 (33.8 KB) *TX bytes:6456 (6.4 KB)
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:165 errors:0 dropped:0 overruns:0 frame:0
* * * * * TX packets:165 errors:0 dropped:0 overruns:0 carrier:0
* * * * * collisions:0 txqueuelen:0*
* * * * * RX bytes:23373 (23.3 KB) *TX bytes:23373 (23.3 KB)
root@bt:~# firefox www.whatismyip.com
bye!




