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

Bjoern A. Zeeb <b...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b...@freebsd.org

--- Comment #1 from Bjoern A. Zeeb <b...@freebsd.org> ---
Just in reply to #3 as you say yourself in your description, it's outgoing
packets, but your rule inside the jail specifies "in":

0 block drop in quick on epair23b inet proto tcp from any to any port = nicname

Can you change that to "out" and see if it starts working?

Currently on your "in" directions whois packets would originate from src port
43 and thus don't match the dest port 43.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to