cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
654
Views
0
Helpful
2
Replies

DYNDNS Question

Didier1966
Level 1
Level 1

Hello,

On my CISCO 1841 ROUTER I have a DYNDNS account that is still working great but ... soon it will not work anymore due to that I think I did it wrong

When you look here bellow , this line is working perfectly today , due to that the 81.164.201.195 is still the IP that is send to DYNDNS for the name "cisco1841.dyndns.info" , but tomorrow if the address change , when I will key in "cisco1841.dyndns.info" it will not work any longer due to that the IP has changed.

This is the working script :

ip nat inside source static tcp 192.168.10.3 80 81.164.201.195 8099 extendable

What I would like to do is something like this :

ip nat inside source static tcp 192.168.10.3 80 cisco1841.dyndns.info 8099 extendable

But unfortunately , it does not work.

Any idea how I can solve this ?

Thanks in advance for your help.

Best Regards,

Didier

1 Accepted Solution

Accepted Solutions

mrdogantr
Level 1
Level 1

Hi Didier try to config below.

ip nat inside source static tcp 192.168.10.3 80 interface "YourOutInterface" 8099

hth

Muammer

View solution in original post

2 Replies 2

mrdogantr
Level 1
Level 1

Hi Didier try to config below.

ip nat inside source static tcp 192.168.10.3 80 interface "YourOutInterface" 8099

hth

Muammer

Hello Muammer,

THANK YOU , IT WORKS

It is so easy ............................ When you know

THANK YOU AGAIN

Best Regards,

Didier.

Review Cisco Networking for a $25 gift card