Displaying 1 result from an estimated 1 matches for "vlan42".
Did you mean:
vlan2
2013 Jun 28
0
IPv6 two or more providers, duplicating routing table does not work
...::/64 route of every ipv6 configured interface to routing table 1.
The first route applies but the other ones not.
If i try to add the routes manually to routing table 1 i have to add the first fe80::/64 route and append not add the other ones.
does not work:
ip -6 route add table 1 fe80::/64 dev vlan42
ip -6 route add table 1 fe80::/64 dev vlan99
works:
ip -6 route add table 1 fe80::/64 dev vlan42
ip -6 route append table 1 fe80::/64 dev vlan99
Configuration files and error message below.
/etc/shorewall6/interfaces
net eth2 detect mss=1280
loc eth0 detect mss=1280
admin vlan42 detect mss=...