On Thu, 15 Apr 2004 15:08:52 +0200
Wolfgang Pichler <[EMAIL PROTECTED]> wrote:
[snip]
>
>my pf.conf on both machines is:
>--------------pf.conf---------------------
>ext_if="sis0"
>int_if="sis1"
>cross_if="sis2"
>
>pass quick on { $cross_if } proto pfsync
>pass on { $ext_if $int_if } proto carp keep state
>------------------------------------------
Is this all you have in your pf.conf?
Seems to me, that you need more. You are only allowing the carp
protocol. Put a pass all in there (just to test).
I don't know, I could be wrong (probably am) but this seems to be the
problem to me.
Asenchi