Bonjour,

Voilà j'ai résolu mon problème grâce à un script placé dans 
/etc/dhcp3/dhclient-enter-hooks.d

#!/bin/bash
if [ $reason = "BOUND" ]
then
        if [ $interface = "adsl" ]
        then
                if [ -n $new_ip_address ]
                then
                        echo "Adresse IP pour interface adsl : "$new_ip_address
                        . /usr/local/sbin/firewall.sh "$@"
                fi
        fi
fi

Gaëtan


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à