cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
475
Views
0
Helpful
1
Replies

SDM remote access

Spinu Viorel
Level 1
Level 1

Hello,

I have a router 1812.

I have a VPN with another 1812 router.In my network I have a webmail server on 172.31.5.0/24 subnet. For users to be able to access my inside webmail, 172.31.5.5, from outside I have a nat rule:

ip nat inside source static tcp 172.31.5.5 443 50.50.50.50 443

50.50.50.50 is my public IP, and 172.31.5.5 is my webmail

And for accessing SDM from outside I have to use another port becouse 443 is alreary redirected to my internal webmail.

So I use 4433:

ip nat inside source static tcp 172.31.5.254 443 50.50.50.50 4433

172.31.5.254 is my router inside interface

The problem is that if somebody from the ather side of the VPN try to connect to SDM is not working. I have a NAT Traversal also.

How can I solve this? Is there a more simple way to solve this ?

Thank U!

Viorel

1 Reply 1

ivillegas
Level 6
Level 6

I feel the problem on your NAT configuration. Could you temporarily disable NAT Traversal then you check SDM is working or not. If it is working then ensure your Nat configuration.