On Wed, 30 Oct 2002 23:21:52 PST Steve wrote: > was wondering if someone could help me with this program. > > I've read all the info I could find on it. When I run it I get the same > error : > "error connecting to www.zoneedit.com:80"
Wild guess here... Did you allow outbound traffic from the firewall to www.zoneedit.com on port 80? If you are using Bering with shorewall (you didn't say), the default fw -> net policy is reject so you will need something like: ACCEPT fw net:64.21.143.23 tcp 80 in /etc/shorewall/rules to allow the outbound ez-ipupdate traffic. 64.21.143.23 is the address for www.zoneedit.com and I have assumed the TCP protocol is used. --Brad > I know I must be missing something from the config file, but not sure > what...I followed the suggested config file as listed below > > service-type=zoneedit > user=myname:mypassword > interface=eth0 > host=mydomain.com > [EMAIL PROTECTED] > # other options: > #address=<ip address> > cache-file=/tmp/ez-ipup > > command line gets same result. > (just for the record, I do have an account with zoneedit) > > Thanks, > > Steve ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
