FreeBSD Jails: Difference between revisions

From DWIKI
mNo edit summary
Line 13: Line 13:
===(dis) allow icmp ===
===(dis) allow icmp ===
  sysctl security.jail.allow_raw_sockets
  sysctl security.jail.allow_raw_sockets
===enter a jail===
Get the JID of the jail to enter
jls
Then enter jail 2 with your shell of choice
jexec 2 csh

Revision as of 11:03, 19 September 2008

Documentation

FAQ

ln: /dev/log: Operation not permitted

How to see which jails are active?

jls


(dis) allow icmp

sysctl security.jail.allow_raw_sockets

enter a jail

Get the JID of the jail to enter

jls

Then enter jail 2 with your shell of choice

jexec 2 csh