Re: default firewall

2014-08-28 Thread Andrei POPESCU
On Lu, 25 aug 14, 14:22:53, Buchs, Kevin J. wrote: > The securing debian HowTo ( > https://www.debian.org/doc/manuals/securing-debian-howto/ch-sec-services.en.html#s-firewall-setup > ), on my reading, suggests there is no default firewall setup on the base > system, unless a fir

default firewall

2014-08-25 Thread Buchs, Kevin J.
The securing debian HowTo ( https://www.debian.org/doc/manuals/securing-debian-howto/ch-sec-services.en.html#s-firewall-setup ), on my reading, suggests there is no default firewall setup on the base system, unless a firewall script package is installed or created. Is this correct? If not

Re: Is there a default firewall on Debian Etch

2008-12-12 Thread Tom Allison
I'm not aware of a default. But I started using Shorewall and found it extremely capable. That capability comes with a degree of complexity. On Dec 12, 2008, at 1:02 PM, chris wrote: On Mon, 08 Dec 2008 21:25:46 -0600, Brendan West wrote: I am needing to find out if there is a de

Re: Is there a default firewall on Debian Etch

2008-12-12 Thread chris
On Mon, 08 Dec 2008 21:25:46 -0600, Brendan West wrote: > I am needing to find out if there is a default firewall on Etch and how > to control it (change settings, allow ports, programs, ect.). How can I > do this? Thanks for any ideas. > http://packages.debian.org/etch/net/a

Re: Is there a default firewall on Debian Etch

2008-12-08 Thread Douglas A. Tutty
On Mon, Dec 08, 2008 at 09:25:46PM -0600, Brendan West wrote: > I am needing to find out if there is a default firewall on Etch and > how to control it (change settings, allow ports, programs, ect.). How > can I do this? Thanks for any ideas. The kernel does the firewalling

Is there a default firewall on Debian Etch

2008-12-08 Thread Brendan West
I am needing to find out if there is a default firewall on Etch and how to control it (change settings, allow ports, programs, ect.). How can I do this? Thanks for any ideas. NinjaNife -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

RE: default firewall/IDS that comes with DEBIAN

2007-02-08 Thread Jarek Buczyński
> Quotes from the iptables tutorial : > > "The conntrack match is an extended version of the state match" > > You can use more specific options with the conntrack match. > Both rules do the same thing. OK. Thank You -- Best regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

Re: default firewall/IDS that comes with DEBIAN

2007-02-08 Thread franck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jarek Buczyński wrote: > Hello > Hi, > What is difference between > > -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT > > and > > -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT > Quotes from the iptables tutorial : "Th

RE: default firewall/IDS that comes with DEBIAN

2007-02-08 Thread Jarek Buczyński
Hello What is difference between -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT and -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -- Best regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Default firewall in etch

2007-02-04 Thread Michael Pobega
Chris Bannister wrote: On Thu, Feb 01, 2007 at 09:40:42AM -0500, celejar wrote: On 1/31/07, Marc D Ronell <[EMAIL PROTECTED]> wrote: Hi, What is Etch using as its default firewall? How do I change that firewall's settings? As others have pointed out, no firewall is

Re: Default firewall in etch

2007-02-04 Thread Chris Bannister
On Thu, Feb 01, 2007 at 09:40:42AM -0500, celejar wrote: > On 1/31/07, Marc D Ronell <[EMAIL PROTECTED]> wrote: > > > >Hi, > > > >What is Etch using as its default firewall? How do I change that > >firewall's settings? > > As others have

Re: Default firewall in etch

2007-02-03 Thread Guillermo Garron
On 2/1/07, Marc D Ronell <[EMAIL PROTECTED]> wrote: Hi, Thanks for all of the suggestions. Isn't there a *default* firewall install when you setup a basic version of etch? If I didn't specifically install a firewall, does that mean that there is curre

Re: Default firewall in etch

2007-02-01 Thread loos
Em Qui, 2007-02-01 às 07:32 -0500, Marc D Ronell escreveu: > Hi, > > Thanks for all of the suggestions. Isn't there a *default* firewall > install when you setup a basic version of etch? If I didn't > specifically install a firewall, does that mean th

Re: Default firewall in etch

2007-02-01 Thread Andrew Sackville-West
On Thu, Feb 01, 2007 at 07:32:01AM -0500, Marc D Ronell wrote: > > Hi, > > Thanks for all of the suggestions. Isn't there a *default* firewall > install when you setup a basic version of etch? If I didn't > specifically install a firewall, does

Re: Default firewall in etch

2007-02-01 Thread Nyizsnyik Ferenc
On Thu, 2007-02-01 at 09:57 +, Chris Lale wrote: > Marc D Ronell wrote: > > Hi, > > > > What is Etch using as its default firewall? How do I change that > > firewall's settings? > > > > I am seeking a pointer to the right manual. > > > >

Re: Default firewall in etch

2007-02-01 Thread celejar
On 1/31/07, Marc D Ronell <[EMAIL PROTECTED]> wrote: Hi, What is Etch using as its default firewall? How do I change that firewall's settings? As others have pointed out, no firewall is configured by default. Iptables is the kernel code that provides packet filtering but isn&

Re: Default firewall in etch

2007-02-01 Thread Douglas Allan Tutty
On Thu, Feb 01, 2007 at 07:32:01AM -0500, Marc D Ronell wrote: > > Hi, > > Thanks for all of the suggestions. Isn't there a *default* firewall > install when you setup a basic version of etch? If I didn't > specifically install a firewall, does

Re: Default firewall in etch

2007-02-01 Thread Roberto C. Sanchez
On Thu, Feb 01, 2007 at 07:32:01AM -0500, Marc D Ronell wrote: > > Hi, > > Thanks for all of the suggestions. Isn't there a *default* firewall > install when you setup a basic version of etch? If I didn't > specifically install a firewall, does

Re: Default firewall in etch

2007-02-01 Thread franck joncourt
Marc D Ronell <[EMAIL PROTECTED]> wrote: Hi, Thanks for all of the suggestions. Isn't there a *default* firewall install when you setup a basic version of etch? If I didn't specifically install a firewall, does that mean that there is currently no firewa

Re: Default firewall in etch

2007-02-01 Thread Marc D Ronell
Hi, Thanks for all of the suggestions. Isn't there a *default* firewall install when you setup a basic version of etch? If I didn't specifically install a firewall, does that mean that there is currently no firewall setup? I am happy to write and work wit

Re: Default firewall in etch

2007-02-01 Thread franck joncourt
Chris Lale <[EMAIL PROTECTED]> wrote: Marc D Ronell wrote: > Hi, > > What is Etch using as its default firewall? How do I change that > firewall's settings? > > I am seeking a pointer to the right manual. > > Thanks, > > marc > > If you just

Re: Default firewall in etch

2007-02-01 Thread Chris Lale
Marc D Ronell wrote: Hi, What is Etch using as its default firewall? How do I change that firewall's settings? I am seeking a pointer to the right manual. Thanks, marc If you just want a personal firewall for a PC, try Guarddog - see http://newbiedoc.berlios.de

Re: Default firewall in etch

2007-02-01 Thread Gerard Robin
On Wed, Jan 31, 2007 at 10:49:01PM -0500, Marc D Ronell wrote: What is Etch using as its default firewall? How do I change that firewall's settings? try firestarter hth -- Gérard

Re: Default firewall in etch

2007-01-31 Thread Roberto C. Sanchez
On Wed, Jan 31, 2007 at 10:49:01PM -0500, Marc D Ronell wrote: > > Hi, > > What is Etch using as its default firewall? How do I change that > firewall's settings? > > I am seeking a pointer to the right manual. > More than likely, you have only iptables instal

Default firewall in etch

2007-01-31 Thread Marc D Ronell
Hi, What is Etch using as its default firewall? How do I change that firewall's settings? I am seeking a pointer to the right manual. Thanks, marc -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: default firewall/IDS that comes with DEBIAN

2006-12-30 Thread Douglas Tutty
t; > > While browsing my auth.log file, I notice 'many' denial attacks. > > > > > > Eg:... > > > > > > Dec 17 12:25:37 h-66-166-247-242 sshd[21409]: Illegal user sara from > > > 61.82.25.83 > > > AFAIK there is no default fire

Re: default firewall/IDS that comes with DEBIAN

2006-12-21 Thread Paul Johnson
from 61.82.25.83 Dec 17 12:25:56 h-66-166-247-242 sshd[21437]: > Illegal user admins from 61.82.25.83 Dec 17 12:25:58 h-66-166-247-242 > sshd[21439]: Illegal user admins from 61.82.25.83 Dec 17 12:26:08 > h-66-166-247-242 sshd[21453]: Illegal user shutdown from 61.82.25.83 So use stron

Re: default firewall/IDS that comes with DEBIAN

2006-12-21 Thread Andrew Sackville-West
: Illegal user admins from > 61.82.25.83 > Dec 17 12:26:08 h-66-166-247-242 sshd[21453]: Illegal user shutdown from > 61.82.25.83 > > What default firewall/IDS does Debian come with following an > initial install? there is a packages, denyhosts, that watches for these kind

Re: default firewall/IDS that comes with DEBIAN

2006-12-21 Thread Albert Dengg
.83 > > Dec 17 12:25:54 h-66-166-247-242 sshd[21434]: Illegal user users from > > 61.82.25.83 > > Dec 17 12:25:56 h-66-166-247-242 sshd[21437]: Illegal user admins from > > 61.82.25.83 > > Dec 17 12:25:58 h-66-166-247-242 sshd[21439]: Illegal user admins from > >

Re: default firewall/IDS that comes with DEBIAN

2006-12-21 Thread Andrei Popescu
: Illegal user admins from > 61.82.25.83 > Dec 17 12:26:08 h-66-166-247-242 sshd[21453]: Illegal user shutdown from > 61.82.25.83 > > What default firewall/IDS does Debian come with following an initial install? > > Note: during install I selected all major components and

default firewall/IDS that comes with DEBIAN

2006-12-21 Thread mutsuura
sshd[21437]: Illegal user admins from 61.82.25.83 Dec 17 12:25:58 h-66-166-247-242 sshd[21439]: Illegal user admins from 61.82.25.83 Dec 17 12:26:08 h-66-166-247-242 sshd[21453]: Illegal user shutdown from 61.82.25.83 What default firewall/IDS does Debian come with following an initial insta