Ebtables: Difference between revisions
Appearance
Content deleted Content added
| Line 1: | Line 1: | ||
= Firewalling with Ethernet Tables = |
= Firewalling with Ethernet Tables = |
||
On AAISP I have decided to run a NAT-free home network |
On AAISP I have decided to run a NAT-free home network. |
||
Some devices I have allow all IP addresses to control them, but also need internet access for some functionality |
|||
In addition to all that, I assigned v4 addresses dynamically to conserve the address space. |
In addition to all that, I assigned v4 addresses dynamically to conserve the address space. |
||
| Line 23: | Line 24: | ||
up /sbin/ifconfig int0 add fe80::aede:48ff:fe23:4567/64 |
up /sbin/ifconfig int0 add fe80::aede:48ff:fe23:4567/64 |
||
up /sbin/ifconfig int0 add 2001:db8:cafe:1:aede:48ff:fe23:4567/64 |
up /sbin/ifconfig int0 add 2001:db8:cafe:1:aede:48ff:fe23:4567/64 |
||
# Optional: make use of the full capability of my Gigabit ethernet switch. |
|||
pre-up /sbin/ifconfig eth0 mtu 7200 || true |
|||
pre-up /sbin/vconfig add eth0 20 || true |
|||
pre-up /sbin/ifconfig eth0.20 mtu 7200 || true |
|||
bridge_ports eth0.20 |
bridge_ports eth0.20 |
||
bridge_stp off |
bridge_stp off |
||