> working fine :-) Any ideas on how I could get my firewall script to > re-execute after a DHCP client lease expires and renews? > > Stef
You could install dhcp-client an modify /etc/dhclient-script When I looked at the above script it look to complex to me (and I decided not to mess with it ;) so now I run a cron script basicly it stores my ip in /etc/known_ip.txt and checks agains this file every 1/4 h I would realy like to find a better hook for my script as well. anybody ? Pascal

