Ebtables: Difference between revisions
Appearance
Content deleted Content added
| Line 24: | 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. |
# Optional: make use of the full capability of my Gigabit ethernet switch, by using the maximum possible MTU. |
||
pre-up /sbin/ifconfig eth0 mtu 7200 || true |
pre-up /sbin/ifconfig eth0 mtu 7200 || true |
||
pre-up /sbin/vconfig add eth0 20 || true |
pre-up /sbin/vconfig add eth0 20 || true |
||