Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2016 00:16:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 206143] DLINK DUB-E100 revision C1 can't reach destination
Message-ID:  <bug-206143-17-v3ymWZ9Qdv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206143-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206143-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206143

--- Comment #23 from Anatoly <anatoly@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 interfa=
ce
names.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206143-17-v3ymWZ9Qdv>