freebsd 5.0 + apache + ddclient

2003-02-21 Thread Bryan Cassidy
Hello. Now that I'm able to post to the -freebsd mailing lists I have
a questions. I am using FreeBSD 5.0-R with apache 1.3.27 and ddclient
3.6.2 installed. Here is my ddclient.conf file

daemon=300  # check every 300 seconds
syslog=yes  # log update msgs to syslog
mail=root   # mail update msgs to root
pid=/var/run/ddclient.pid   # record PID in file.
#
#use=watchguard-soho,fw=192.168.111.1:80# via Watchguard's SOHO FW
#use=netopia-r910,   fw=192.168.111.1:80# via Netopia R910 FW
#use=smc-barricade,  fw=192.168.123.254:80  # via SMC's Barricade FW
#use=netgear-rt3xx,  fw=192.168.0.1:80  # via Netgear's internet FW
#use=linksys,fw=192.168.1.1:80  # via Linksys's internet FW
#use=maxgate-ugate3x00,  fw=192.168.0.1:80  # via MaxGate's UGATE-3x00  FW
#use=elsa-lancom-dsl10,  fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=elsa-lancom-dsl10-ch01, fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=elsa-lancom-dsl10-ch02, fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=alcatel-stp,fw=10.0.0.138:80   # via Alcatel Speed Touch Pro
#use=xsense-aero,fw=192.168.1.1:80  # via Xsense Aero Router
#fw-login=admin, fw-password=XX # FW login and password
#
## To obtain an IP address from FW status page (using fw-login, fw-password)
#use=fw, fw=192.168.1.254/status.htm, fw-skip='IP Address' # found after IP Address
#
## To obtain an IP address from Web status page (using the proxy if defined)
#use=web, web=checkip.dyndns.org/, web-skip='IP Address' # found after IP Address
#
#use=ip, ip=127.0.0.1   # via static IP's
use=if, if=ppp0 # via interfaces
use=web # via web
#
protocol=dyndns2# default protocol
#proxy=fasthttp.sympatico.ca:80 # default proxy
server=members.dyndns.org   # default server
server=members.dyndns.org:8245  # default server (bypassing proxies)

login=easybsd   # default login
password=mypassword # default password
#mx=mx.for.your.host# default MX
#backupmx=yes|no# host is primary MX?
#wildcard=yes|no# add wildcard CNAME?

##
## dyndns.org dynamic addresses
##
## (supports variables: wildcard,mx,backupmx)
##
 server=easybsd.dyndns.org, \
 protocol=dyndns2   \
 easybsd.dyndns.org

##
## dyndns.org static addresses
##
## (supports variables: wildcard,mx,backupmx)
##
# static=yes\
# server=members.dyndns.org,\
# protocol=dyndns2  \
# your-static-host.dyndns.org

##
##
## dyndns.org custom addresses
##
## (supports variables: wildcard,mx,backupmx)
##
# custom=yes\
# server=members.dyndns.org,\
# protocol=dyndns2  \
# your-domain.top-level,your-other-domain.top-level

##
## ZoneEdit (zoneedit.com)
##
# server=www.zoneedit.com,  \
# protocol=zoneedit1,   \
# login=your-zoneedit-login,\
# password=your-zoneedit-password   \
# your.any.domain,your-2nd.any.dom

##
## EasyDNS (easydns.com)
##
# server=members.easydns.com,   \
# protocol=easydns, \
# login=your-easydns-login, \
# password=your-easydns-password\
# your.any.domain,your-2nd.any.domain

##
## Hammernode (hn.org) dynamic addresses
##
# server=dup.hn.org,\
# protocol=hammernode1, \
# login=your-hn-login,  \
# password=your-hn-password \
# your-hn-host.hn.org,your-2nd-hn-host.hn.org

##
## dslreports.com dynamic-host monitoring
##
# server=members.dslreports.com \
# protocol=dslreports1, \
# login=dslreports-login,   \
# password=dslreports-password  \
# dslreports-unique-id
 

I don't get any errors in the logs or anything. What have I missed?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 09:40, Bryan Cassidy wrote:
 Hello. Now that I'm able to post to the -freebsd mailing lists I have
 a questions. I am using FreeBSD 5.0-R with apache 1.3.27 and ddclient
 3.6.2 installed. Here is my ddclient.conf file
 I don't get any errors in the logs or anything. What have I missed?

Did you add syslog=yes in your ddclient.conf ?
Anyway, it looks like easybsd.dyndns.org works.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Bryan Cassidy
The server is running fine but when my ip changes the ddclient script
doesn't update it at dyndns.org so that means when my ip changes i
have to go to dyndns.org and update it myself and thats getting kinda
old ya know?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 13:57, Bryan Cassidy wrote:
 The server is running fine but when my ip changes the ddclient script
 doesn't update it at dyndns.org so that means when my ip changes i
 have to go to dyndns.org and update it myself and thats getting kinda
 old ya know?

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

OK, here is my ddclient.conf if that can help you...:

daemon=300  # check every 300 seconds
syslog=yes  # log update msgs to syslog
mail=root   # mail update msgs to root
pid=/var/run/ddclient.pid   # record PID in file.
protocol=dyndns2
use=if, if=tun0
server=members.dyndns.org
login=my_login, password=my_password, mx=domain.dyndns.org, backupmx=yes,\ 
wildcard=yes, domain.dyndns.org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 16:11, Bryan Cassidy wrote:
 I'm thinking maybe this is the problem.

 use=if, if=ppp0   # via interfaces

 Should it be ppp0 or something else? I'm thinking that is the problem
 but not sure.

It depends on your internet interface...
Mine: tun0 is pppoe

I think ppp0 is for rtc or pptp.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message