I have the default input rule for the VMs as DROP, and then enable specific ports based on the services that machine provides.
What I'm trying to do is to, explicitly block everything from outside of my country.
I can create an ipset "spain", with all the network ranges, and I could just ACCEPT anything from that ipset, but that would open everything. I just want to block everything else not in that ipset.
Is it possible with current implementation?
Thanks,
Julian.
What I'm trying to do is to, explicitly block everything from outside of my country.
I can create an ipset "spain", with all the network ranges, and I could just ACCEPT anything from that ipset, but that would open everything. I just want to block everything else not in that ipset.
Is it possible with current implementation?
Thanks,
Julian.