Last active
July 6, 2024 21:09
-
-
Save RubenKelevra/9ca7311c06cc90830c17236d99a8dbab to your computer and use it in GitHub Desktop.
Howto enable ipv6 in ArchLinux on a Mobile Modem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mmcli -m 0 | |
# shows "IP supported: ipv4, ipv6, ipv4v6" but "initial bearer ip type: ipv4" | |
mmcli -m 0 --3gpp-set-initial-eps-bearer-settings="ip-type=ipv4v6" | |
# modem will disconnect and reconnect | |
mmcli -m 0 | |
# now shows "initial bearer ip type: ipv4v6" | |
# This won't last for a reboot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment