Connecting to server on client network via ADSL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 07:10 AM
Did nat work out for you?
Post your config, and the VPN piece should be simple as well.
