1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| #========================
# Configuration de l'interface
#========================
pushd interface
popd
# Fin de la configuration de l'interface
# ----------------------------------
# Configuration IPHTTPS
# ----------------------------------
pushd interface httpstunnel
reset
popd
# Fin de la configuration IPHTTPS
# ----------------------------------
# Configuration du protocole IPv4
# ----------------------------------
pushd interface ipv4
reset
add route prefix=0.0.0.0/0 interface="Connexion au r‚seau local" nexthop=172.98.102.8 publish=Oui
add address name="Connexion au r‚seau local" address=172.16.150.8 mask=255.255.0.0 |