We have a setup where the DMZ is formed by a subnet of our internal network.
To make the DMZ accessible by internal machines we activated Proxy ARP on the internal interface.
This configuration works fine as long as we do not establish connections from inside our DMZ to external or internal.
In this case ASL drops the packets. Examining the rules in filter live log shows the reason: The internal network is part of the spoofing list for the DMZ interface, wich is normally correct. But in this case the internal network covers the DMZ network and the pakets get lost.
Are there any hints how to surround this issue ?
Example config:
intern eth0 192.168.1.0/24 with proxy arp
dmz eth2 192.168.1.0/29
entries in chain SPOOF-DROP:
LOG all -- eth2 * 192.168.1.0/24
DROP all -- eth2 * 192.168.1.0/24
This thread was automatically locked due to age.