I have a W2k Server with RRAS and RIP behind a CISCO router with NAT which is the gateway to the Internet.
The clients in the internal network can ping both the internal interface of the server and the external interface of the server. They can also ping the internal side of the Cisco router, but cannot ping anywhere on the Internet. From the Server I can ping anywhere on the Internet via its external interface to the cisco router.
Is there something I need to on the Cisco router OR W2k server, in order for the ping packets to get back to the clients ?
On my Cisco router I have the following set up:
router rip
version 2
passive-interface Serial0/0.51
network 10.0.0.0
no auto-summary
Any more to be done ? I'm guessing that the router doesn't understand the second internal network addresses (ie: routing).
The router has NAT which translates Public IPs to 10.0.0.0 addresses. I have assigned the external interface of the W2k Server with 10.0.0.17. The internal interface of the W2k server has 192.168.1.250.
Internal clients are in the range 192.168.1.0
The fact that pings are returned through the W2k server kinda suggests to me that the routing from 10.0.0.0 to 192.168.1.0 is fine, but the routing from the Internet back through the 10.0.0.0 network through the w2k server and to 192.168.1.0 is not.
Any ideas ?
Mark.