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
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
2 matches
Mail list logo