Hello all,
I am migrating a largish ruleset from checkpoint to freebsd/pf and am
having a problem trying to write some nested macros. The example from
the pf website that nests macros seems to work fine ...
host1 = "192.168.1.1"
host2 = "192.168.1.2"
all_hosts = "{" $host1 $host2 "}"
... but if
On 4/13/05, Vlad GALU <[EMAIL PROTECTED]> wrote:
> On 4/13/05, stephen <[EMAIL PROTECTED]> wrote:
>You're not allowing any ipencap traffic on your tun interface. One
> more thing: you have "block in on $ext_if all" twice.
>
Ah yeah... I do have it correct in my pf.conf, it was because i was
re
On 4/13/05, stephen <[EMAIL PROTECTED]> wrote:
> Hi again,
>
> After some pondering over my problem re: gif traffic not being able to
> be sent/received, I've concluded that because gif is tunneled via tun0
> (my $ext_if), I need to somehow permit gif traffic via $ext_if. I've
> tried a couple o
Hi again,
After some pondering over my problem re: gif traffic not being able to
be sent/received, I've concluded that because gif is tunneled via tun0
(my $ext_if), I need to somehow permit gif traffic via $ext_if. I've
tried a couple of things but neither seem to help.
The local network addre