Hi,
i get some strange effects with interzone firewall. It seems that this firewall dropps all packages.
My environmet :
efw. 2.4.0 Comunity
kernel 2.6.27.19-72.e25
Green. 192.168.1.0/24
Blue 192.168.2.0/24
As wireless systems I use Notebooks which are connected via VPN, these systems are not the problem. The problem is that I have to use some Pinholes ininterzone FW to access upnp servers and media content with mobile devices. SoIneed access from Blue to green on some Ports.
I tried different things like usingIP-Adresses, MAC Adresses,Interfaces and Zones in this rules nothing works. I also disabled the whole interzone FW like manual said, but all Packetsare dropped.
From my point of view it looks like a bug. Anyone got the same Problems
Regards
Some things to check/try - ssh on to endian box (or from console)
Make sure ip_forward id ON
cat /proc/sys/net/ipv4/ip_forward
1
If the result is 0, try
echo 1 > /proc/sys/net/ipv4/ip_forward
And check
cat /etc/sysctl.conf | grep ip_forward
should show
net.ipv4.ip_forward = 1
Also
ip ro sho
Should contain:
192.168.25.0/24 dev br1 proto kernel scope link src 192.168.25.1
I do not presently have quite the same set-up so if this does not help feel free to post more info on your firewall and route table.