update
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
# PPP activation
|
# PPP activation
|
||||||
|
|
||||||
Une fois la connexion PPP activée on peut retrouver la connexion pp0 avec `ifconfig`
|
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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user