public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] GUI tools for iptables?
@ 2007-07-01 10:05 sain yan
  2007-07-01 10:12 ` Sergey A. Kobzar
  2007-07-01 10:42 ` Paul Waring
  0 siblings, 2 replies; 7+ messages in thread
From: sain yan @ 2007-07-01 10:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

It`s dificulte to me for setup iptables!!!

Are there any GUI tools in profiles???

-- 
==============================
I'm sorry for my poor english!!!!!!!

[-- Attachment #2: Type: text/html, Size: 224 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] GUI tools for iptables?
  2007-07-01 10:05 [gentoo-user] GUI tools for iptables? sain yan
@ 2007-07-01 10:12 ` Sergey A. Kobzar
  2007-07-01 10:42 ` Paul Waring
  1 sibling, 0 replies; 7+ messages in thread
From: Sergey A. Kobzar @ 2007-07-01 10:12 UTC (permalink / raw
  To: sain yan; +Cc: gentoo-user

Hi sain,

Sunday, July 1, 2007, 1:05:14 PM, you wrote:

> It`s dificulte to me for setup iptables!!!
>  
> Are there any GUI tools in profiles???

webmin

-- 
Sergey

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] GUI tools for iptables?
  2007-07-01 10:05 [gentoo-user] GUI tools for iptables? sain yan
  2007-07-01 10:12 ` Sergey A. Kobzar
@ 2007-07-01 10:42 ` Paul Waring
  2007-07-01 10:55   ` Elias Probst
  2007-07-01 11:01   ` Mick
  1 sibling, 2 replies; 7+ messages in thread
From: Paul Waring @ 2007-07-01 10:42 UTC (permalink / raw
  To: gentoo-user

On Sun, Jul 01, 2007 at 06:05:14PM +0800, sain yan wrote:
>    It`s dificulte to me for setup iptables!!!
> 
> 
> 
>    Are there any GUI tools in profiles???

There are plenty of GUIs out there - just google for 'iptables GUI' and
you'll find dozens of tools to help you. However, using iptables at the
command line isn't too difficult if you're only doing simple things like
closing/opening ports on your machine.

Paul
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] GUI tools for iptables?
  2007-07-01 10:42 ` Paul Waring
@ 2007-07-01 10:55   ` Elias Probst
  2007-07-10  1:06     ` Daevid Vincent
  2007-07-01 11:01   ` Mick
  1 sibling, 1 reply; 7+ messages in thread
From: Elias Probst @ 2007-07-01 10:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

On Sunday 01 July 2007 12:42:33 Paul Waring wrote:
> On Sun, Jul 01, 2007 at 06:05:14PM +0800, sain yan wrote:
> >    It`s dificulte to me for setup iptables!!!
> >    Are there any GUI tools in profiles???
>
> There are plenty of GUIs out there - just google for 'iptables GUI' and
> you'll find dozens of tools to help you. However, using iptables at the
> command line isn't too difficult if you're only doing simple things like
> closing/opening ports on your machine.

There's a IMHO really good framework helping you to setup IPTables without 
having to learn the IPTables syntax etc: net-firewall/shorewall

Regards, Elias P.

-- 
A really nice number:
"09:F9:11:02:9D:74:E3:5B:D8:41:56:C5:63:56:88:C0"

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] GUI tools for iptables?
  2007-07-01 10:42 ` Paul Waring
  2007-07-01 10:55   ` Elias Probst
@ 2007-07-01 11:01   ` Mick
  2007-07-01 11:44     ` sain yan
  1 sibling, 1 reply; 7+ messages in thread
From: Mick @ 2007-07-01 11:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1684 bytes --]

On Sunday 01 July 2007 11:42, Paul Waring wrote:
> On Sun, Jul 01, 2007 at 06:05:14PM +0800, sain yan wrote:
> >    It`s dificulte to me for setup iptables!!!
> >
> >
> >
> >    Are there any GUI tools in profiles???
>
> There are plenty of GUIs out there - just google for 'iptables GUI' and
> you'll find dozens of tools to help you. However, using iptables at the
> command line isn't too difficult if you're only doing simple things like
> closing/opening ports on your machine.

It is probably simpler than what you think to understand iptables and setup a 
simple rule set.  Have a *slow* look at:

 http://www.gentoo.org/doc/en/articles/linux-24-stateful-fw-design.xml 

which is an excellent tutorial to take you through the steps of designing and 
setting up your own firewall.  There's also man iptables to compliment the 
tutorial and explain the many options that exist within iptables.

If you are going to manage a production server or a machine with service ports 
open to the wide web, which is expected to come under considerable attack, 
you may also want to read this:

 http://www.gentoo.org/doc/en/articles/dynamic-iptables-firewalls.xml

Alternatively, you can use one of the many automatic script generators and GUI 
rule managers.  If you are used to managing GUI firewalls like you find in MS 
Windows, then Firewall Builder may suit your needs:

http://www.fwbuilder.org/archives/cat_about.html

However, the time you will spend to set up a gui and read its manual and then 
configured it, would probably exceed what it takes to read the iptables 
articles and set a manual firewall ruleset.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] GUI tools for iptables?
  2007-07-01 11:01   ` Mick
@ 2007-07-01 11:44     ` sain yan
  0 siblings, 0 replies; 7+ messages in thread
From: sain yan @ 2007-07-01 11:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 89 bytes --]

Thanks Everyone!




==============================
I'm sorry for my poor english!!!!!!!

[-- Attachment #2: Type: text/html, Size: 159 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [gentoo-user] GUI tools for iptables?
  2007-07-01 10:55   ` Elias Probst
@ 2007-07-10  1:06     ` Daevid Vincent
  0 siblings, 0 replies; 7+ messages in thread
From: Daevid Vincent @ 2007-07-10  1:06 UTC (permalink / raw
  To: gentoo-user

I second that. I've used shorewall for quite some time. I still don't
know dick about iptables, but it's pretty trivial for me to setup a
simple 'rule' or 'entry' in shorewall's 'rules' file. 

> -----Original Message-----
> From: Elias Probst [mailto:mail@eliasprobst.eu] 
> Sent: Sunday, July 01, 2007 3:56 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] GUI tools for iptables?
> 
> On Sunday 01 July 2007 12:42:33 Paul Waring wrote:
> > On Sun, Jul 01, 2007 at 06:05:14PM +0800, sain yan wrote:
> > >    It`s dificulte to me for setup iptables!!!
> > >    Are there any GUI tools in profiles???
> >
> > There are plenty of GUIs out there - just google for 
> 'iptables GUI' and
> > you'll find dozens of tools to help you. However, using 
> iptables at the
> > command line isn't too difficult if you're only doing 
> simple things like
> > closing/opening ports on your machine.
> 
> There's a IMHO really good framework helping you to setup 
> IPTables without 
> having to learn the IPTables syntax etc: net-firewall/shorewall
> 
> Regards, Elias P.
> 
> -- 
> A really nice number:
> "09:F9:11:02:9D:74:E3:5B:D8:41:56:C5:63:56:88:C0"
> 

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-07-10  1:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-01 10:05 [gentoo-user] GUI tools for iptables? sain yan
2007-07-01 10:12 ` Sergey A. Kobzar
2007-07-01 10:42 ` Paul Waring
2007-07-01 10:55   ` Elias Probst
2007-07-10  1:06     ` Daevid Vincent
2007-07-01 11:01   ` Mick
2007-07-01 11:44     ` sain yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox