找回密码
 注册

QQ登录

只需一步,快速开始

搜索
楼主: zedoor

[coyote] [问题]关于COYOTE带宽管理、动态域名的设置

[复制链接]
发表于 2004-2-14 13:12:51 | 显示全部楼层
QUOTE
是的,我试了不行。下载的那个软件包是针对国外的动态域名服务dyndns的,没有国内的3322.org的服务
你去看看3322.org放出的ez-ipupdate的源代码就知道是应该怎样修改ez-ipupdate.conf了
routeros
回复

使用道具 举报

发表于 2004-2-16 16:09:54 | 显示全部楼层
不行,ez-ipupdate在coyote2.06中不能正常工作
routeros
回复

使用道具 举报

发表于 2004-2-16 20:17:46 | 显示全部楼层
QUOTE
不行,ez-ipupdate在coyote2.06中不能正常工作
可以正常工作,我已经成功地用ez-ipupdate更新我的域名
routeros
回复

使用道具 举报

发表于 2004-2-17 20:31:35 | 显示全部楼层
3322.org也有ez-ipupdate,不过我试了用3322下的tgz包中的ez-ipupdate替换从http://www.rictec.com.br/claudio/coyote/ez-ipup.tgz 下的.tgz包中的ez-ipupdate,运行ez-ipupdate,返回No such file or directory。
routeros
回复

使用道具 举报

发表于 2004-2-18 19:03:50 | 显示全部楼层
QUOTE
在coyote软盘中加入动态域名更新系统
一、要求:工作正常的coyote2.X,软盘有60K以上的剩余空间,ez-ipupdate程序文件。下载地址:
http://www.rictec.com.br/claudio/coyote/ez-ipup.tgz
二、制作流程
1、下载ez-ipupdate,然后考入coyote系统软盘或者硬盘
2、启动系统,按Q退出菜单,输入edit /etc/ez-update.conf,主要参数如下:
service-type=dyndns
#service-type=dyndns-static
user=username:password
host=myhostname.dyndns.org
interface=ppp0
max-interval=2073600

以国内的动态域名3322.org为例。
我的配置是:
service-type=dyndns        (域名类型为动态域名)
#service-type=dyndns-static
user=wsgtrsys:(我在3322.org网站上注册的密码)
host=wsgtrsys.3322.org    (我注册动态域名)
interface=ppp0            (外部网络接口,不用更改)
max-interval=2073600      (不用更改)

还有其它参数就不用修改了。
最后启动动态域名程序ez-ipupdate -c /etc/ez-ipupdate.conf [回车]
就会的提示域名更新成功了。
简单吧?

按wsgtrsys所说得去做
然后在/etc/ez-ipupdate.conf 中加入以下两行:
server=members.3322.org:80
request=/dyndns/update

这样就能使ez-ipupdate支持3322.org了

就是这么简单,呵呵
routeros
回复

使用道具 举报

发表于 2004-2-18 19:34:16 | 显示全部楼层
up,顶,不过我用的2.06V3,如果按r保存设置后,会将ez-ipupdate这个文件损坏,下次启动ez-ipupdate这个程序就不能正常运行了
routeros
回复

使用道具 举报

发表于 2004-2-18 20:05:58 | 显示全部楼层
你可以装个ftp客户端,并修改一下lrcfg.back.script的备份生成路径,即DIR="$MNT"改成DIR="/root",然后用Ftp把ez-ipupdate.tgz传出去,再copy会软盘。或者手动备份生成ez-ipupdate.tgz
routeros
回复

使用道具 举报

发表于 2004-2-19 20:14:16 | 显示全部楼层
还是不能更新我的域名,你是用什么版本?
routeros
回复

使用道具 举报

发表于 2004-2-20 00:41:22 | 显示全部楼层
user=username:password
host=myhostname.dyndns.org
我只修改了上面两项就可以了.反而我一开始做的时候加入了
server=members.3322.org:80
request=/dyndns/update
反而不行.
我的CL版本是2.06V3 插件:ez-ipupdate.tgz / iptraf.tgz / lcd.o / parport.o / parport_pc.o / LCD.tgz

本来还有tinyproxy.tgz的但是用了之后访问主页的速度明显下降,有时甚至不能打开,而且内存也占用到了将近11M.后来做好了ez-ipupdate.tgz后就去掉了.
routeros
回复

使用道具 举报

发表于 2004-2-20 02:01:09 | 显示全部楼层
晕.ez-ipupdate.conf保存重起后路由启动不了了.
routeros
回复

使用道具 举报

发表于 2004-2-20 07:48:58 | 显示全部楼层
我用了tinyproxy.tgz后,端口映射就不能用了。也只好将其去掉
routeros
回复

使用道具 举报

发表于 2004-2-20 20:06:13 | 显示全部楼层
我用的CL的版本是2.06v2带QoS

我的ez-ipupdate.conf的内容如下:
#!/usr/local/bin/ez-ipupdate -c
#
# example config file for ez-ipupdate
#
# this file is actually executable!
#

server=members.3322.org:80
request=/dyndns/update
service-type=dyndns
#service-type=dyndns-static
user=happy:123456
host=acdesign.3322.org
interface=ppp0
max-interval=86400
retrys=999999
resolv-period=300
period=300

# please create this file and ensure that the user that ez-ipupdate is running
# as has write permissions to it then uncomment this line, if you don't your
# dyndns account will probably get banned. if you run ez-ipupdate as root (bad
# idea, use "run-as-user") then you can just uncomment this line.
#cache-file=/etc/ez-ipupdate.cache

# for the mean time we'll just use a cache file in the temp directory
cache-file=/tmp/ez-ipupdate.cache

# uncomment this once you have everything working how you want and you are
# ready to have ez-ipupdate running in the background all the time. to stop it
# you can use "killall -QUIT ez-ipupdate" under linux.

daemon
routeros
回复

使用道具 举报

发表于 2004-2-20 20:08:53 | 显示全部楼层
QUOTE
晕.ez-ipupdate.conf保存重起后路由启动不了了.
你是不是一开机就载入ez-ipupdate?
routeros
回复

使用道具 举报

发表于 2004-2-20 20:21:25 | 显示全部楼层
是.
你最后这几句是什么意识?
retrys=999999
resolv-period=300
period=300
routeros
回复

使用道具 举报

发表于 2004-2-20 20:30:20 | 显示全部楼层
我改用2.05版的Coyote运行ez-ipupdate -c /etc/ez-ipupdate.conf返回一个空行.
"coyote# ez-ipupdate -c /etc/ez-ipupdate.conf
"coyote#
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-5-9 21:38 , Processed in 0.061884 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表