C
Chuck
Hi all,
I have a Windows 2003 Enterprise Server which talks to machines in one
private network, hosted on one network card, and another private network as
well as the internet which should be routed over the other network card.
This exact layout on a Windows NT 4 Server works just fine, but not on the
Windows 2003 Server which I'm setting up to replace the NT4 Server. The
setup:
NIC1:
IP: 192.168.90.1
Def GW: 192.168.90.67
Subnet mask: 255.255.255.0
NIC2:
IP: 10.10.10.2
Def GW: 10.10.10.1
Subnet mask: 255.255.255.0
NIC1 is connected to a Cisco PIX leading to a VPN. The PIX is the default
gateway, the network behind the PIX is 192.168.20.x
NIC2 is connected to a Sonicwall, which is connected to the internet. The
Sonicwall is the default gateway.
When I set the TCP/IP properties on the server, I always get a warning
message saying that having different default gateways would not work as
expected. The server then communicates just fine on the 192.168.90.x
network, and it can also ping machines on the 10.10.10.x network. But any
requests that would go out to the internet are failing, can't even an
outside server with a public IP (which works on the NT4 system).
Does anyone see how this can be solved? With the NT4 system I had to add
this route to get it to work:
route add 192.168.20.0 mask 255.255.255.0 192.168.90.67 -p
but that doesn't seem to make a difference on the Windows 2003 Server.
Any hints greatly appreciated. Thanks!
I have a Windows 2003 Enterprise Server which talks to machines in one
private network, hosted on one network card, and another private network as
well as the internet which should be routed over the other network card.
This exact layout on a Windows NT 4 Server works just fine, but not on the
Windows 2003 Server which I'm setting up to replace the NT4 Server. The
setup:
NIC1:
IP: 192.168.90.1
Def GW: 192.168.90.67
Subnet mask: 255.255.255.0
NIC2:
IP: 10.10.10.2
Def GW: 10.10.10.1
Subnet mask: 255.255.255.0
NIC1 is connected to a Cisco PIX leading to a VPN. The PIX is the default
gateway, the network behind the PIX is 192.168.20.x
NIC2 is connected to a Sonicwall, which is connected to the internet. The
Sonicwall is the default gateway.
When I set the TCP/IP properties on the server, I always get a warning
message saying that having different default gateways would not work as
expected. The server then communicates just fine on the 192.168.90.x
network, and it can also ping machines on the 10.10.10.x network. But any
requests that would go out to the internet are failing, can't even an
outside server with a public IP (which works on the NT4 system).
Does anyone see how this can be solved? With the NT4 system I had to add
this route to get it to work:
route add 192.168.20.0 mask 255.255.255.0 192.168.90.67 -p
but that doesn't seem to make a difference on the Windows 2003 Server.
Any hints greatly appreciated. Thanks!