My box is centos 5.3 x86 and host is windows 7 x64.
For installing my-server.dyndns.org on centos, I tried this steps.
1. set local area's ip dynamic. get 192.168.0.3
2. set centos's eth0's ip dynamic. get 192.168.0.14
3. router's dmz to 192.168.0.14 of centos
4. install ddclient on centos
5. install and run xampp for linux 1.7.2
6. test
(1) at windows as host
ping 192.168.0.14 - good
browse
http://192.168.0.14 - good
browse
http://my-server.dyndns.org - failed
(2) at centos ad guest
ping 192.168.0.14 - good
ping 192.168.0.3 - good
browse
http://192.168.0.14 - good
browse
http://my-server.dyndns.org - failed
(3) ddclient.conf is here
Code:
## ddclient configuration file
daemon=600 # check every 600 seconds
syslog=yes # log update msgs to syslog
pid=/var/run/ddclient.pid # record PID in file.
## Detect IP with our CheckIP server
use=web, web=checkip.dyndns.com/, web-skip='IP Address'
## DynDNS username and password here
login=my-id
password=my PASSWORD
## Default options
protocol=dyndns2
server=members.dyndns.org
## Dynamic DNS hosts
my-server.dyndns.org
Please help for resolving this problem.