Connexion Au serveur PPP
Sur la passerelle Debian :
apt-get install pptx-linux
nano /etc/ppp/chap-secrets
client server secret IP addresses
utilisateur PPTP mot_de_passe
nano /etc/ppp/peers/astre
pty "pptp nom.domain.wf --nolaunchpppd" name utilisateur remotename PPTP require-mppe-128 file /etc/ppp/options.pptp ipparam nom_connexion
Pour Lancer
pon nom_connexion
pour visualiser
pon nom_connexion debug dump logfd 2 nodetach
Enregistrer la configuration dans /etc/network/interfaces
auto ppp0 iface ppp0 inet ppp provider nom_connexion