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

port forwarding through vpn

skotlewski
Level 1
Level 1

Hi,

I have VPN between routers and it works okay.

One site - router 2 interfaces:

one interface: 10.54.0.0/24

second interface 192.168.76.0/24 

Second site - router 2 interfaces

one interface: 10.83.100.0/24

second interface ip 10.83.101.0/24

Traffic between this sites works perfect

Nów I have connected network 10.60.0.0 255.255.255.0 via 10.54.0.1 and have to create port forwarding on 10.54.0.33 tcp 443 to 10.83.101.110 44

on first router I setup:

interface gigabit 0/1
ip address 10.54.0.33 255.255.255.0
ip nat outside

and

ip nat source static tcp 10.83.101.110 443 10.54.0.33 443 extendable

but from network 10.60.0.0/24 does not work. How to do this

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

Do you have correct routing in place ?

how does your network diagram looks like ?

where this network located ?  10.60.0.0 255.255.255.0

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Routing is

ip route 10.60.0.1 255.255.255.0 10.54.0.1 on first router

balaji.bandi
Hall of Fame
Hall of Fame

how is these routers connected ? i would like to see the topology ?

Example if the IP 10.60.0.10 accesss 10.54.0.33 port 443 (it translated 10.83.101.110 443) - do you see any packets on other router ? what is other side config looks like ?

in general command syntax used below : (example)

ip nat inside source static tcp 10.83.101.110 443 10.54.0.33 443 extendable

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help