Skip to content

Instantly share code, notes, and snippets.

@RubenKelevra
Last active July 6, 2024 21:09
Show Gist options
  • Save RubenKelevra/9ca7311c06cc90830c17236d99a8dbab to your computer and use it in GitHub Desktop.
Save RubenKelevra/9ca7311c06cc90830c17236d99a8dbab to your computer and use it in GitHub Desktop.
Howto enable ipv6 in ArchLinux on a Mobile Modem
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