LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 10-05-2004, 03:35 PM   #1
KETrel
Member
 
Registered: Aug 2004
Distribution: Fedora Core 2
Posts: 51

Rep: Reputation: 15
Firewall (with selective access)


I'm looking for a firewall that not only functions as a incomming firewall, but will allow me to pick and choose what programs may access the internet. Basically like what zonealarm for windows lets you do.

A gui would be a major plus.
 
Old 10-05-2004, 03:52 PM   #2
scottman
Member
 
Registered: Jul 2004
Location: USA
Distribution: Slackware, FreeBSD, LFS
Posts: 72

Rep: Reputation: 15
Hey KETrel,

I'm not familiar with the GUI's out there, but I do know iptables allows you to filter OUTGOING packets by PID, UID, and the name of the process sending it. An example rule would be

Code:
$IPT -A OUTPUT -p udp --dport 33434:33523 \
-m owner     --cmd-owner traceroute \
-m state     --state NEW,ESTABLISHED \
-j ACCEPT
This rule allows only the program traceroute to go out by using -m owner --cmd-owner traceroute
 
Old 10-05-2004, 06:16 PM   #3
KETrel
Member
 
Registered: Aug 2004
Distribution: Fedora Core 2
Posts: 51

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by scottman
Hey KETrel,

I'm not familiar with the GUI's out there, but I do know iptables allows you to filter OUTGOING packets by PID, UID, and the name of the process sending it. An example rule would be

Code:
$IPT -A OUTPUT -p udp --dport 33434:33523 \
-m owner     --cmd-owner traceroute \
-m state     --state NEW,ESTABLISHED \
-j ACCEPT
This rule allows only the program traceroute to go out by using -m owner --cmd-owner traceroute
I would say it's all greek to me, but I'm not even sure that's greek lol
Me =
 
Old 10-05-2004, 07:37 PM   #4
scottman
Member
 
Registered: Jul 2004
Location: USA
Distribution: Slackware, FreeBSD, LFS
Posts: 72

Rep: Reputation: 15
I'm sorry guy, iptables is a built-in firewall system that you can use to create custom rules from the command line, or from a script. There are many applications that provide GUI's to do this for you. There are also many tutorials available, and posts regarding iptables if you are interested. As far as the GUI's go, they should allow you to filter traffic going out of your cpu as well as coming in. I'm sure there are many readers who know more about the available GUI's out there, hopefully one can add a post to point you in the right direction.

P.S. You were right, it WAS greek.
 
Old 10-05-2004, 09:57 PM   #5
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
well, there's firestarter (a GUI to iptables):

http://firestarter.sourceforge.net/


but you're much better-off learning iptables "for real" if you can:

http://www.linuxguruz.com/iptables
 
Old 10-06-2004, 07:00 AM   #6
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
In addition - another GUI front-end for iptables: Guarddog might be worth having a look at:

http://www.simonzone.com/software/guarddog/
 
Old 10-06-2004, 10:41 AM   #7
a1ntsk33r3d
LQ Newbie
 
Registered: Mar 2004
Location: NC
Distribution: Ubuntu 20.04
Posts: 19

Rep: Reputation: 3
Word on the street is...

...that Zone Labs is working on a Linux version of their Windows firewall client program.
 
Old 10-06-2004, 12:05 PM   #8
KETrel
Member
 
Registered: Aug 2004
Distribution: Fedora Core 2
Posts: 51

Original Poster
Rep: Reputation: 15
on the subject of firestarter, I installed that a while ago, and later I rebooted, and it was in my services that start at bootup, now with it active, the computer acted horrible, half the things open would freeze, I lost the use of the middle mouse button and I while in mozilla, I could click my bookmarks and use the menus at the top, trying to interact with anything in the actual page (links, etc.) didn't work and while any browser was open, nothing else would work until it was closed (which in cludes the taskbar thing at the bottom, and ksystemguard so I couldn't close it that way either)

Needless to say I disabled the firestarted service.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
X selective translucency? shishimo Linux - Software 1 06-22-2005 07:31 PM
Access Control Firewall Trano Linux - Networking 3 02-23-2005 08:08 AM
Enabling POP3 Access for Selective Users only topcat Linux - Software 1 11-23-2004 10:31 PM
Selective startup LemonSHARK Red Hat 1 03-02-2004 05:25 PM
How selective is your memory? xailer Linux - Newbie 12 12-03-2003 11:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 10:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration