diff --git a/SARA/PPP/README.md b/SARA/PPP/README.md index 857f43d..b7f4551 100644 --- a/SARA/PPP/README.md +++ b/SARA/PPP/README.md @@ -1,3 +1,14 @@ # PPP activation -Une fois la connexion PPP activée on peut retrouver la connexion pp0 avec `ifconfig` \ No newline at end of file +Une fois la connexion PPP activée on peut retrouver la connexion pp0 avec `ifconfig`. + +### Test avec curl + +On peut forcer l'utilisation du réseau pp0 avec curl: + +`curl --interface ppp0 https://ifconfig.me` + +ou avec ping: + +`ping -I ppp0 google.com` +