Hey,
I can't use ping and other stuff inside jail . From the host I set this sysctl.
Now take a look inside the jail:
Why is that????
I can't use ping and other stuff inside jail . From the host I set this sysctl.
Code:
[root@h0st /home/bryn1u]# sysctl security.jail.allow_raw_sockets=1
security.jail.allow_raw_sockets: 0 -> 1
[root@h0st /home/bryn1u]# sysctl -a | grep jail.allow_raw_sockets
security.jail.allow_raw_sockets: 1
Now take a look inside the jail:
Code:
[root@h0st /home/bryn1u]# jls
JID IP Address Hostname Path
17 192.168.0.1 GameServer /jails/Games
18 91.121.239.228 Oksymoron.edu.pl /jails/Oksymoron
[root@h0st /home/bryn1u]# jexec 18 csh
root@Oksymoron:/ # ping freebsd.org
ping: socket: Operation not permitted
root@Oksymoron:/ # sysctl -a | grep jail.allow_raw_sockets
security.jail.allow_raw_sockets: 0
root@Oksymoron:/ #
Why is that?