lyd2004888 发表于 2005-8-13 15:37:30

RouterOS中能不能实现动态域名?

RouterOS中能不能实现动态域名?在CL中可能设置动态域名更新,不知在RouterOS下能不能实现呢?

jiangjames 发表于 2005-8-13 16:23:08

什么事动态域名阿,是不是域名随着动态IP变化而变化,如果是的话,好像不太支持,

bow 发表于 2005-8-13 21:05:40

\ tool dns-update

lyd2004888 发表于 2005-8-13 21:52:31

address (IP address) - defines IP address associated with the domain name

dns-server (IP address) - DNS server to send update to

key (text; default: "") - authorization key (password of a kind) to access the server

key-name (text; default: "") - authorization key name (username of a kind) to access the server

name (text) - name to attach with the IP address

ttl (integer; default: 0) - time to live for the item (in seconds)

zone (text) - DNS zone where to update the domain name in
Example
To tell 23.34.45.56 DNS server to (re)associate mydomain name in the myzone.com zone with 68.42.14.4 IP address specifying that the name of the key is dns-update-key and the actual key is update:

tool> dns-update dns-server=23.34.45.56 name=mydomain \
\... zone=myzone.com address=68.42.14.4 key-name=dns-update-key key=update

[ 本帖最后由 lyd2004888 于 2005-8-14 09:14 AM 编辑 ]

dbvwsp 发表于 2005-8-13 22:57:37

提问!

具体怎么使用啊??

jiangjames 发表于 2005-8-14 01:25:23

举个官方的例子

意思是告诉DNS服务器你的域名的名字(mydomain)在一个区域服务器(myzone.com)与IP地址XXX从新建立联系
key-name的意思是进入主机的认证码名字就像用户名一类的
key的意思就是进入主机的认证码也就是密码一类的

不知道说的对不对,还请斑竹指点:P

[ 本帖最后由 jiangjames 于 2005-8-14 01:49 AM 编辑 ]

lyd2004888 发表于 2005-8-15 15:34:01

论坛中有没有人成功过啊,我试都没成啊!有过的来说说话啊,我非常想知道。
页: [1]
查看完整版本: RouterOS中能不能实现动态域名?