From: Dave C. <dc...@do...> - 2007-07-07 05:44:57
|
Hi, I'm using the Genntoo build on Windows XP. I had everything running perfectly with eth0=slirp and eth1=tuntp. /etc/conf.d/net had: config_eth0=( "dchp" ) config_eth1=( "192.168.37.20/24" ) I could ssh to the colinux layer via eth1 and use portage successfully on eth0. Now portage has stopped working and I cannot ping google or access www.yahoo.com with lynx. The Tuntap connection to the XP layer remains intact. I'm not sure what I might have done to disrupt the eth0 service. I have installed apache, but turning apache off does not help. Can anyone think of anything I can check? ifconfig tells me: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eth0 Link encap:Ethernet HWaddr 00:FF:E8:32:BD:00 inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:25 errors:0 dropped:0 overruns:0 frame:0 TX packets:189 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1050 (1.0 Kb) TX bytes:14282 (13.9 Kb) Interrupt:2 eth1 Link encap:Ethernet HWaddr 00:FF:F9:56:80:00 inet addr:192.168.37.20 Bcast:192.168.37.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:372 errors:0 dropped:0 overruns:0 frame:0 TX packets:498 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:29783 (29.0 Kb) TX bytes:69384 (67.7 Kb) Interrupt:2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (I had my old laptop stolen in a burglary and I'm trying to set up the replacement) |