作者: tommy仔 時間: 2018-7-18 16:23 標題: 請教下各位 CISCO ASA 如何設定DDNS
小弟的ASA版本
Cisco Adaptive Security Appliance Software Version 8.4(7)
Device Manager Version 7.1(7)
小弟下了以下CONFIG
ciscoasa(config)# ddns update method NO_IP
ciscoasa(DDNS-update-method)# auto-update server https://user:password@8.23.224.120 /nic/update?hostname=testtest123.ddns.net&myip=
ERROR: Invalid remote port
DDNS UPDATE 都不成功
希望各位能指教

作者: hklkf 時間: 2018-7-18 19:43
本帖最後由 hklkf 於 2018-7-18 19:45 編輯
- configure terminal
- ip dns server
- ip name-server 8.8.8.8
- !
- ip ddns update method no-ip
- HTTP
- add http://NoIPUsername:NoIPPassword@dynupdate.no-ip.com/nic/update?hostname=<h>&myip=<a>
- interval maximum 0 0 5 0
- !
- interface FastEthernet0/0
- ip ddns update hostname router-a.ddns.net
- ip ddns update no-ip
- !
