[Bug 255685] PF: JAIL: fail to connect from jail to jail service when pf enabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 12 06:00:00 UTC 2021


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

--- Comment #3 from Pietro Cerutti <gahr at FreeBSD.org> ---
I was able to fix the connectivity problem between jails (and host) by setting
the jails on a dedicated interface:

## /etc/rc.conf
cloned_interfaces="${cloned_interfaces} lo1"

## /etc/pf.conf
JAIL_IF="lo1"
set skip on $JAIL_IF

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


More information about the freebsd-bugs mailing list