Hello Everyone,
I’ve upgrade from OpenSuse Leap 15.2 to 15.3. I’m confused about how to set up firewall.
In 15.2, I can set firewall either using yast, firewall-cmd or iptable (eg. open tcp port 80). All of these commands can synchronize with each others. In other way to say, if I open tcp 80 port in yast, it shows up also in “firewall-cmd --list-all” and “iptables -S” automatically.
But in 15.3, if I setup firewall in yast (open tcp 80 port), it shows not in iptables. Then I use iptables command to add a new rule, for example, open 443/tcp port, it overwrite the setting from yast before, so 80/tcp is closed, only 443/tcp port is open.
I’m confused, because I also use docker. Docke inserts iptables rules. I also have custom bash script using firewall-cmd commands to setup firewall. In 15.3, the firewall setting is messed up in my situation.:’(
Can someone have good suggestions? Thank you.
Best regards,