Is there a Firewall for Ubuntu which doesn't need to be turned on at every reboot like Gufw

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
Gufw turns itself off at every reboot.
I've entered all the commands in terminals.... sudo systemctl enable ufw
sudo systemctl start ufw and so on. 
This is a major security risk. 
Why has a firewall been provided which switches itself off? 
Is there another firewall which works as would be expected?
Thanks,
Bob
firewall
add a comment |Â
up vote
1
down vote
favorite
Gufw turns itself off at every reboot.
I've entered all the commands in terminals.... sudo systemctl enable ufw
sudo systemctl start ufw and so on. 
This is a major security risk. 
Why has a firewall been provided which switches itself off? 
Is there another firewall which works as would be expected?
Thanks,
Bob
firewall
 
 
 
 
 
 
 Well, there's one alternative askubuntu.com/a/7783/295286 Never tried it myself, though, so can't recommend.
 â Sergiy Kolodyazhnyy
 Apr 24 at 2:08
 
 
 
 
 
 2
 
 
 
 
 I believe that with- ufwyou actually have to use- sudo ufw enablefrom the command line to turn it on, and- sudo ufw disableto turn it off. Also, you can check the status with- sudo ufw statusand you can check with the- systemctl status ufw.service.
 â Terrance
 Apr 24 at 2:16
 
 
 
 
 
 4
 
 
 
 
 You've got something configured wrong. ufw doesn't turn off on any of my systems. Also note: gufw is not the firewall, ufw is. gufw is just the configuration interface.
 â Organic Marble
 Apr 24 at 3:44
 
 
 
 
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Gufw turns itself off at every reboot.
I've entered all the commands in terminals.... sudo systemctl enable ufw
sudo systemctl start ufw and so on. 
This is a major security risk. 
Why has a firewall been provided which switches itself off? 
Is there another firewall which works as would be expected?
Thanks,
Bob
firewall
Gufw turns itself off at every reboot.
I've entered all the commands in terminals.... sudo systemctl enable ufw
sudo systemctl start ufw and so on. 
This is a major security risk. 
Why has a firewall been provided which switches itself off? 
Is there another firewall which works as would be expected?
Thanks,
Bob
firewall
asked Apr 24 at 1:41
user603010
62
62
 
 
 
 
 
 
 Well, there's one alternative askubuntu.com/a/7783/295286 Never tried it myself, though, so can't recommend.
 â Sergiy Kolodyazhnyy
 Apr 24 at 2:08
 
 
 
 
 
 2
 
 
 
 
 I believe that with- ufwyou actually have to use- sudo ufw enablefrom the command line to turn it on, and- sudo ufw disableto turn it off. Also, you can check the status with- sudo ufw statusand you can check with the- systemctl status ufw.service.
 â Terrance
 Apr 24 at 2:16
 
 
 
 
 
 4
 
 
 
 
 You've got something configured wrong. ufw doesn't turn off on any of my systems. Also note: gufw is not the firewall, ufw is. gufw is just the configuration interface.
 â Organic Marble
 Apr 24 at 3:44
 
 
 
 
add a comment |Â
 
 
 
 
 
 
 Well, there's one alternative askubuntu.com/a/7783/295286 Never tried it myself, though, so can't recommend.
 â Sergiy Kolodyazhnyy
 Apr 24 at 2:08
 
 
 
 
 
 2
 
 
 
 
 I believe that with- ufwyou actually have to use- sudo ufw enablefrom the command line to turn it on, and- sudo ufw disableto turn it off. Also, you can check the status with- sudo ufw statusand you can check with the- systemctl status ufw.service.
 â Terrance
 Apr 24 at 2:16
 
 
 
 
 
 4
 
 
 
 
 You've got something configured wrong. ufw doesn't turn off on any of my systems. Also note: gufw is not the firewall, ufw is. gufw is just the configuration interface.
 â Organic Marble
 Apr 24 at 3:44
 
 
 
 
Well, there's one alternative askubuntu.com/a/7783/295286 Never tried it myself, though, so can't recommend.
â Sergiy Kolodyazhnyy
Apr 24 at 2:08
Well, there's one alternative askubuntu.com/a/7783/295286 Never tried it myself, though, so can't recommend.
â Sergiy Kolodyazhnyy
Apr 24 at 2:08
2
2
I believe that with
ufw you actually have to use sudo ufw enable from the command line to turn it on, and sudo ufw disable to turn it off. Also, you can check the status with sudo ufw status and you can check with the systemctl status ufw.service.â Terrance
Apr 24 at 2:16
I believe that with
ufw you actually have to use sudo ufw enable from the command line to turn it on, and sudo ufw disable to turn it off. Also, you can check the status with sudo ufw status and you can check with the systemctl status ufw.service.â Terrance
Apr 24 at 2:16
4
4
You've got something configured wrong. ufw doesn't turn off on any of my systems. Also note: gufw is not the firewall, ufw is. gufw is just the configuration interface.
â Organic Marble
Apr 24 at 3:44
You've got something configured wrong. ufw doesn't turn off on any of my systems. Also note: gufw is not the firewall, ufw is. gufw is just the configuration interface.
â Organic Marble
Apr 24 at 3:44
add a comment |Â
 1 Answer
 1
 
active
oldest
votes
up vote
3
down vote
Normally, there is no need to switch it on. The solution to your questions for ufw can be found here.
More informations you found here. The normal behavior is if it's enabled it keeps enabled after reboot. To try another, maybe this fits your need firewalld.
And it's described in the gufw UI.

add a comment |Â
 1 Answer
 1
 
active
oldest
votes
 1 Answer
 1
 
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
Normally, there is no need to switch it on. The solution to your questions for ufw can be found here.
More informations you found here. The normal behavior is if it's enabled it keeps enabled after reboot. To try another, maybe this fits your need firewalld.
And it's described in the gufw UI.

add a comment |Â
up vote
3
down vote
Normally, there is no need to switch it on. The solution to your questions for ufw can be found here.
More informations you found here. The normal behavior is if it's enabled it keeps enabled after reboot. To try another, maybe this fits your need firewalld.
And it's described in the gufw UI.

add a comment |Â
up vote
3
down vote
up vote
3
down vote
Normally, there is no need to switch it on. The solution to your questions for ufw can be found here.
More informations you found here. The normal behavior is if it's enabled it keeps enabled after reboot. To try another, maybe this fits your need firewalld.
And it's described in the gufw UI.

Normally, there is no need to switch it on. The solution to your questions for ufw can be found here.
More informations you found here. The normal behavior is if it's enabled it keeps enabled after reboot. To try another, maybe this fits your need firewalld.
And it's described in the gufw UI.

edited Apr 24 at 7:49
answered Apr 24 at 7:25
lemrm
667
667
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027641%2fis-there-a-firewall-for-ubuntu-which-doesnt-need-to-be-turned-on-at-every-reboo%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Well, there's one alternative askubuntu.com/a/7783/295286 Never tried it myself, though, so can't recommend.
â Sergiy Kolodyazhnyy
Apr 24 at 2:08
2
I believe that with
ufwyou actually have to usesudo ufw enablefrom the command line to turn it on, andsudo ufw disableto turn it off. Also, you can check the status withsudo ufw statusand you can check with thesystemctl status ufw.service.â Terrance
Apr 24 at 2:16
4
You've got something configured wrong. ufw doesn't turn off on any of my systems. Also note: gufw is not the firewall, ufw is. gufw is just the configuration interface.
â Organic Marble
Apr 24 at 3:44