adsl .. host update

2003-03-24 Thread Martin Arrieta
hi all! I try to make a host update with bind 9. The problem is when the adsl change the IP. I puts a simple script to log the ip numbers in /etc/ppp/ip-up.d/ #!/bin/sh IPADD=`/sbin/ifconfig ppp0 | grep "inet addr" | cut -d: -f2 | cut -d" " -f1` TIME=`date` echo

adsl .. host update

2003-03-24 Thread Martin Arrieta
hi all! I try to make a host update with bind 9. The problem is when the adsl change the IP. I puts a simple script to log the ip numbers in /etc/ppp/ip-up.d/ #!/bin/sh IPADD=`/sbin/ifconfig ppp0 | grep "inet addr" | cut -d: -f2 | cut -d" " -f1` TIME=`date` echo