From: Mike <dis...@bo...> - 2008-04-05 10:36:28
|
Henry Nestler <Henry.Ne@...> writes: > Think this description for ICS is better: > http://colinux.wikia.com/wiki/Getting_Started_with_coLinux_-_Long_manual#Setting_up_networking_with_TAP-Win32_and_ICS > OK, I'm getting further. Basically I'm using the configuration as suggested in your last example. Situation is now that, from within colinux, I can ping the lan-router (192.168.2.254), but not the ADSL-router (192.168.1.254). When I ping e.g. www.colinux.org, the IP address is resolved, but I get no packages back. That would suggest a setting in the router blocking the request. However, when I start the PC with my second boot option (Ubuntu) then I'm getting through without problem (can access http,ping,ftp, etc). This is the current layout (for simplicities sake I've left out the second virtual TAP network eth1-wtap1): +-----------------------+ +------------------------+ | coLinux (guest) | | WinXP (host) | | | | wtap0: (Win-TAP32)<-+ | | eth0: | | IP:192.168.100.1 | | | IP 192.168.100.2 <--|------|--> | | | gateway: 192.168.100.1| | ICS | +-----------------------+ +---|--> | | | | PhysicalNetwork: <-+ | | | IP:192.168.2.10 (wifi) | | | gateway: 192.168.2.254 | | +------------------------+ | +------------------------+ | | lan router (netgear) | | | 192.168.2.254 | +---|--> | | | +---|--> | | | IP: 192.168.1.253 | | | gateway: 192.168.1.254 | | +------------------------+ | | +------------------------+ | | ADSL router (speedtouch| +----------------+ | | IP:192.168.1.254 | | | +---|--> <---|--|other lan router| | | |IP:192.168.1.252| +------------------------+ +--|--> | +----------------+ | Provider | | | Dynamic IP (DHCP): | | <--|--+ | | | | | | +------------------------+ +------------------------+ ============================================================= These are the network settings of colinux guest: ifconfig eth0 Link encap:Ethernet HWaddr 00:FF:70:2D:9E:70 inet addr:192.168.100.2 Bcast:192.168.100.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:402 errors:0 dropped:0 overruns:0 frame:0 TX packets:87 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:145595 (142.1 Kb) TX bytes:6438 (6.2 Kb) Interrupt:2 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:12266 errors:0 dropped:0 overruns:0 frame:0 TX packets:12266 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1644280 (1.5 Mb) TX bytes:1644280 (1.5 Mb) route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.100.0 * 255.255.255.0 U 0 0 0 eth0 default 192.168.100.1 0.0.0.0 UG 0 0 0 eth0 ======================================================================== These are the network settings of the windows host ipconfig /all Windows IP-configuratie Host-naam . . . . . . . . . . . .: amd64-5000 Primair DNS-achtervoegsel. . . . .: Knooppunttype: . . . . . . . . . .: onbekend IP-routering ingeschakeld. . . . .: ja WINS-proxy ingeschakeld . . . . . : nee Ethernet-adapter wtap0: Verbindingsspec. DNS-achtervoegsel: Beschrijving . . . . . . . . . . .: TAP-Win32 Adapter V8 (coLinux) #2 Fysiek adres. . . . . . . . . . . : 00-FF-AC-BD-CA-42 DHCP ingeschakeld:. . . . . . . . : nee IP-adres. . . . . . . . . . . . . : 192.168.100.1 Subnetmasker. . . . . . . . . . . : 255.255.255.0 Standaardgateway. . . . . . . . . : Ethernet-adapter PhysicalNetwork: Verbindingsspec. DNS-achtervoegsel: Beschrijving . . . . . . . . . . .: X-Micro WLAN 11g USB Adapter Fysiek adres. . . . . . . . . . . : 00-11-E2-00-EA-92 DHCP ingeschakeld:. . . . . . . . : nee IP-adres. . . . . . . . . . . . . : 192.168.2.10 Subnetmasker. . . . . . . . . . . : 255.255.255.0 Standaardgateway. . . . . . . . . : 192.168.2.254 =============================================================== So the wireless connection from colinux to the router is up and running, but I sill cannot get further. What have i missed?? Thanks. Mike |