Du musst nur die Anleitung befolgen, speziell die beiden Tunables in Schritt 6 setzen:
In der Bridge habe ich die weiteren freien physikalischen Ethernet Ports der Firewall zusammengefasst, damit ich z.B. einen Drucker über die Bridge von einem Client PC aus nutzen kann.
damit ich z.B. einen Drucker über die Bridge von einem Client PC aus nutzen kann.
Und du hast unter Interfaces > Assignments dem LAN die Bridge zugewiesen? Und nach dem setzen der Tunables rebootet?
Wenn alles ja, poste doch mal die Ausgabe von "ifconfig"
igb0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 description: OPT1 (opt1) options=4800028<VLAN_MTU,JUMBO_MTU,HWSTATS,MEXTPG> ether xx:xx:xx:xx:xx:f0 media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>igb1: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 description: WAN (wan) options=4900028<VLAN_MTU,JUMBO_MTU,NETMAP,HWSTATS,MEXTPG> ether xx:xx:xx:xx:xx:f1 inet 192.168.2.xxx netmask 0xffffff00 broadcast 192.168.2.255 media: Ethernet autoselect (1000baseT <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>igb2: flags=1008943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 description: OPT2 (opt2) options=4800028<VLAN_MTU,JUMBO_MTU,HWSTATS,MEXTPG> ether xx:xx:xx:xx:xx:f2 media: Ethernet autoselect (1000baseT <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>igb3: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 description: OPT3 (opt3) options=4800028<VLAN_MTU,JUMBO_MTU,HWSTATS,MEXTPG> ether xx:xx:xx:xx:xx:f3 media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>igb4: flags=1008943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 description: OPT4 (opt4) options=4800028<VLAN_MTU,JUMBO_MTU,HWSTATS,MEXTPG> ether xx:xx:xx:xx:xx:f4 media: Ethernet autoselect (100baseTX <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>igb5: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 description: OPT5 (opt5) options=4800028<VLAN_MTU,JUMBO_MTU,HWSTATS,MEXTPG> ether xx:xx:xx:xx:xx:f5 media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>igb6: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4800028<VLAN_MTU,JUMBO_MTU,HWSTATS,MEXTPG> ether xx:xx:xx:xx:xx:f6 media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>igb7: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4800028<VLAN_MTU,JUMBO_MTU,HWSTATS,MEXTPG> ether xx:xx:xx:xx:xx:f7 media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384 options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 xxxx::xxxxx prefixlen 64 scopeid 0x9 groups: lo nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>enc0: flags=0 metric 0 mtu 1536 options=0 groups: enc nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>pflog0: flags=20100<PROMISC,PPROMISC> metric 0 mtu 33152 options=0 groups: pflogpfsync0: flags=0 metric 0 mtu 1500 options=0maxupd: 128 defer: off version: 1400 syncok: 1 groups: pfsyncbridge0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 description: LAN (lan) options=0 ether xx:xx:xx:xx:xx:xx inet 192.168.3.254 netmask 0xffffff00 broadcast 192.168.3.255 id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200 root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0 member: igb5 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP> ifmaxaddr 0 port 6 priority 128 path cost 2000000 member: igb4 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP> ifmaxaddr 0 port 5 priority 128 path cost 200000 member: igb3 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP> ifmaxaddr 0 port 4 priority 128 path cost 2000000 member: igb2 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP> ifmaxaddr 0 port 3 priority 128 path cost 20000 member: igb0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP> ifmaxaddr 0 port 1 priority 128 path cost 2000000 groups: bridge nd6 options=9<PERFORMNUD,IFDISABLED>
Und du hast die "allow all" Regel auf LAN auch noch? Dann müssen alle Geräte an igb0/2/3/4/5 miteinander reden können.