https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206143
--- Comment #23 from Anatoly <[email protected]> --- Most likely problem is in pf configuration that pfsence gives to pf. Can you show your pf state: #pfctl -a '*' -s all Also, you can dump effective pf rules into file 'a': #pfctl -a '*' -s rules > a Then re-configure your system, making ale0 as lan. Dump rules into file 'b': #pfctl -a '*' -s rules > b Obviously, when you compare a and b only difference you must see is interface names. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
