Ed White wrote:
Hi,
I've read that since 3.5 PF can load rules for absent interfaces. After some tests I've found that sometimes it works and sometimes it doesn't.
Can anyone tell me which interfaces are compatible ?
with 3.5, PF look if the interface you're trying to load can be hot-plugged (pc-card, usb and such). example 2 worked because all the interfaces you tried exist in usb or pc-card versions. Cedric
Ed
Example 1: desktop with only rl0
.. pass in on rl0 all pass in on fxp0 all ..
NOT loaded
Example 2: laptop without interfaces
.. pass in on rl0 all pass in on fxp0 all pass in on dc0 all pass in on an0 all pass in on wi0 all ..
loaded OK
Example 3: laptop without interfaces
.. pass in on sis0 all ..
NOT loaded
