Closed
Description
The HOME_NET variable lists green and local networks, but it should also contain all the red networks.
Observed problem:
- transparent proxy on port 80
- ids rule like
alert http $HOME_NET any -> $EXTERNAL_NET any - rule can't fire because the connection goes from nethserver red to net, but nethserver red is not in $HOME_NET
Adding the red address to HOME_NET the rule fires.
Activity