8000 GitHub - egormanga/xtables-addons: Additional modules for Xtables/iptables (with `xt_XTEE` target added)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Additional modules for Xtables/iptables (with `xt_XTEE` target added)

License

Notifications You must be signed in to change notification settings

egormanga/xtables-addons

Repository files navigation

xtables-addons with xt_XTEE target

Replicates the legacy ipt_ROUTE target.

Usage example

Forward traffic from an untagged client (based on MAC-address) into a bridge as if the packets were appropriately VLAN-tagged:

*mangle

-A PREROUTING -i eth0 -m mac --mac-source AA:BB:CC:DD:EE:FF -j TTL --ttl-inc 1
-A PREROUTING -i eth0 -m mac --mac-source AA:BB:CC:DD:EE:FF -j XTEE --iif br0

About

Additional modules for Xtables/iptables (with `xt_XTEE` target added)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0