Raspberry Pi Note
  • Raspberry Pi Note
  • Raspberry Pi Note
    • Summary
    • article
      • Regular Command
      • RPi3 Disable Bluetooth Or WiFi By Default
      • RPi3 Turn off HDMI
      • Set BBR Congestion Control
      • RPi3 Switch Off IPV6
      • RPi3 Auto reconnect to wifi when lost connect
      • Internet Speedtest
      • RPi3 Auto Email New Public IP If Changed (Shell)
      • RPi3 Auto Email New Public IP If Changed (Python3)
      • Add IMG To Berryboot
      • RPi3 Change Berryboot Default System By SSH
      • Crontab - Quick Reference
      • Disable Cron Pam_Unix Session
      • Auto login PTT with Expect
      • RPi3 Set LC
      • Enabling & Increasing Raspberry Pi Swap
      • Run HentaiAtHome On Portable External Hard Drive
Powered by GitBook
On this page
  1. Raspberry Pi Note
  2. article

RPi3 Switch Off IPV6

Step

  1. Add these lines to /etc/sysctl.conf :

    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.default.disable_ipv6 = 1
    net.ipv6.conf.lo.disable_ipv6 = 1
    net.ipv6.conf.eth0.disable_ipv6 = 1
    net.ipv6.conf.[interface].disable_ipv6 = 1
  2. Use sudo sysctl -p to apply changes

  3. Reboot

PreviousSet BBR Congestion ControlNextRPi3 Auto reconnect to wifi when lost connect

Last updated 2 years ago