OpenSuSE: Disable firewall


Disable firewall completelyI was wondering… why I can’t connect through ssh. sshd daemon is running fine, so I found out that OpenSuSE installs its stikin’ firewall by default and blocks everything. I’m pretty well protected behind enough high end security devices, and don’t need to micro-manage my connection. Here is how I disabled the firewall altogether:

/sbin/SuSEfirewall2 offTo start the firewall:

/sbin/SuSEfirewall2 onIf you want to temporarily disable your firewall:

/etc/init.d/SuSEfirewall2_setup stopEnter the above line without “stop” and you will see all available switches.

TRACKBACK: http://insanelabs.com/linux/opensuse-disable-firewall-completely/

2 thoughts on “OpenSuSE: Disable firewall

  1. >>/sbin/SuSEfirewall2 off To start the firewall:

    >>/sbin/SuSEfirewall2 on f you want to temporarily disable your firewall:
    It seemed to be a little error threre. Why “SuSEfirewall2 off” should start the firewall?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s