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

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

Reply via email to