oliverv

RaspberryPi Disable IPv6

Aug 11th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

To force dhclient to us IPv4 for current session:

sudo dhclient -4 -v eth0

To permanently disable IPv6

sudo nano /etc/sysctl.conf

Add

net.ipv6.conf.all.disable_ipv6=1

Add Comment
Please, Sign In to add comment