|
From: Kohei T. <koh...@us...> - 2005-04-11 16:51:23
|
Hi, George. > My CoLinux-related network (TAP and CoLinux) are in the 192.168.0.X. The > router is 192.168.1.1 and the LAN connection to it 192.168.1.6. > > I tried to set the router as the gateway(route add default gw 192.168.1.1), > however the answer was: SIOCADDRT: Network is unreachable and nothing worked > afterwards. I mention that before, with the default gw 192.168.0.1, I could > reach the LAN connection 192.168.1.6 but not the router. > > I believe there is a problem with how the XP Connection Sharing works on the > 192.168.1.6. Funny is that it worked out-of-the box until Saturday. Try the following values for your settings. (1) LAN connection IP address : 192.168.1.6 subnetmask : 255.255.255.0 default gateway : 192.168.1.1 DNS : 192.168.1.1 <-- if the router acts as DNS, or an alternative DNS address to that Internet Connection Sharing : enable (a target is tap device) (2) TAP IP address : 192.168.0.1 subnetmask : 255.255.255.0 default gateway : 192.168.1.1 DNS : 192.168.1.1 <-- if the router acts as DNS, or an alternative DNS address to that (3) Linux IP address : 192.168.0.X subnetmask : 255.255.255.0 default gateway : 192.168.0.1 DNS : 192.168.1.1 <-- if the router acts as DNS, or an alternative DNS address to that Kohei Takemoto |