05-13-2012 11:52 PM
I am trying to host my domain on my linuxserver at home. I am using ddclient for dynamic ip through zoneedit. I would use dyndns but it not free for dynamic ip.. if it is please tell me how. anyway this is the ddclient.conf
daemon=300
pid=var/run/ddclient.pid
protocol=zoneedit1
#use=web, web=http//legacy.zoneedit.com/checkip.html
use=web, if=eth0, web='http://dynamic.zoneedit.com/checkip.html',web-skip='IP Address'
server=dynamic.zoneedit.com
login=myusername
password=^%$&#^#&*
domain.info
the responce I get in the /var/log/daemon.log is
May 13 22:47:49 morganland avahi-daemon[1048]: Received response from host 192.168.1.1 with invalid source port 32768 on interface 'eth0.0'
I have done several searches and found that many people with e4200's have this problem of not being able to get out of the network. I have DDNS set to disable. Im not a networking guy so I need a little help. and please forgive if this has alread been solved. I like this router but Im not appoase to getting something else if I cant host my own domain name.
any help?
05-14-2012 12:04 AM
05-14-2012 12:07 AM
ok.. how do i fix it?
05-14-2012 12:11 AM
so this has nothing to do with my zoneedit account not getting updated with my dynamic ip?
05-14-2012 12:42 AM
rontopia wrote:so this has nothing to do with my zoneedit account not getting updated with my dynamic ip?
No. It shouldn't. Look at the verbose ddclient messages and find out what's going wrong.
ddclient -daemon=0 -debug -verbose -noquiet
05-14-2012 12:47 AM
so here at the top is says that the login is invalid. think thats it?
ron@morganland:~$ sudo ddclient -daemon=0 -debug -verbose -noquiet
WARNING: skipping host: morganland.info: 'login=' is an invalid login.
WARNING: skipping host: morganland.info: 'login=' is an invalid login.
=== opt ====
opt{cache} : <undefined>
opt{cmd} : <undefined>
opt{cmd-skip} : <undefined>
opt{daemon} : 0
opt{debug} : 1
opt{exec} : <undefined>
opt{facility} : <undefined>
opt{file} : <undefined>
opt{force} : <undefined>
opt{fw} : <undefined>
opt{fw-login} : <undefined>
opt{fw-password} : <undefined>
opt{fw-skip} : <undefined>
opt{geturl} : <undefined>
opt{help} : <undefined>
opt{host} : <undefined>
opt{if} : <undefined>
opt{if-skip} : <undefined>
opt{ip} : <undefined>
opt{login} : <undefined>
opt{mail} : <undefined>
opt{mail-failure} : <undefined>
opt{max-interval} : 2592000
opt{min-error-interval} : 300
opt{min-interval} : 30
opt{options} : <undefined>
opt{password} : <undefined>
opt{pid} : <undefined>
opt{postscript} : <undefined>
opt{priority} : <undefined>
opt{protocol} : <undefined>
opt{proxy} : <undefined>
opt{query} : <undefined>
opt{quiet} : 0
opt{retry} : <undefined>
opt{server} : <undefined>
opt{ssl} : <undefined>
opt{syslog} : <undefined>
opt{test} : <undefined>
opt{timeout} : <undefined>
opt{use} : <undefined>
opt{verbose} : 1
opt{web} : <undefined>
opt{web-skip} : <undefined>
=== globals ====
globals{daemon} : 60
globals{debug} : 1
globals{quiet} : 0
globals{verbose} : 1
=== config ====
=== cache ====
05-14-2012 12:56 AM