DDNS 配置实例(附上Cisco和Netscreen动态***配置)
Cisco IOS 配置 DDNS 实例:ip ddns update method mytest
HTTP
add http://用户名:密码@<s>/nic/update?system=dyndns&hostname=<h>&myip=<a>
interval maximum 28 0 0 0
interface Dialer1
ip ddns update hostname “注册的域名”
ip ddns update mytest host members.dyndns.org
Netscreen SSG20 配置 DDNS 实例:
http://blog.51cto.com/attachment/201110/151421850.jpg
Cisco IPsec *** 动态地址配置:
ip name-server 202.106.0.20
crypto map cisco 5 ipsec-isakmp
set peer 我的域名 dynamic
set transform-set CollinsHome
set reverse-route tag 55
set isakmp-profile CollinesHomeL2L
match address CollineHome***
reverse-route
Netscreen IPsec *** 动态地址配置:
http://blog.51cto.com/attachment/201110/151421423.jpg
遗留问题:不清楚如何在Netscreen SSG20上配置备用网关,就是第一网关不可达后,切换到备用网关,如果哪位高手知道请回复告诉我。谢谢!
页:
[1]