|
|
发表于 2004-1-11 14:48:39
|
显示全部楼层
set correct default gateway on the windows client (the internal IP address of the Linux NAT machine)
Internet --- (ext.IP) Linux NAT (int.IP) --- clients
to test, from the windows client:
ping client-self-ip -> should be ok
ping int.IP -> should be ok, otherwise, IP addresses are wrong or network is broken
ping ext.IP -> should be ok, otherwise IP forwarding is wrong
ping www.google.com -> should be ok |
|