[CentOS] Problems with 'iptables'

2013-03-22 Thread Andrey B. Kiselev
Hello! Sorry if this question is already asked, but I not finding answer for it... I have server with CentOS 6.4, later it will be router for home network. When I tried tune iptables I have error: [root@gateway sysconfig]# iptables -t NAT -A POSTROUTING -o eth0 -j MASQUERADE iptables v1.4.7:

Re: [CentOS] Problems with 'iptables'

2013-03-22 Thread Zack Colgan
On 03/22/2013 02:16 PM, Andrey B. Kiselev wrote: Hello! Sorry if this question is already asked, but I not finding answer for it... I have server with CentOS 6.4, later it will be router for home network. When I tried tune iptables I have error: [root@gateway sysconfig]# iptables -t NAT

Re: [CentOS] Problems with 'iptables'

2013-03-22 Thread Joseph Spenner
From: Andrey B. Kiselev mr.slono...@gmail.com To: centos@centos.org Sent: Friday, March 22, 2013 11:16 AM Subject: [CentOS] Problems with 'iptables' Hello! Sorry if this question is already asked, but I not finding answer for it... I have server with CentOS 6.4, later it will be router

Re: [CentOS] Problems with 'iptables'

2013-03-22 Thread Andrey B. Kiselev
First tried lowercase - no matter, error remains. 2013/3/22 Joseph Spenner joseph85...@yahoo.com From: Andrey B. Kiselev mr.slono...@gmail.com To: centos@centos.org Sent: Friday, March 22, 2013 11:16 AM Subject: [CentOS] Problems with 'iptables' Hello! Sorry if this question

Re: [CentOS] Problems with 'iptables'

2013-03-22 Thread Zack Colgan
build. For example, do you have NAT support either built-in to your kernel, or built as a module? -Zack 2013/3/22 Joseph Spenner joseph85...@yahoo.com From: Andrey B. Kiselev mr.slono...@gmail.com To: centos@centos.org Sent: Friday, March 22, 2013 11:16 AM Subject: [CentOS] Problems

Re: [CentOS] Problems with IPTABLES recent module.

2010-01-11 Thread Nicolas Thierry-Mieg
James B. Byrne wrote: On Fri, January 8, 2010 15:32, James B. Byrne wrote: I went to reload (iptables-restore) my iptables configuration and obtained an error at the COMMIT statement. No further details were provided even when I ran restore with the -v option. I ran lsmod and I do not

[CentOS] Problems with IPTABLES recent module.

2010-01-08 Thread James B. Byrne
I went to reload (iptables-restore) my iptables configuration and obtained an error at the COMMIT statement. No further details were provided even when I ran restore with the -v option. I determined that none of my backed up configuration files going back to October will load either. This is

Re: [CentOS] Problems with IPTABLES recent module.

2010-01-08 Thread Barry Brimer
Quoting James B. Byrne byrn...@harte-lyne.ca: I went to reload (iptables-restore) my iptables configuration and obtained an error at the COMMIT statement. No further details were provided even when I ran restore with the -v option. I determined that none of my backed up configuration files

Re: [CentOS] Problems with IPTABLES recent module.

2010-01-08 Thread Robert Spangler
On Friday 08 January 2010 15:32, James B. Byrne wrote: :BRUTE_FORCE - [0:0] . . . -A BRUTE_FORCE -p tcp -m tcp -m state -m recent --set -i eth0 --dport 22 --state NEW -A BRUTE_FORCE -m comment -j RETURN --comment Return to calling chain COMMIT Check out this TUTORIAL

Re: [CentOS] Problems with IPTABLES recent module.

2010-01-08 Thread James B. Byrne
On Fri, January 8, 2010 15:32, James B. Byrne wrote: I went to reload (iptables-restore) my iptables configuration and obtained an error at the COMMIT statement. No further details were provided even when I ran restore with the -v option. I ran lsmod and I do not find that ipt_recent is

Re: [CentOS] Problems with IPTABLES recent module.

2010-01-08 Thread James B. Byrne
Check out this TUTORIAL http://www.zoominternet.net/~lazydog/iptables- tutorial.html#RECENTMATCH I do not seem to be making myself clear. I do not need a tutorial on how to use the recent module of iptables. The recent module itself seems not to be available on this particular host anymore.