[操作疑難] 請教下各位 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:45 編輯
  1. configure terminal
  2. ip dns server
  3. ip name-server 8.8.8.8
  4. !
  5. ip ddns update method no-ip
  6.   HTTP
  7.      add http://NoIPUsername:NoIPPassword@dynupdate.no-ip.com/nic/update?hostname=<h>&myip=<a>
  8.      interval maximum 0 0 5 0
  9. !
  10. interface FastEthernet0/0
  11.   ip ddns update hostname router-a.ddns.net
  12.   ip ddns update no-ip
  13. !
複製代碼
https://www.noip.com/support/kno ... namic-dns-services/

TOP