Advertisement
Rahziel

IPV6 KILL SCRIPT LINUX

Nov 11th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ip link delete arcbr0 type bridge
  2. ip link delete arc_wlan0
  3. sysctl -w net.ipv6.conf.all.disable_ipv6=1
  4. sysctl -w net.ipv6.conf.default.disable_ipv6=1
  5. sysctl -w net.ipv6.conf.lo.disable_ipv6=1
  6. sysctl -w net.ipv6.conf.all.autoconf=0
  7. sysctl -w net.ipv6.conf.all.accept_ra=0
  8. sudo chromeos-setdevpasswd
  9. wifi_power_save disable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement