Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2019 16:09:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 239393] connect(2) returns EACCESS in vnet jail
Message-ID:  <bug-239393-227-1NLTWjtEba@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239393-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239393-227@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=3D239393

--- Comment #4 from Kristof Provost <kp@freebsd.org> ---
You have firewall rules loaded on the host, which allows (some) traffic to =
pass
through.
In the vnet jail you do not have firewall rules set, but you still have IPFW
loaded, so it block all traffic. (Which is IPFW's default, for arguably very
good reasons).

Set an allow-all rule in the vnet jail to continue.

--=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-239393-227-1NLTWjtEba>