02-22-2007 12:17 AM - edited 03-03-2019 03:52 PM
Hi,
ADSL Router setup at a client site. Router has following config for client network
!
interface FastEthernet0
description connected to cleint-inside
!
!
interface Vlan1
ip address 172.16.111.254 255.255.252.0
ip nat outside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
Would I just add in ' ip nat inside source static tcp 172.16.113.2 3389 interface Dialer0 3389' to connect to the server on the client network from outside?
I'm using a 877W ADSL router. What other config extract can I provide to get this working?
I want to do it this way because I cannot get the VPN to our office network working.
Please help.
02-22-2007 03:12 AM
That should work.
You'll also need 'ip nat inside' on the vlan1 interface, and 'ip nat outside' on the dialer0 interface.
Good Luck.
02-22-2007 03:27 AM
Would you like to see the entire config for this router?
I am also battling to get the VPN connection up.
02-22-2007 07:10 AM
Did nat work out for you?
Post your config, and the VPN piece should be simple as well.
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