How can I permanently disable firewall. I have only sshd installed as externally avaliable service so I want to disable FW. Can not from Control Centre. Shorewall clear disable only until reboot.
Is it possible?
systemctl shorewall.service stop
systemctl shorewall.service disable
oj wrote:Trythen
- Code: Select all
systemctl shorewall.service stop
Might have to do the same for iptables.
- Code: Select all
systemctl shorewall.service disable
(oops... fixed a typo)
mackowiakp wrote:oj wrote:Trythen
- Code: Select all
systemctl shorewall.service stop
Might have to do the same for iptables.
- Code: Select all
systemctl shorewall.service disable
(oops... fixed a typo)
OK, works. But should be:
systemctl stop shorewall.service
systemctl disable shorewall.service
A lazy shorter version:
# systemctl stop shorewall
# systemctl disable shorewall
Users browsing this forum: No registered users and 1 guest