Hi,
I’m hoping someone can help me. I found a few posts and did some research on the web but nothing works for my situation.
Im trying to block all Qubes from accessing an internal ip on the lan, specifically 192.168.1.1. I don’t want to block it from the router because i still need one qube that i trust to access that ip. For now my priority is to block 192.168.1.1 from all qubes and then work on allowing one qube access as an exception.
I tried the following below in the default-dvm template in files /rw/config/qubes-firewalll-user-script:
nft add rule ip filter input ip saddr 192.168.1.1 counter drop
nft insert rule inet fw4 forward ip saddr 192.168.1.1 counter drop
I did a ‘refresh applications’ which forces the changes to the firewall and restarted sys-firewall/sys-net however I can still ping 192.168.1.1 from my qubes.