DDNS问题
跪求各路大神赠一枚新版changeipDDNS脚本 http://www.routerclub.com/thread-70683-1-1.html这个可以 cjwdjjs888 发表于 2013-10-12 08:32
http://www.routerclub.com/thread-70683-1-1.html
这个可以
亲测,这个不行啊 旧的脚本一样可以用,和脚本没关系,账号问题 9939781 发表于 2013-10-13 08:18
旧的脚本一样可以用,和脚本没关系,账号问题
您用的是哪个?求发一下 :global ddnsuser "用户名"
:global ddnspass "密码"
:global ddnshost "域名"
:global ddnsinterface "接口名"
:global ddnssystem ("mt-" . version] )
:global ddnsip [ /ip address get address ]
:global ddnslastip
:if ([:len ] = 0 ) do={ :log info "DDNS: No interface named $ddnsinterface, please check configuration." }
:if ([ :typeof $ddnslastip ] = "nothing" ) do={ :global ddnslastip 0.0.0.0/0 }
:if ([ :typeof $ddnsip ] = "nothing" ) do={
:log info ("DDNS: No ip address present on " . $ddnsinterface . ", please check.")
} else={
:if ($ddnsip != $ddnslastip) do={
:log info "DDNS: Sending UPDATE!"
:log info [ :put ] key-name=$ddnsuser key=$ddnspass ] ]
:global ddnslastip $ddnsip
} else={
:log info "DDNS: No changes necessary."
}
} 亲测这个可以,不过多WAN的话不支持自动切换 最简单的方法,自己做个VPN服务器,让客户端拨号到你的VPN上 脚本用用官方wiki里面的就可以了,改都不用改 拿来试下先
页:
[1]