On Mon, Mar 25, 2013 at 10:49 PM, lynn lynn@steve-ss.com wrote:
12.3 zypper up'd today Hi I have disabled firewall using Yast however, each time I reboot, the firewall is always started. I have to go back into Yast and Disable/stop it each boot.
What can I do to make the Yast settings 'stick'?
At the command line, you can try this as root:
# systemctl disable SuSEfirewall2_init.service SuSEfirewall2.service # systemctl stop SuSEfirewall2_init.service SuSEfirewall2.service
This should disable and stop the firewall. No reboot necessary other than to test it if you'd like.
-- Chris