cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5382
Views
0
Helpful
6
Replies

Dynamic DNS functionality

ciscors
Level 1
Level 1

Has anybody configured the ASA's with DDNS to no-ip.com or any other DDNS vendor? I'm having a problem with the DDNS commands and there's no configuration guide on Cisco's website. The Command ref is a little lacking too

If anybody has done this, a sample config would be appreciated

Thanks

6 Replies 6

comtechvs
Level 1
Level 1

Just discovered this hack to update no-ip from ASA

auto-update poll-period 30 3 1

auto-update server   https://user:pass@8.23.224.120/nic/update?hostname=ASA00.zapto.org&myip= source outside

auto-update server   https://user:pass@8.23.224.120/nic/update?hostname=ASA01.zapto.org&myip= source outside

auto-update timeout 1

It should be noted that auto-update timeout 1 as you have it configured here can cause issues.  In my deployment, ASA5506 running 9.4.2.11, when configuring a timeout so small I get "Syslog Error 201008: Disallowing New Connections".  In addition, I use the following configuration for NameCheap.com:

auto-update server https://104.219.249.25/update?auto-update poll-period 30 3 1
auto-update server https://104.219.249.25/update?host=_MYASAHOSTNAME_&domain=_MYDOMAIN_&password=LONGANDCOMPLICATED source OUTSIDEINTERFACE no-verification

Also don't try pasting URLs from notepad as you might need to use "CTRL - V" key combo before ASA lets you enter "?"character, otherwise it will just bring up help menu.

could you plz tell me your setting for connect namecheap? my operations is now work.

mine is 

ddns update method method
ddns both
interval maximum 0 0 0 30
!

!
interface GigabitEthernet1/1
nameif outside
security-level 0
ddns update hostname https://dynamicdns.park-your-domain.com/update?host=host&domain=mydomain&password=xxxxxxxxxxxxxxxxxxxxxx
ddns update method
dhcp client update dns server both
pppoe client vpdn group asa5506
ip address pppoe
!

my asdm is 7.9

really thanks

ciscors
Level 1
Level 1

Did you actually try this and got it to work on your ASA? What version?

I'm getting a syntax error on the auto-update server command

ERROR: Invalid remote port

sure I did.

Appliance Software Version 8.4(2)8

Does your update url work when you paste it into you browser?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card