|
|||||||||||
|
Re: ICMP record route
From: Pillai, Gopakumar (Gopu) <gopu(at)avaya.com>
Date: Mon Aug 04 2003 - 17:00:11 EDT
Now these are the things I found: If I put these rules it does not forward packets.
My typical scenario is to allow requests go out and replies to come in. No block rules for traffic from trusted side (private) to come in to the forwarder, no block rules going out the public interface either. Block all rules coming in on untrusted interface (public). But looks like keep state is not much of use here: pass out proto icmp all keep state allow-opts The above does not work, since the default behavior is to block on all interfaces. I have to add an explicit rule to let the request packet come in first i.e. "pass in on fxp1 proto icmp all allow-opts". Cosidering the above scenario for allowing normal ICMP packets to go thru one would need only one rule: pass out proto icmp all keep state We need to add two rule if options are set, then is keep-state with allow-opts doing its job? If it is an issue I have helped to bring it to OpenBSD's attention otherwise pls. ignore my ignorance. --Gopu
-----Original Message-----
On Fri, 1 Aug 2003 15:35:35 -0600, you wrote: >I feel the OpenBSD is responding fine, but the main problem I have is
By default IP options are dropped by pf. Search allow-opts in man pf.conf AD --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system ( http://www.grisoft.com). Version: 6.0.505 / Virus Database: 302 - Release Date: 7/30/2003Received on Mon Aug 4 17:04:10 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:48:43 EDT |
||||||||||
|
|||||||||||