[Bug 206143] DLINK DUB-E100 revision C1 can't reach destination

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 19 00:16:43 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206143

--- Comment #23 from Anatoly <anatoly at kazanfieldhockey.ru> ---
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.


More information about the freebsd-amd64 mailing list