7
10-30-2001, 10:39 AM
Hi
I boot into a boot/root disk I've made from busybox. I type:
# ifconfig eth0 hw ether 00:50:FC:23:7C:FA up # Forge MAC address of card.
# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:50:FC:23:7C:FA <- accepts new address
UP BROADCAST RUNNING 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:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0x340
# pump
# ping -c 1 www.yahoo.com (http://www.yahoo.com)
ping: www.yahoo.com: (http://www.yahoo.com:) Resolver Error 0 (no error)
# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:50:FC:23:7C:FA
inet addr:62.31.151.73 Bcast:255.255.255.255 Mask:255.255.255.0 <- connected okay
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:156 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:15176 (14.8 kb) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0x340
# cat /etc/resolv.conf
search blueyonder.co.uk co.uk
nameserver 62.31.144.119 <-
nameserver 62.31.144.120 <- pump sets up dns server addresses okay
# ping -c 1 62.31.144.119
PING 62.31.144.119 (62.31.144.119): 56 data bytes
64 bytes from 62.31.144.119: icmp_seq=0 ttl=252 time=17.1 ms
--- 62.31.144.119 ping statistics ---
1 packets transmitted, 1 packets recieved, 0% packet loss
round-trip min/avg/max = 17.1/17.1/17.1 ms
I'm quite lost. I have Debian (potato) installed on the computer's hard drive and the above works perfectly (the ping to yahoo returns). Does anyone know what ping: www.yahoo.com: (http://www.yahoo.com:) Resolver Error 0 (no error) means? Is it some sick joke?
Cheers.
[ 30 October 2001: Message edited by: 7 ]
[ 30 October 2001: Message edited by: 7 ]
I boot into a boot/root disk I've made from busybox. I type:
# ifconfig eth0 hw ether 00:50:FC:23:7C:FA up # Forge MAC address of card.
# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:50:FC:23:7C:FA <- accepts new address
UP BROADCAST RUNNING 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:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0x340
# pump
# ping -c 1 www.yahoo.com (http://www.yahoo.com)
ping: www.yahoo.com: (http://www.yahoo.com:) Resolver Error 0 (no error)
# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:50:FC:23:7C:FA
inet addr:62.31.151.73 Bcast:255.255.255.255 Mask:255.255.255.0 <- connected okay
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:156 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:15176 (14.8 kb) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0x340
# cat /etc/resolv.conf
search blueyonder.co.uk co.uk
nameserver 62.31.144.119 <-
nameserver 62.31.144.120 <- pump sets up dns server addresses okay
# ping -c 1 62.31.144.119
PING 62.31.144.119 (62.31.144.119): 56 data bytes
64 bytes from 62.31.144.119: icmp_seq=0 ttl=252 time=17.1 ms
--- 62.31.144.119 ping statistics ---
1 packets transmitted, 1 packets recieved, 0% packet loss
round-trip min/avg/max = 17.1/17.1/17.1 ms
I'm quite lost. I have Debian (potato) installed on the computer's hard drive and the above works perfectly (the ping to yahoo returns). Does anyone know what ping: www.yahoo.com: (http://www.yahoo.com:) Resolver Error 0 (no error) means? Is it some sick joke?
Cheers.
[ 30 October 2001: Message edited by: 7 ]
[ 30 October 2001: Message edited by: 7 ]