Hello again,
On alpine 2.6.4 I've build shorewall 2.5.20 ( latest stable )
That would run along quagga zebra daemons
But I discovered a problem that I suspect originates in the kernel of 2.6.4
providers file is
ISP1 1 0x100 - vlan10 10.0.11.1 track,loose -
ISP2 2 0x200 - vlan11 10.0.12.1 track,loose -
in shorewall.conf
USE_DEFAULT_RT=Yes
MULTICAST=Yes
On the same host zebra is running and I've just inserted some default
static routes like
ip route 3.3.3.3/32 10.0.12.1
After shorewall is started *and* zebra is restarted
zebra cannot inject static routes into the kernel anymore ..
vtysh -c "show ip route" shows
S 3.3.3.3/32 [1/0] via 10.0.12.1 inactive
and linux ip route command does not show the route at all ..
To investigate further
I used alpine 2.5.4, shorewall 2.5.20 and compiled quagga on it from the
2.6.4 aports
The problem seems to be gone.
Any clues ??
Thanx Harry.