From 9d86925f3974fb6e2f0a730d5b73e2bb1abf08fe Mon Sep 17 00:00:00 2001 From: GNU Date: Fri, 11 Nov 2022 13:29:45 +0800 Subject: [PATCH] Updated nmcli with gsm (markdown) --- nmcli-with-gsm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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