Created
November 13, 2014 18:21
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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