Skip to content

Instantly share code, notes, and snippets.

View matthewjumpsoffbuildings's full-sized avatar

Matthew matthewjumpsoffbuildings

View GitHub Profile
@matthewjumpsoffbuildings
matthewjumpsoffbuildings / UFW Raspberry Pi Config.patch
Last active September 30, 2018 20:32
Approximate patch to make ufw work under OpenVZ with kernel 2.6.32-042stab078.26
---
sudo nano /etc/default/ufw
---
# Set to yes to apply rules to support IPv6 (no means only IPv6 on loopback
# accepted). You will need to 'disable' and then 'enable' the firewall for
# the changes to take affect.
+IPV6=no
# Set the default input policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT.