I am trying to set up my server to use NAT to allow my intranet high speed access.
There are a few questions that I haven't been able to get a definitive answer on yet, such as will NAT work if the public adapter is using DHCP, and does the internal nic have to be configured static or can it use DHCP to pull an IP from the range specified for clients?
At any rate I have tried them all and can't seem to get my client to pull an IP address from the server. Here's how I have it configured now:
Public Adapter: IP - DHCP - internet is working fine
is set to translate tcp/udp headers
Private Adapter: IP - static - 198.162.0.1/255.255.255.0
With this setup I have internet connectivity on the server. My client can't seem to get an IP from the server though. I set my client as static to test that and giving it an IP of 198.162.0.10/255.255.255.0 I was able to ping the private nic on the server, but unable to gain web access, or ping outside the network.
Any ideas of what I should be looking for?
There are a few questions that I haven't been able to get a definitive answer on yet, such as will NAT work if the public adapter is using DHCP, and does the internal nic have to be configured static or can it use DHCP to pull an IP from the range specified for clients?
At any rate I have tried them all and can't seem to get my client to pull an IP address from the server. Here's how I have it configured now:
Public Adapter: IP - DHCP - internet is working fine
is set to translate tcp/udp headers
Private Adapter: IP - static - 198.162.0.1/255.255.255.0
With this setup I have internet connectivity on the server. My client can't seem to get an IP from the server though. I set my client as static to test that and giving it an IP of 198.162.0.10/255.255.255.0 I was able to ping the private nic on the server, but unable to gain web access, or ping outside the network.
Any ideas of what I should be looking for?