Hello,
This is a teaser! See this graphic:
I need to allow a remote user to hit the Terminal server at Site B from the DSL connection at Site A. Is this just a NAT forward like:
ip nat inside source static tcp 192.168.2.100 3389 64.24.37.25 3389
ip nat inside source static udp 192.168.2.100 3389 64.24.37.25 3389
The routers should then know how to get to 192.168.2.100 correct? Or is there much more involved.
Thanks for getting me started!
This is a teaser! See this graphic:
I need to allow a remote user to hit the Terminal server at Site B from the DSL connection at Site A. Is this just a NAT forward like:
ip nat inside source static tcp 192.168.2.100 3389 64.24.37.25 3389
ip nat inside source static udp 192.168.2.100 3389 64.24.37.25 3389
The routers should then know how to get to 192.168.2.100 correct? Or is there much more involved.
Thanks for getting me started!