MalwareTips.com
Current time: 05-21-2013, 04:49 PM
Hello,is this your first visit?! If NOT use this login panel!
Nick:  
Password:     
If YES, you should join
our amazing community!
Create an account!
Follow us
Facebook MalwareTips.com Twitter MalwareTips.com Google Plus  MalwareTips.com
  • Portal
    Home
  • News
    Headlines
  • Forums
    Community
  • Tutorials
    How-to's
  • Malware Help
    Assistance
    • Removal assistance
    • Malware removal guides
    • Security wizard
  • Reviews
    Products review
    • Video reviews
    • Written reviews
  • Giveaways
    Free stuff
    • Giveaways and promo
    • Discounts
    • Desktop enhancements
  • Malware Hub
    Virus Pipe
    • Virus Exchange
    • Virus List
  • Blogs
    Research

User Control Panel View New Posts View Today's Posts House Rules

MalwareTips.com / Daily News & Tips / How-To Articles, Tips and Guides / Safe Online Practices v
1 2 Next »
/ A highly Informative Linux Security Guide *Update*
Tweet
Post Reply 
Threaded Mode | Linear Mode
A highly Informative Linux Security Guide *Update*
06-20-2011, 04:51 AM (This post was last modified: 06-20-2011 10:54 PM by new user.)
Post: #1
new user Offline
Regular Member (Level 2)
Posts: 81
Joined: Jun 2011
Kudos 40
A highly Informative Linux Security Guide *Update*
A really good read for linux users.
http://www.osnews.com/story/23463/Linux_...tical_Tips

Update:
For People using Distributions other then Fedora/Ubuntu/Suse. You may not have Firewall software by default. Ubuntu's firewall called ufw is in most repos, like Arch and Gentoo. Ther eis also a GUI. It may be called gufw or ufw-frontend.
Ubuntu comes with the firewall without a GUI and turned off, this is because by default Ubuntu has no Open ports. I highly recommend setting up ufw to deny all incoming connections and allow all outgoing. Also if you are hosting any kind of server (be it webserver, ftp, ssh, minecraft) you may need to add an exception for the port. Same goes if you have any port forwarding.
Side note: UFW is really a front-end for IPTABLES, which is way more complicated. Hence the name, UFW: Uncomplicated FireWall
Side note 2: You can run ufw without a gui from a terminal with the command ufw.

[Image: Lg4nx.gif] [Image: userbarmuforumuser.gif]
Find all posts by this user
Quote this message in a reply
 Kudos from: Jack(+2) , HeffeD(+1)
06-20-2011, 09:38 AM (This post was last modified: 06-20-2011 09:39 AM by jamescv7.)
Post: #2
jamescv7 Offline
Silver Member (Level 6)
Posts: 5,904
Joined: Mar 2011
Kudos 935
RE: A highly Informative Linux Security Guide
I use one of the Linux Distro since only my vacation 2011, its worthwhile to read it and understand.

[Image: 2841f33fc6c2ddd879a680ae1a4c167a.gif]

[Image: 2a7dbdb01a9aad0a501ca25c64b7f822.gif]
Find all posts by this user
Quote this message in a reply
06-20-2011, 10:54 PM
Post: #3
new user Offline
Regular Member (Level 2)
Posts: 81
Joined: Jun 2011
Kudos 40
RE: A highly Informative Linux Security Guide
Update:
For People using Distributions other then Fedora/Ubuntu/Suse. You may not have Firewall software by default. Ubuntu's firewall called ufw is in most repos, like Arch and Gentoo. Ther eis also a GUI. It may be called gufw or ufw-frontend.
Ubuntu comes with the firewall without a GUI and turned off, this is because by default Ubuntu has no Open ports. I highly recommend setting up ufw to deny all incoming connections and allow all outgoing. Also if you are hosting any kind of server (be it webserver, ftp, ssh, minecraft) you may need to add an exception for the port. Same goes if you have any port forwarding.
Side note: UFW is really a front-end for IPTABLES, which is way more complicated. Hence the name, UFW: Uncomplicated FireWall
Side note 2: You can run ufw without a gui from a terminal with the command ufw.

[Image: Lg4nx.gif] [Image: userbarmuforumuser.gif]
Find all posts by this user
Quote this message in a reply
06-21-2011, 12:47 AM
Post: #4
TKFlight Offline
Known Member (Level 3)
Posts: 89
Joined: May 2011
Kudos 23
RE: A highly Informative Linux Security Guide *Update*
This is good read for new Linux users. The GUI firewall is easy to use, and I highly recommend it. As new_user said just make sure you block incoming connections and allow outgoing.

Avast Free
Firefox w/ ABP
Find all posts by this user
Quote this message in a reply
06-21-2011, 02:41 AM
Post: #5
HeffeD Offline
Community Leader
Posts: 1,664
Joined: Feb 2011
Kudos 851
RE: A highly Informative Linux Security Guide *Update*
I believe most desktop and server distros come with IPtables in some form or another.

But like you mention, the firewall isn't always on or very user friendly which is where the front-ends such as UFW come in.

PCLinux comes bundled with Shorewall to configure your firewall.

Kubuntu has UFW in their repositories of course.

CentOS allows you to enable the firewall during setup, then you can configure it with the Security Level Configuration Tool.

OpenSuSE has the yast2 firewall in their repositories. I can't remember if this comes bundled with the distro or I downloaded it later.

Mint has UFW in their repositories.

Mandriva has the Invictus firewall. Like OpenSuSE, I can't remember if this was something I downloaded later, or if it is bundled with the distro.

Fedora has a system configuration GUI allowing you to adjust the firewall directly from your system configuration.

Debian gives you a lot of options. You can install Firestarter, UFW, or Shorewall from their repositories. (I'm using Firestarter because I hadn't used it before...) If you download the KDE interface, there are a few other options available to you, such as GuardDog and kmyfirewall.
Find all posts by this user
Quote this message in a reply
06-21-2011, 02:47 AM
Post: #6
new user Offline
Regular Member (Level 2)
Posts: 81
Joined: Jun 2011
Kudos 40
RE: A highly Informative Linux Security Guide *Update*
Don't use firestarter. It is no longer maintained and is dead.

[Image: Lg4nx.gif] [Image: userbarmuforumuser.gif]
Find all posts by this user
Quote this message in a reply
 Kudos from: Jack(+1)
06-21-2011, 03:16 AM
Post: #7
HeffeD Offline
Community Leader
Posts: 1,664
Joined: Feb 2011
Kudos 851
RE: A highly Informative Linux Security Guide *Update*
I wasn't aware of that. Thanks. Smile
Find all posts by this user
Quote this message in a reply
06-24-2011, 05:25 PM
Post: #8
jamescv7 Offline
Silver Member (Level 6)
Posts: 5,904
Joined: Mar 2011
Kudos 935
RE: A highly Informative Linux Security Guide *Update*
PuppyLinux have a firewall disabled when its a first time to bootup and when you click it, a screen to prompt a configuration utility to install as automatic or default.

[Image: 2841f33fc6c2ddd879a680ae1a4c167a.gif]

[Image: 2a7dbdb01a9aad0a501ca25c64b7f822.gif]
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread


User(s) browsing this thread: 1 Guest(s)

 


Proudly powered by MyBB.
Copyright - MalwareTips.com © 2012. All rights reserved. | Webdesign by End Soft Design
Contact Us | Privacy policy | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication | Members List | Forum Team

MalwareTips.com is an independent website.All trademarks mentioned on this page are the property of their respective owners.