QMICLI connection
This commit is contained in:
parent
19ffba0710
commit
533cb95bbd
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -116,6 +116,27 @@ qmicli --device=/dev/cdc-wdm0 --device-open-proxy --nas-get-system-selection-pre
|
|||
qmicli --device=/dev/cdc-wdm0 --device-open-proxy --nas-set-system-selection-preference='5gnr|lte'
|
||||
```
|
||||
|
||||
## QMICLI Connect
|
||||
|
||||
About our provider (Free Mobile), IPv4 is acquired through DHCP but IPv6 is statically provided.
|
||||
|
||||
### IPv6
|
||||
|
||||
```
|
||||
qmicli --device=/dev/cdc-wdm0 --device-open-proxy --wds-start-network="ip-type=6,apn=free" --client-no-release-cid
|
||||
qmicli --device=/dev/cdc-wdm0 --device-open-proxy --wds-get-current-settings
|
||||
ip addr add 2a0d:e487:15f:f7f5:5c58:4e37:90c0:74d8/64 dev wwan0
|
||||
ip route add default via 2a0d:e487:15f:f7f5:49ec:2e4a:ca1:5b20
|
||||
echo -e "nameserver 2a0d:e480::1\nnameserver 2a0d:e480::2" > /etc/resolv.conf
|
||||
```
|
||||
|
||||
### IPv4
|
||||
|
||||
```
|
||||
qmicli --device=/dev/cdc-wdm0 --device-open-proxy --wds-start-network="ip-type=4,apn=free" --client-no-release-cid
|
||||
udhcpc -q -f -n -i wwan0
|
||||
```
|
||||
|
||||
## Error
|
||||
|
||||
Despite patching ModemManager simtech plugin, we get an error if we force 5GNR.
|
||||
|
|
Loading…
Reference in a new issue