Skip to content

Instantly share code, notes, and snippets.

@cyyself
Last active September 3, 2018 14:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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