本地局域网内或路由器后面的动态IP更新(到DNS服务,如zoneedit或dyndns)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了本地局域网内或路由器后面的动态IP更新(到DNS服务,如zoneedit或dyndns)相关的知识,希望对你有一定的参考价值。

Useful if you are behind a router, or in a LAN, and you didn't make (or can't have) a direct ppp connection to the ISP.
Change "myweb.com" to the correct hostname
For example to update zoneedit zone:
#update_dns_ip.sh
wget -O - --http-user= --http-passwd= 'http://dynamic.zoneedit.com/auth/dynamic.html?host='
(complete user, pass and host)
  1. #!/bin/sh
  2. newip=`wget -o /dev/null -O - http://simple.showmyip.com | cut -f1 -d' ' | sed -n 1p`
  3. presentip=`host myweb.com | sed -n 1p | cut -d' ' -f4`
  4. if [ "$newip" != "$presentip" ]; then update_dns_ip.sh; fi

以上是关于本地局域网内或路由器后面的动态IP更新(到DNS服务,如zoneedit或dyndns)的主要内容,如果未能解决你的问题,请参考以下文章

如何使用花生壳解析动态IP

访问一个网址(域名)背后的过程

为啥我的电脑自动设置IP和DNS不能上网呢??

路由器动态dns怎么设置

局域网的DNS怎么设置啊???

配置好了DHCP服务器,但是却无法自动获取IP