Just installed EFW 2.3 and cannot access blue from green.
My setup:
----------------
green = eth0 = 192.168.0.1
blue = eth1 = 192.168.1.1
orange = eth2 = 192.168.2.1
red = eth3 = dhcp
Inter-zone firewall rule GREEN BLUE <ANY> -> is installed by default.
Computer A gets ip = 192.168.0.10 DNS 192.168.0.1 Gateway 192.168.0.1 from DHCP on green
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.10 10
192.168.0.0 255.255.255.0 On-link 192.168.0.10 266
192.168.0.10 255.255.255.255 On-link 192.168.0.10 266
192.168.0.255 255.255.255.255 On-link 192.168.0.10 266
===========================================================================
Persistent Routes:
None
Computer B gets ip = 192.168.1.10 DNS 192.168.1.1 Gateway 192.168.1.1 from DHCP on blue
If I can ping both green and blue ips of efw box, but not anything else on blue.
Pinging 192.168.0.1 with 32 bytes of data:
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
tracert 192.168.1.10
Tracing route to 192.168.1.10 over a maximum of
1 <1 ms <1 ms <1 ms 192.168.0.1
2 * * * Request timed out.