Quick one - How do I temporarily disable the firewall?

I need to temporarily disable the susefirewall to troubleshoot connectivity problems. If I just go into YAST and stop the firewall is that enough or do I need to do anything else like kill a service or reboot too?

Yep that will do it

Thanks. Well I know it’s not my firewall that’s the problem then.

su -c ‘rcSuSEfirewall2 stop’ (STOPS)
su -c ‘rcSuSEfirewall2 status’ (echoes STATUS)
su -c ‘rcSuSEfirewall2 start’ (STARTS)