07-08-2005 12:10 PM
I am trying to get terminal services setup on my 1720 router. My current layout is i have a FW from Symantec with a public IP on the WAN side and 192.168.1.1 on the LAN side. That hooks into my router whose WAN is 192.168.1.2 and LAN is 193.1.1.254. On the FW i have setup an inbound rule to allow TS traffic on port 3389 through and go to the Router. I then added the following line to my router: nat inside source static tcp 193.1.1.38 3389 192.168.1.2 3389 extendable. I believe this should allow traffic on port 3389 to flow from FW to router and then to Workstation on 193.1.1.38. I know this is a very brief description, so if you need more info please let me know. I am including a txt file with config.
Thanks in advance for any help
Rich
07-08-2005 01:58 PM
It looks like you are on the right track just flip the IP's in your nat statement so it reads like this.
ip nat inside source static tcp 192.168.1.2 3389 193.1.1.38 3389 ext
Also add ip nat outside to the WAN interface side of the router.
Daniel
07-11-2005 10:34 AM
Thanks for your help Daniel so far. I am filling for a guy who usually handles the Cisco config so i was hoping for a little more help. Could be more specific on what needs to be done to add IP NAT Outside on the WAN side. I understand the concept just don't know all the commands.
Thanks for your help.
Rich
07-11-2005 11:03 AM
No problem, and actually now that I look at your config again your static nat entry is correct you just need to add ip nat outside to your ethernet 0 interface.
Harris-Kayot#config t
Harris-Kayot(config)#interface ethernet0
Harris-Kayot(config-if)#ip nat outside
Harris-Kayot(config-if)#end
Harris-Kayot#wr mem
Then you should be good to go.
Daniel
07-11-2005 12:56 PM
Thanks again for the quick post. SHould i have to add any lines to the Ethernet side like i have done for the FastEthernet side? I am going to try this tonight and just want to make sure i have everything covered. I will let you know how things turn out.
Thanks
Rich
07-11-2005 01:08 PM
Rich,
You will only be adding lines to the ethernet interface, the fastethernet is already configured.
Daniel
07-12-2005 05:36 AM
Well i have made those changes and i am unable to get in. i am attaching another copy of the config for review. Thanks for all your help.
Rich
07-12-2005 01:03 PM
I think your nat inside should be the on the 192.168 interface and the nat outside on the 193.1 interface assuming the 193.1 interface is the one ging to the firewall
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide