I have used ipsec filters such as you are trying to implement many times and
they work fine. I start off with a mirrored block all, add a mirrored permit
all for the subnet, and then specific mirrored filters entries for permitted
inbound. The order of the filters is not important as you say they are given
a weighting based on general to specific. Most of the time the problem is
that the ports/protocols are wrong for the source/destination. If you are
using Windows 2003 you can use the two ip security mmc snapins to help
trouble ipsec problems and also use netsh to enable logging of dropped
packets. The link below may also be helpful in tips on building your ipsec
filters. --- Steve
http://www.securityfocus.com/infocus/1559
"dlbrum" <(E-Mail Removed)> wrote in message
news:706D9A3C-54B9-44B2-86F9-(E-Mail Removed)...
>
> That's what I've been trying, but it won't even let me outbound, let alone
> inbound.
>
> Even if I put in a specific destination IP address (not in the permitted
> subnet), if I specify TCP and port 25, then the connection won't work.
> Same
> mirrored rule, just remove the TCP and port designations as 25, and the
> connection is fine.
>
> This rule is in addition to rules that permit a subnet, and deny everyone
> else, no protocol or port restrictions.
>
> So I'm wondering about the order of rule/filter application. I thought it
> was from specific to general, but it seems to me that the opposite is
> happening.
>
>
> "Steven L Umbach" wrote:
>
>> Try a rule with a permit filter action that includes a mirrored filter
>> entry
>> for destination address - my IP, source address - any, protocol - TCP,
>> destination port 25, source port - any. --- Steve
>>
>>
>> "dlbrum" <(E-Mail Removed)> wrote in message
>> news:CDADE320-B506-4D18-8CF3-(E-Mail Removed)...
>> > I've got a policy that is successful in restricting access to a server
>> > by
>> > IP
>> > addresses and subnets. No protocol restrictions.
>> >
>> > Now I'd like to open the machine to accept SMTP port 25 traffic from
>> > the
>> > universe.
>> >
>> > A simple filter like the address filters above that adds port 25 TCP
>> > mirrored + "permit" doesn't seem to do the trick. It seems logical that
>> > port/protocol would be more "specific", but the filter won't permit
>> > machines
>> > outside of my "permit" group to see port 25.
>> >
>> > Appreciate any ideas ..
>> >
>> > Dave, U. of FL Gators...
>>
>>
>>