Posts

Showing posts from March, 2018

Enable IPv6 on Raspberry Pi

Enable IPv6 on Raspberry Pi Just add one line   iface eth0 inet6 dhcp   to /etc/network/interfaces and load ipv6 module modprobe ipv6 to make it permanent add ipv6 to /etc/modules