I setup WG604 with ENS enabled, but can't get NAT working
everything works fine on server
clients are configured by dhcp
dns is working fine on clients
pinging url from clients returns ipaddress, but requests time out
connecting trough wwwproxy works fine
interfaces are correctly identified by WG , but external interface has status unknown
I checked all the bindings and they look right to me.
The network used to work fine on ICS (Now uninstalled)
This is the server (Win98se) configuration:
Windows 98 IP Configuration
Host Name . . . . . . . . . : B2B.xx.nl
DNS Servers . . . . . . . . : 194.xx.xx.xx , 194.xx.xx.xx
Node Type . . . . . . . . . : Broadcast
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No
0 Ethernet adapter :
Description . . . . . . . . : HP 10/100TX PCI Ethernet Driver
Physical Address. . . . . . : 00-A0-xx-xx-xx-xx
DHCP Enabled. . . . . . . . : No
IP Address. . . . . . . . . : 192.168.1.200
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . :
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . :
Lease Expires . . . . . . . :
1 Ethernet adapter :
Description . . . . . . . . : HP 10/100TX PCI Ethernet Driver
Physical Address. . . . . . : 00-A0-xx-xx-xx-xx
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 82.xx.xx.xx
Subnet Mask . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . : 82.xx.xx.1
DHCP Server . . . . . . . . : 212.xx.xx.1
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 09 26 05 16:25:21
Lease Expires . . . . . . . : 09 26 05 17:25:21
This is one of the clients (XP Pro sp2) configuration:
Windows IP Configuration
Host Name . . . . . . . . . . . . : b2a
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : Yes
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139/810X Family Fast Ethernet NIC
Physical Address. . . . . . . . . : 00-01-xx-xx-xx-xx
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.200
DHCP Server . . . . . . . . . . . : 192.168.1.200
DNS Servers . . . . . . . . . . . : 192.168.1.200
Lease Obtained. . . . . . . . . . : Monday, September 26, 2005 2:44:00 PM
Lease Expires . . . . . . . . . . : Friday, November 25, 2005 2:44:00 PM
This is the route table of the server:
- Code:
Network Address Netmask Gateway Address Interface Metric
Network Address Netmask Gateway Address Interface Metric
0.0.0.0 0.0.0.0 82.xx.xx.1 82.xx.xx.134 1
82.xx.xx.0 255.255.254.0 82.xx.xx.134 82.xx.xx.134 1
82.xx.xx.134 255.255.255.255 127.0.0.1 127.0.0.1 1
82.255.255.255 255.255.255.255 82.xx.xx.134 82.xx.xx.134 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.200 192.168.1.200 1
192.168.1.200 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.255 255.255.255.255 192.168.1.200 192.168.1.200 1
224.0.0.0 224.0.0.0 82.xx.xx.134 82.xx.xx.134 1
224.0.0.0 224.0.0.0 192.168.1.200 192.168.1.200 1
255.255.255.255 255.255.255.255 192.168.1.200 192.168.1.200 1
Any ideas?