Re: iptables netmask

2003-01-24 Thread Mike Vanecek
-- Original Message --- From: Jay Turner <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Fri, 24 Jan 2003 02:27:53 -0500 Subject: Re: iptables netmask > On Thu, Jan 23, 2003 at 07:12:31PM -0600, Mike Vanecek wrote: > > I am configuring RH 8 iptables. I have read

Re: iptables netmask

2003-01-24 Thread jdow
From: "Jay Turner" <[EMAIL PROTECTED]> > Would cover from 65.32.0.1 to 65.63.255.254 > > > > > Will ip address 64.255.0.0 trigger a hit? > > No. > > > > > Will ip address 65.55.1.1 trigger a hit? > > Yes. > > > > > How do I test the incoming source address against the above rule and determine > >

Re: iptables netmask

2003-01-23 Thread Jay Turner
On Thu, Jan 23, 2003 at 07:12:31PM -0600, Mike Vanecek wrote: > I am configuring RH 8 iptables. I have read several sources, but am still > unclear on the impact of a netmask on the source/destination definitions. > > For example, -s 65.50.0.0/11 would have a hit on what range of incoming packets?