Hello All,
according to the wiki BT shouldn't boot with networking http://www.backtrack-linux.org/wiki/...orking_to_work .
My BT5R1 does - Ii wanted to change this behaviour by editing the /etc/network/intefaces as follows:
Code:
auto lo
iface lo inet loopback
#auto eth0
iface eth0 inet dhcp
#auto eth1
iface eth1 inet dhcp
#auto eth2
iface eth2 inet dhcp
#auto ath0
iface ath0 inet dhcp
#auto wlan0
iface wlan0 inet dhcp
iface wlan1 inet dhcp
it didn't help.
after booting ifconfig looks like:
Code:
root@bt:~# ifconfig
eth1 Link encap:Ethernet HWaddr
inet addr:192.168.227.129 Bcast:192.168.227.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fec4:55d1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:808 (808.0 B) TX bytes:1640 (1.6 KB)
Interrupt:19 Base address:0x2024
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:33 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5521 (5.5 KB) TX bytes:5521 (5.5 KB)
wlan0 Link encap:Ethernet HWaddr
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
this is for BT5R1 32bit on VMware and BT5R1 64bit.
Am I missing something? How to change to the old behaviour?
many thanks for your help