Re: [expert] How to install firewall?

2000-06-12 Thread Monte Milanuk

Yeah, be sure to read _carefully_ the license.  What a rip!  Try
something that is actually free, like Freesco (www.freesco.org).  Runs
on a floppy, or from the hard drive.  Basic floppy install takes less
than 10 minutes if you have all the information you need, and no oddball
hardware.  Otherwise it takes 15 ;)

Monte


"Bruce E. Harris" wrote:
> 
> If you really want security, your firewall should be on another computer
> strictly devoted to that one function.  As firewall on your desktop is better
> then nothing, but not as much as you would think.
> 
> Go to my website and you will find a link to EDGE firewall/router by Fireplug. I
> have this desktop running behind an EDGE firewall. As a bonus, it is also a
> router for my home network using IP masq. Pretty slick. The software is free
> for download, and the hardware can be a 486 with a floppy and 16mb of RAM or
> harddrive version (more tools and the like) on a 486 with 32mb of RAM. Lineo,
> the Thinclient split of Caldera bought Fireplug a couple weeks ago...guess they
> were impressed with it too.
> 
> On Tue, 16 May 2000, you wrote:
> >
> > Hi
> > I am just a new starter in Linux, I like to install and config a firewall for my 
>computer.  How can I install firewall and where can I get information about firewall 
>installation?
> >
> > Please help
> > Thank
> >
> 
> 
> Content-Type: text/html; name="unnamed"
> Content-Transfer-Encoding: quoted-printable
> Content-Description:
> 
> 
> --
> Best Regards, Bruce
> 
> My website: http://harrisherd.ahv.cx

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




RE: [expert] How to install firewall?

2000-05-19 Thread Eric Peters


Ernest,

I have attached two shell scripts that make use of ipchains.
Mandrake 7.2 I do believe has ipchains on as default "not sure". Just run
the scripts like so "./fire-wall"

1. Script "fire-wall" will block all icmp's and block all ports except the
following by default.

ftp-data (20) and ftp (21)
ssh (22)
telnet (23)
smtp (25)
DNS (53)
http (80)
POP-3 (110)
identd (113)
nntp (119)
https (443)
ICQ Services (it's a server service) (4000)

It will also open up high ports as you need them!

"NOTE: anybody that dose a portscan will return all 65,000 ports as open and
filtered :) "

2. Script "flush" will flush your ipchains back to nothing.

Please Edit the files to suite your needs!

Also another firewall that works great called netmax http://www.netmax.com

hope this helps!

Eric Peters 
System Administrator
Network Operations Inherent.com Inc.
[EMAIL PROTECTED]
(503) 224-6751 x224
"Personal Site http://www.linuxsystems.net"



-Original Message-
From: Ernest N. Wilcox Jr. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 17, 2000 11:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] How to install firewall?


On Tue, 16 May 2000 - Vu Nguyen, you wrote:
  |  
  |  Hi
  |  I am just a new starter in Linux, I like to install and config a
firewall for my computer.  How can I install firewall and where can I get
information about firewall installation? 
  |  
  |  Please help
  |  Thank
  |  


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 





Re: [expert] How to install firewall?

2000-05-18 Thread Cecil Watson

http://linuxdoc.org/HOWTO/Firewall-HOWTO.html
- Original Message -
From: Ernest N. Wilcox Jr. <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 17, 2000 7:55 PM
Subject: Re: [expert] How to install firewall?


> On Tue, 16 May 2000 - Vu Nguyen, you wrote:
>   |
>   |  Hi
>   |  I am just a new starter in Linux, I like to install and config a
firewall for my computer.  How can I install firewall and where can I get
information about firewall installation?
>   |
>   |  Please help
>   |  Thank
>   |
>
> 
> Content-Type: text/html; name="unnamed"
> Content-Transfer-Encoding: quoted-printable
> Content-Description:
> 
>
> --
>
> In a console or terminal (text mode) window or screen use "man ipchains"
(no
> quotes). ipchains is used to set up a firewall in Linux
>
> HTH,
>
>
> ___
> Ernie ([EMAIL PROTECTED]
>




Re: [expert] How to install firewall?

2000-05-18 Thread Ernest N. Wilcox Jr.

On Tue, 16 May 2000 - Vu Nguyen, you wrote:
  |  
  |  Hi
  |  I am just a new starter in Linux, I like to install and config a firewall for my 
computer.  How can I install firewall and where can I get information about firewall 
installation? 
  |  
  |  Please help
  |  Thank
  |  


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 


-- 

In a console or terminal (text mode) window or screen use "man ipchains" (no
quotes). ipchains is used to set up a firewall in Linux

HTH,


___
Ernie ([EMAIL PROTECTED]




Re: [expert] How to install firewall?

2000-05-16 Thread Bruce E. Harris

If you really want security, your firewall should be on another computer
strictly devoted to that one function.  As firewall on your desktop is better
then nothing, but not as much as you would think.

Go to my website and you will find a link to EDGE firewall/router by Fireplug. I
have this desktop running behind an EDGE firewall. As a bonus, it is also a
router for my home network using IP masq. Pretty slick. The software is free
for download, and the hardware can be a 486 with a floppy and 16mb of RAM or
harddrive version (more tools and the like) on a 486 with 32mb of RAM. Lineo,
the Thinclient split of Caldera bought Fireplug a couple weeks ago...guess they
were impressed with it too.

On Tue, 16 May 2000, you wrote:
> 
> Hi
> I am just a new starter in Linux, I like to install and config a firewall for my 
>computer.  How can I install firewall and where can I get information about firewall 
>installation? 
> 
> Please help
> Thank
> 


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 


-- 
Best Regards, Bruce

My website: http://harrisherd.ahv.cx






Re: [expert] How to install firewall?

2000-05-16 Thread Alan N.

Adrian Saidac wrote:
> 
> Linux Firewalls by Ziegler (New Riders)
> 
> > Vu Nguyen wrote:
> >
> > Hi
> > I am just a new starter in Linux, I like to install and config a
> > firewall for my computer.  How can I install firewall and where can I
> > get information about firewall installation?
> >
> > Please help
> > Thank

Or goto freshmeat.net and search for PMfirewall.  EASY EASY to get
running and works.

( If all Linux software was this easy to install.. :) )

-- 
-
[EMAIL PROTECTED] ([EMAIL PROTECTED]) Running RedHat Linux 6.2 and/or 
BeOS 5.0.  No Windows involved!
-




Re: [expert] How to install firewall?

2000-05-16 Thread Adrian Saidac

Linux Firewalls by Ziegler (New Riders)

> Vu Nguyen wrote:
> 
> Hi
> I am just a new starter in Linux, I like to install and config a
> firewall for my computer.  How can I install firewall and where can I
> get information about firewall installation?
> 
> Please help
> Thank




[expert] How to install firewall?

2000-05-16 Thread Vu Nguyen



Hi
I am just a new starter in Linux, I like to install 
and config a firewall for my computer.  How can I install firewall and 
where can I get information about firewall installation? 
 
Please help
Thank