I am having some problems with jails on 8.4 AMD64.
From the host (which pings outside just fine):
From inside the jail after restarting it:
Relevant configurations per file:
rc.conf:
sysctl.conf:
I went and tried:
to no avail.
Please advise.
From the host (which pings outside just fine):
Code:
# sysctl -a | grep jail.sy
security.jail.sysvipc_allowed: 1
From inside the jail after restarting it:
Code:
# ping localhost
ping: socket: Operation not permitted
# ping 4.4.4.4
ping: socket: Operation not permitted
sysctl -a | grep jail.sy
security.jail.sysvipc_allowed: 0
Relevant configurations per file:
rc.conf:
Code:
ezjail_enable="YES"
jail_sysvipc_allow="YES"
sysctl.conf:
Code:
security.jail.sysvipc_allowed=1
security.jail.allow_raw_sockets=1
security.jail.mount_allowed=1
Code:
# uname -a
FreeBSD ns2.gigegeo.com 8.4-RELEASE-p3 FreeBSD 8.4-RELEASE-p3
I went and tried:
Code:
export jail_*jailname*_com_parameters="allow.raw_sockets=1 allow.sysvipc=1"
Please advise.