Page 1 of 1

Unable to ping from inside jail after reboot

Posted: 01 Mar 2014 17:23
by mrhanman
I'm having trouble pinging from inside a jail. I've set security.jail.allow_raw_sockets=1 in sysctl.conf. If I run "jail -m jid=1 allow.raw_sockets=1", I can ping from inside the jail, but this setting is lost on a reboot. Where do I put allow.raw_sockets=1 so that it is persistent?

Thanks for your help!

Re: Unable to ping from inside jail after reboot

Posted: 08 Mar 2014 14:36
by Andy22
I just added "allow.raw_sockets" in the "Addition Parameters" field for the jail and can ping fine.

bye
Andy

PS: I'm using the "working" branch of TheBrig with the script install option "2", for the latest branch.

Re: Unable to ping from inside jail after reboot

Posted: 09 Mar 2014 00:54
by mrhanman
Thanks! That seems to have fixed it for me.

Is that a new field? I swear it wasn't there before...