ā07-01-2007 11:10 AM - edited ā03-11-2019 03:38 AM
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
ā12-08-2011 11:09 AM
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
ā10-10-2016 06:57 PM
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
ā09-01-2017 12:53 PM
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.
ā11-22-2018 08:09 AM
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
ā12-08-2011 02:46 PM
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
ā12-09-2011 05:37 PM
sure I did.
Appliance Software Version 8.4(2)8
Does your update url work when you paste it into you browser?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide