Skip to content

Instantly share code, notes, and snippets.

@t-chab
Created November 13, 2014 18:21
Show Gist options
  • Save t-chab/fef7f5f3a2b7f5106a4d to your computer and use it in GitHub Desktop.
Save t-chab/fef7f5f3a2b7f5106a4d to your computer and use it in GitHub Desktop.
ufw rule to add at the end of /etc/ufw/before.rules on Debian to allow LXC bridged interfaces to work (before COMMIT)
# Allow traffic on bridged interface
-I FORWARD -m physdev --physdev-is-bridged -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment