From: A. A. A. <alp...@tt...> - 2004-05-16 18:26:35
|
On Sun, May 16, 2004 at 02:56:10PM +0100, Zaki wrote: > Thanks for the reply guys. > > Usually, I'll move around constantly between campus > and my house. Campus is 192.168.0.x and House is > 10.1.1.x, so what ip address(n subnet) should i use > for the NAT? I'll have vnc working tomorrow with > XDMCP. Should I set static IPs in NAT and have TAP a > static Ip and then i vnc into it everytime? > I understand your netmask at home is 255.255.255.0 If so, here's a simple recipe: On the Windows side of TAP, set IP 10.1.2.5 Netmask 255.255.255.0 On the colinux side, make sure DHCP is disabled, set IP 10.1.2.11 Netmask 255.255.255.0 Gateway 10.1.2.5 Use 10.1.2.11 to access coLinux from Windows host. Enable ICS on the adapter you use to connect to home/campus network, select TAP as the home networking connection. |