Skip to content

Instantly share code, notes, and snippets.

@cyyself
Last active September 3, 2018 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyyself/ff083fb5d37c4ce0db2fa5c66d5e1df5 to your computer and use it in GitHub Desktop.
Save cyyself/ff083fb5d37c4ce0db2fa5c66d5e1df5 to your computer and use it in GitHub Desktop.
IPv6 Pass Through
#!/bin/sh
ebtables -t broute -A BROUTING -p ! ipv6 -j DROP
brctl addbr ipv6br
ifconfig ipv6br up
brctl addif ipv6br eth0
brctl addif ipv6br wlan0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment