Updated nmcli with gsm (markdown)

GNU 2022-11-11 13:29:45 +08:00
parent 764b63a973
commit 9d86925f39

@ -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 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" 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 Here is reference arguments I've used for nmcli