On Thu, 2002-11-21 at 06:02, Amit Kumar Gupta wrote:
> Hi List,
> I went through a document available on the site :-
> http://people.unix-fu.org/andreasson/iptables-tutorial/iptables-tutorial
> .html
>
> I am having a problem in it. In the LOGGING section it is written that
> if we write a comman
On Sun, 2002-03-24 at 00:37, Jochen wrote:
> I justed switched from SuSE 7.3 to RedHat 7.2.
> On my SuSE I used the following script to secure my Server:
>
> #!/bin/bash
> IPT="/sbin/iptables"
> LAN="eth0"
> WEB="ppp0"
>
> #Load the module.
> modprobe ip_tables
> #Flush old rules, delete the fir
First, try "service iptables start"
This will actually start the iptables firewall.
Then, try "chkconfig iptables on"
This will instruct the system to start iptables on bootup.
On Mon, 3 Dec 2001, hari_bhr wrote:
> hi all gurus
>
> iam trying to deploy ip tables with Squid as a transparent
Title: RE: problem with IPTABLES
You need to specify the -t so . "iptables -t nat -nL"
Cheers
Mark
-Original Message-
From: hari_bhr [mailto:[EMAIL PROTECTED]]
Sent: 03 December 2001 04:41
To: [EMAIL PROTECTED]
Subject: problem with IPTABLES
hi all gurus
iam