Problem with IPTABLES

2002-12-08 Thread Josep M.
Hello I Would like limit Iptables login attemps to 5 per hour since that I never login from out ,but this don´t do nothing, anyone knows how can I do this? # Limit everyone to 5 connections ax per hour $IPTABLES -N sshlimit $IPTABLES -A sshlimit -p tcp --dport 22 -m state --state ESTABLISHED

Re: Problem with IPTables Logging

2002-11-21 Thread Bret Hughes
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

Problem with IPTables Logging

2002-11-21 Thread Amit Kumar Gupta
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 command as :-   Iptables –A FORWARD –p tcp –j LOG –loglevel

Re: Problem with iptables on RedHat 7.2

2002-03-24 Thread sixx
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

Problem with iptables on RedHat 7.2

2002-03-23 Thread Jochen
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 firewall chain if it exists $IPT -F $IPT -F -t nat $IPT -X firewall

Re: problem with IPTABLES

2001-12-03 Thread Mike Burger
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

RE: problem with IPTABLES

2001-12-03 Thread Johnston Mark
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

problem with IPTABLES

2001-12-03 Thread hari_bhr
hi all gurus iam trying to deploy ip tables with Squid as a transparent cache i was working with ipcahins well i want to migrate from ipchains to iptables so i have disable ipcahins and enable iptable and made the following rule iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRE