I need your guys help. I am looking to remove nat from out environment since it is November after all.

Can you make me a three step plan?

  • mlfh@lemmy.sdf.org
    link
    fedilink
    arrow-up
    5
    ·
    8 hours ago
    1. sysctl -w net.ipv4.conf.all.disable_ipv4=1
    2. sysctl -w net.ipv6.conf.all.disable_ipv6=0
    3. for link in $(ls /sys/class/net); do ip -6 addr add $(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2)/128 dev $link; done

    Everything should work perfectly forever right out of the box with the above setup.

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    3
    ·
    8 hours ago
    1. Make sure every service and device is compatible with IPv6
    2. Set IPv6 as default everywhere
    3. Shut down all IPv4 DHCP and DNS servers