cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
429
Views
0
Helpful
3
Replies

Connecting to server on client network via ADSL

bradlesliect
Level 1
Level 1

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.

3 Replies 3

jheckart
Level 3
Level 3

That should work.

You'll also need 'ip nat inside' on the vlan1 interface, and 'ip nat outside' on the dialer0 interface.

Good Luck.

Would you like to see the entire config for this router?

I am also battling to get the VPN connection up.

Did nat work out for you?

Post your config, and the VPN piece should be simple as well.