Re: RHEL-family dev environment

2008-05-23 Thread Tzafrir Cohen
On Fri, May 23, 2008 at 11:04:00AM +1000, Amos Shapira wrote: > 2008/5/23 Oron Peled <[EMAIL PROTECTED]>: > > > Another advantage in this kind of setup, is that when people develop > > on Fedora (while integrating with RedHat/Centos) they have a looking > > glass into the next RedHat/Centos releas

Re: iptables question

2008-05-23 Thread shimi
On Fri, May 23, 2008 at 11:30 AM, shimi <[EMAIL PROTECTED]> wrote: > > Is the nmap traffic coming from either one of these interfaces? Because if > so, these rules allows them to pass, regardless of any other rules you have > (as you don't have any REJECT before these rules, nor your chain policy

Re: iptables question

2008-05-23 Thread shimi
On Fri, May 23, 2008 at 1:49 AM, Hetz Ben Hamo <[EMAIL PROTECTED]> wrote: > Hi, > > I'm playing here with iptables, and I have a small problem: > > Here's my iptables config: > > -A test-fw-INPUT -i eth0 -j ACCEPT > -A test-fw-INPUT -i eth0-range0 -j ACCEPT > > Is the nmap traffic coming from eith

Re: iptables question

2008-05-23 Thread Shachar Shemesh
Hetz Ben Hamo wrote: Hi, I'm playing here with iptables, and I have a small problem: Here's my iptables config: FORWARD ACCEPT [0:0] :INPUT ACCEPT [0:0] :test-fw-INPUT - [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -j test-fw-INPUT -A FORWARD -j test-fw-INPUT -A test-fw-INPUT -i lo -j ACCEPT -A tes