Ipv6: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 October 2024

  • curprev 13:5913:59, 22 October 2024Ekaanbj talk contribs 2,713 bytes +2,713 Created page with "<pre> nmcli connection modify bahnhof ipv6.method dhcp nmcli connection modify bahnhof ipv6.addr-gen-mode eui64 nmcli connection modify bahnhof ipv6.dhcp-duid ll nmcli connection modify bahnhof ipv6.dhcp-iaid 123456 nmcli connection modify bahnhof ipv6.never-default no # sudo sysctl net.ipv6.conf.enp5s0.accept_ra=1 sudo sysctl net.ipv6.conf.all.accept_ra=1 sudo sysctl net.ipv6.conf.default.accept_ra=1 nmcli connection show bahnhof | grep -E "ipv6.method|ipv6.addr-gen-mo..."