LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Security
#8
If you'd like, you can enable the firewall without adding any special rules.  It's default settings will be to deny incoming connections and allow outgoing connections.  If an incoming request is simply a reply to one of your program's outgoing queries, it will be accepted  (eg.  Firefox requesting a page to view); but if it is just some random attempted connection it will be denied.

To enable UFW, enter the following in a terminal window:

Code:
sudo ufw enable

That will turn it on and enable it on each startup.

To check status:

Code:
sudo ufw status

Or, for more details:

Code:
sudo ufw status verbose

To turn it back off:

Code:
sudo ufw disable

More info on basic usage:

Code:
man ufw

Other info:
https://help.ubuntu.com/community/UFW
https://help.ubuntu.com/12.04/serverguide/firewall.html
http://pka.engr.ccny.cuny.edu/~jmao/node/28
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
Security - by Jackson2014 - 02-16-2014, 02:37 AM
Re: Security - by riser - 02-16-2014, 02:44 AM
Re: Security - by Valtam - 02-16-2014, 04:13 AM
Re: Security - by Jackson2014 - 02-16-2014, 04:25 AM
Re: Security - by Jackson2014 - 02-16-2014, 04:29 AM
Re: Security - by gold_finger - 02-19-2014, 05:06 AM
Re: Security - by Valtam - 02-19-2014, 11:38 AM
Re: Security - by Coastie - 03-01-2014, 01:00 AM
Re: Security - by riser - 03-01-2014, 02:08 AM
Re: Security - by Coastie - 03-01-2014, 04:31 AM
Re: Security - by davidrom42 - 05-13-2016, 10:56 AM
Re: Security - by riser - 02-16-2014, 04:04 PM
Re: Security - by Jackson2014 - 02-16-2014, 07:39 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)