Hi,
i have created the two networks “dog” and “msg”. The red boxes at the left side are ipfire systems. The msg-ipfire-system is connected to the dog-network with the orange network interface. Now i want to communicate from one of the msg-systems (lets say “msg-sdb-prd-01”) to “dog-rpxy-prd-01”.
I think communication from msg-GREEN to msg-ORANGE is allowed by default.
- On every server in the dog-network, “172.16.0.1” is configured as default gateway. To get the route back to the “msg” network i added a static route to the dog-ipfire (HOST=172.18.0.0/17; GATEWAY=172.16.0.3) in menu Network->Static routes.
- Then i added a firewall rule to allow every traffic from ORANGE to GREEN in the msg-ipfire (just for testing, later it would be more specific) and activated logging.
- Also just for better analysis i added a rule to allow every traffic from GREEN to ORANGE in the msg-ipfire and acitvated logging.
When i “ping” or “curl” from 172.18.20.2 to 172.16.10.2 in the firewall logs of the msg-ipfire i see, that there is a FORWARDFW entry from green0 to targetserver 172.16.10.2, but no communication backwards.
I think the targetserver sends it to his default gateway, but there is nothing in the firewall log. So i do not really know, what happens now with my request.
Do you have any idea?
Regards
Dave