21 Apr
2023
21 Apr
'23
07:52
Carlos E. R. wrote:
I'm asking how to block external internet in openSUSE, using SuSEfirewall2 or firewalld. On each computer.
ip6tables -A INPUT -p all -s yourpref/64 -j ACCEPT ip6tables -A INPUT -p all -j DROP That will accept all traffic coming from addresses in your prefix, and drop everything else. There is a couple of more entries needed to allow a machine to have working ipv6 traffic on the internet, if desired. -- Per Jessen, Zürich (6.4°C) Member, openSUSE Heroes (2016 - present) We're hiring - https://en.opensuse.org/openSUSE:Heroes