- 論壇徽章:
- 0
|
最近配置了linux服務(wù)器,需要支持動(dòng)態(tài)域名訪問(wèn),上面指定是要 xxx.dyndns.org的域名.
安裝了ddclient 同時(shí)也配置了/etc/ddclient/ddclient.conf ,啟動(dòng)ddclient的服務(wù)后,沒(méi)有任何反映,下面是我配置文檔,如果你配置和使用過(guò)ddclient請(qǐng)教教我,謝謝.
[root@localhost ddclient]# cat /etc/ddclient/ddclient.conf
daemon=300
syslog=yes
mail=root
mail-failure=root
pid=/var/run/ddclient.pid
protocol=dyndns2
server=members.dyndns.org
login=mickeyfang
password=123456
server=members.dyndns.org, \
protocol=dyndns2 \
mickeymf.com.cn
[root@localhost ddclient]#
還有一個(gè)問(wèn)題,就是每次我用 /etc/rc.d/init.d/ddclient stop 想關(guān)閉ddclient這個(gè)服務(wù)的時(shí)候總是出現(xiàn)下面的信息!
[root@localhost init.d]# /etc/rc.d/init.d/ddclient stop
Shutting down ddclient: kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
[root@localhost init.d]#
這個(gè)是不是這個(gè)shell寫的有問(wèn)題! |
|