diff --git a/nmcli-with-gsm.md b/nmcli-with-gsm.md index e601b03..4426d1d 100644 --- a/nmcli-with-gsm.md +++ b/nmcli-with-gsm.md @@ -6,7 +6,7 @@ mmcli -L ``` -How to use nmcli to create a NetworkManager 4G connection (China Unicom for example) +How to use nmcli to create a NetworkManager 4G connection ``` sudo nmcli c add type gsm ifname cdc-wdm0 con-name 4GNet apn 3gnet gsm.username uninet @@ -19,7 +19,7 @@ I got the cdc-wdm0 from mmcli -m 0 | grep "primary port" ``` -we can use **nmtui** to connect 4GNet +Now we can use **nmtui** to connect 4GNet Here is reference arguments I've used for nmcli