diff --git a/gestion/gen_confs/autostatus.py b/gestion/gen_confs/autostatus.py index 20c75943..18189240 100755 --- a/gestion/gen_confs/autostatus.py +++ b/gestion/gen_confs/autostatus.py @@ -245,7 +245,7 @@ class autostatus(gen_config) : ######################## inform(u"Récupération de la route vers l'extérieur") # on récupère la route vers l'extérieur - traceroute = commands.getoutput("/usr/bin/traceroute www.free.fr 2> /dev/null | sed 's/\*//g' | sed 's/ */ /g' | sed 's/^ //g' | sed 's/[(,)]//g' | cut -d ' ' -f 2,3").split("\n") + traceroute = commands.getoutput("/usr/bin/traceroute -I www.free.fr 2> /dev/null | sed 's/\*//g' | sed 's/ */ /g' | sed 's/^ //g' | sed 's/[(,)]//g' | cut -d ' ' -f 2,3").split("\n") inform(u"Analyse de la route") # initialisation des variables in_renater = 0