diff --git a/nmcli-with-gsm.md b/nmcli-with-gsm.md index 4cee320..8835606 100644 --- a/nmcli-with-gsm.md +++ b/nmcli-with-gsm.md @@ -22,7 +22,11 @@ mmcli -m 0 | grep "primary port" ``` Now we can use **nmtui** to connect 4GNet - +or +``` +sudo nmcli connection up 4GNet +sudo nmcli connection down 4GNet +``` Here is reference arguments I've used for nmcli ```