I have a cable modem that connects to my RedHat Linux 5.2 system through a
second network card. The interface is configured via DHCP, and configures
on boot. I would like to run a script that would output the IP address
assigned by DHCP so I can post it to a server, and I'd like it to run any
time dhcp has to re-initialise the card.
This is the same thing I was doing with diald, when I had called a script
from /etc/ppp/ip-up.local. Where should the script be called from since
it's eth1 at boot with dhcp?