15 lines
269 B
Markdown
15 lines
269 B
Markdown
# PPP activation
|
|
|
|
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`
|
|
|