Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 11:47:04 GMT
From:      Harald Weis <wei@algol.adsl.nerim.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hawei@nerim.net
Subject:   bin/45746: ipfilter's flags and icmp-type processing 
Message-ID:  <200211261147.gAQBl4v9000544@algol.adsl.nerim.net>

next in thread | raw e-mail | index | archive | help

>Number:         45746
>Category:       bin
>Synopsis:       ipfilter's flags and icmp-type processing
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 26 02:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Harald Weis
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Sorry for my previous error in the Reply-to field
>Environment:
System: FreeBSD algol.adsl.nerim.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Nov 24 20:06:48 CET 2002 wei@algol.adsl.nerim.net:/usr/local/src/sys/compile/ALGOL i386


	
>Description:
	
	ping packets do no longer match the rule
	``pass in quick on tun0 proto icmp from any to my_ip_addr/32 icmp-type echo keep state''
	They do match if I suppress ``icmp-type echo''.
	ssh packets do no longer match the rule
	``pass in quick on tun0 proto tcp from any to my_ip_addr/32 port = 22 flags S/FSRPAU keep state''
	They do match if I replace ``S/FSRPAU'' by ``S/S'' or if I suppress the flags entirely.
	Both worked perfectly under 4.5-STABLE from where I upgraded to 4.7-STABLE.
	The remote machine is an ``ibook'' (MacOS X), connected via modem to Internet,
	the ibook has not received any update whatsoever.
	It makes no difference whether ipfilter is compiled into the kernel or not.
	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211261147.gAQBl4v9000544>