Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Ebtables: Difference between revisions

174 bytes added ,  2 October 2011
= Firewalling with Ethernet Tables =
 
On AAISP I have decided to run a NAT-free home network, but some recent additions to the network need both internet access to function at the same time as any IPv4 address that can access them to control them.
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.
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
# 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_stp off
48

edits