Firewalld Offline

Support for security such as Firewalls and securing linux
giulix63
Posts: 1305
Joined: 2014/05/14 10:06:37
Location: UK

Re: Firewalld Offline

Post by giulix63 » 2016/03/15 14:20:35

If you have trouble connecting to your server via ssh, connect via monitor, su - root and issue the following command:

Code: Select all

firewall-cmd --zone=public --permanent --add-service=ssh
Root is evil: Do not use root (sudo) to run any of the commands specified in my posts unless explicitly indicated. Please, provide the necessary amount of context to understand your problem/question.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Firewalld Offline

Post by gerald_clark » 2016/03/15 15:17:07

Then run the command again without --permanent.

Pcoenen
Posts: 16
Joined: 2016/03/05 17:01:46

Re: Firewalld Offline

Post by Pcoenen » 2016/03/25 13:55:29

Thanks for all the great suggestions and ideas, but nothing of this helped me further.

I solved this by reïnstalling the server

Post Reply