Cisco路由器配置3322.org DDNS實例

看到3322.org設備支持列表中有Cisco,很高興。參考了思科的配置文檔及3322.org的幫助,試了一下,成功!

ip domain lookup

ip name-server 8.8.8.8     //配DNS
ip ddns update method myddns
 HTTP    
  add http://username:password@members.3322.net/dyndns/update?hostname=<h>&myip=<a>

//這裏改成你3322.org登錄用的賬號和密碼,輸上句中的?號時先ctrl+v就能輸入了。其它一定要照抄。
 interval maximum 0 0 10 0    //配置更新週期

interface FastEthernet0/0
 ip ddns update hostname yourhost.3322.org   //這裏改成你註冊的域名。
 ip ddns update myddns  //調用
 ip address dhcp  //這裏是爲測試用 ,實際應該配置在dialer口下。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章