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


Comments

Post a Comment

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Reduce (shrink) and resize raw disk at Proxmox

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10