Skip to content

Instantly share code, notes, and snippets.

@rhoths
Created August 16, 2017 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhoths/0162295182ea65e93bd89ce1e92d1583 to your computer and use it in GitHub Desktop.
Save rhoths/0162295182ea65e93bd89ce1e92d1583 to your computer and use it in GitHub Desktop.
$ nmcli con show "Wired connection 1"|egrep -i 'ipv6|ip6'
ipv6.method: auto
ipv6.dns:
ipv6.dns-search:
ipv6.dns-options: (default)
ipv6.dns-priority: 0
ipv6.addresses:
ipv6.gateway: --
ipv6.routes:
ipv6.route-metric: -1
ipv6.ignore-auto-routes: no
ipv6.ignore-auto-dns: no
ipv6.never-default: no
ipv6.may-fail: yes
ipv6.ip6-privacy: -1 (unknown)
ipv6.addr-gen-mode: stable-privacy
ipv6.dhcp-send-hostname: yes
ipv6.dhcp-hostname: --
ipv6.token: --
IP6.ADDRESS[1]: 2600:3c00::d8b0:6062:5423:3df6/64
IP6.ADDRESS[2]: fe80::e012:1d9:bd23:2900/64
IP6.GATEWAY: fe80::1
IP6.ROUTE[1]: dst = 2600:3c00::/64, nh = ::, mt = 100
@rmcintosh
Copy link

nmcli con mod 'Wired connection 1' ipv6.addr-gen-mode eui64
nmcli con up 'Wired connection 1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment