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口下。
页:
[1]