i have problem when add filtering rules in sophos vm to block icmp when ping ubuntu vm ip. icmp stay reply, i feel vm sophos firewall don't connect with ubuntu. Can you help me everybody?
thankyou
This thread was automatically locked due to age.
i have problem when add filtering rules in sophos vm to block icmp when ping ubuntu vm ip. icmp stay reply, i feel vm sophos firewall don't connect with ubuntu. Can you help me everybody?
thankyou
Yes. but, why laptop client can ping my vm ubuntu ip? (done create firewall rules in rules & policies / ACL System - Administration)
and when i create ACL block ip vm sophos in System - Administration client success to cannot ping ip firewall
yes sir, ubuntu server and sophos firewall as vm on the same ESXi.
for ip :
- ip ubuntu server : 192.168.1.4/24
- ip sophos (2 interface)
port2 (as gateway ip ubuntu server) >> 192.168.1.3/24
port1 (interface connect to client) >> 192.168.1.2/24
- ip client : 192.168.1.1/24
- ip vm esxi : 192.168.1.5/24
Even if you defined two interfaces for the sophos vm, you have put them into the same IP network. This will not work as desired.
Firewalling is only working when the firewall is BETWEEN the source and the target.
So you could use 192.168.10.1 on port1 and the 192.168.10.0 /24 network for your clients.
Then the Sophos vm will route the traffic between its two legs port 1 in 192.168.10.0 /24 and port2 in 192.168.1.0 /24.
Then your firewall rules will start to work - magic!