Re: Firewall - OUTPUT rule

2010-09-25 Thread JD
On 09/25/2010 02:33 AM, Roberto Ragusa wrote: > -A INPUT -m tcp -p tcp --dport 631 -s 192.168.0.0/24 -j ACCEPT I made the change, but modified it as follows: -A INPUT -m tcp -p tcp --dport 631 -s 192.168.0.0/24 -d 192.168.0.0/24 -j ACCEPT So, will wait a few minutes and see. Thanx for the ti

Re: Firewall - OUTPUT rule

2010-09-25 Thread Roberto Ragusa
JD wrote: > > On 09/23/2010 08:20 PM, Kevin J. Cummings wrote: >> On 09/23/2010 10:34 PM, JD wrote: >>>The firewall is belching these messages: >>> >>> Sep 23 19:22:39 vger kernel: Dropped by firewall: IN=wlan0 OUT= MAC= >>> SRC=192.168.0.8 DST=192.168.0.255 LEN=223 TOS=0x00 PREC=0x00 TTL=64 I

Re: Firewall - OUTPUT rule

2010-09-23 Thread Kevin J. Cummings
On 09/24/2010 12:20 AM, JD wrote: > I noticed you repeated the first entry (udp). Because it was in the list twice. Could be a bug in the new CUPS as I was using the automatic printer installer in F13 at the time I never modified the rules myself. -- Kevin J. Cummings kjch...@rcn.com cummi

Re: Firewall - OUTPUT rule

2010-09-23 Thread JD
On 09/23/2010 08:58 PM, Kevin J. Cummings wrote: > On 09/23/2010 11:41 PM, JD wrote: >> I have this input rule: >> -A INPUT -m state --state NEW -m tcp -p tcp --dport 631 -s >> 192.168.0.0/24 -j ACCEPT >> -A INPUT -m state --state NEW -m udp -p udp --dport 631 -s >> 192.168.0.0/24 -j ACCEPT > I

Re: Firewall - OUTPUT rule

2010-09-23 Thread Kevin J. Cummings
On 09/23/2010 11:41 PM, JD wrote: > I have this input rule: > -A INPUT -m state --state NEW -m tcp -p tcp --dport 631 -s > 192.168.0.0/24 -j ACCEPT > -A INPUT -m state --state NEW -m udp -p udp --dport 631 -s > 192.168.0.0/24 -j ACCEPT I have an F13 system which was installed recently and has

Re: Firewall - OUTPUT rule

2010-09-23 Thread JD
On 09/23/2010 08:20 PM, Kevin J. Cummings wrote: > On 09/23/2010 10:34 PM, JD wrote: >>The firewall is belching these messages: >> >> Sep 23 19:22:39 vger kernel: Dropped by firewall: IN=wlan0 OUT= MAC= >> SRC=192.168.0.8 DST=192.168.0.255 LEN=223 TOS=0x00 PREC=0x00 TTL=64 ID=0 >> DF PROTO=UD

Re: Firewall - OUTPUT rule

2010-09-23 Thread Kevin J. Cummings
On 09/23/2010 10:34 PM, JD wrote: > The firewall is belching these messages: > > Sep 23 19:22:39 vger kernel: Dropped by firewall: IN=wlan0 OUT= MAC= > SRC=192.168.0.8 DST=192.168.0.255 LEN=223 TOS=0x00 PREC=0x00 TTL=64 ID=0 > DF PROTO=UDP SPT=631 DPT=631 LEN=203 > > Thing is, 192.168.0.8 is

Firewall - OUTPUT rule

2010-09-23 Thread JD
The firewall is belching these messages: Sep 23 19:22:39 vger kernel: Dropped by firewall: IN=wlan0 OUT= MAC= SRC=192.168.0.8 DST=192.168.0.255 LEN=223 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=631 DPT=631 LEN=203 Thing is, 192.168.0.8 is my wlan0 ip address. Since port 631 is the inte