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

Bjoern A. Zeeb <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Bjoern A. Zeeb <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to