Hello,
I am experiencing a strange issue with a jail : I cannot ping outside of the box, I always have this message when trying to ping google :
My jail IP is 127.0.0.2, I can ping 127.0.0.1 . I have put PF for NAT 127.0.0.0/8 to my external IP.
Here my ssysctel configuration related to jails :
Do you guys have an idea of what's wrong with my setup?
I am experiencing a strange issue with a jail : I cannot ping outside of the box, I always have this message when trying to ping google :
Code:
ping: "sendto: Can't assign requested address"
My jail IP is 127.0.0.2, I can ping 127.0.0.1 . I have put PF for NAT 127.0.0.0/8 to my external IP.
Here my ssysctel configuration related to jails :
Code:
# sysctl -a | grep jail
security.jail.jailed: 0
security.jail.mount_allowed: 0
security.jail.chflags_allowed: 0
security.jail.allow_raw_sockets: 1
security.jail.enforce_statfs: 2
security.jail.sysvipc_allowed: 1
security.jail.socket_unixiproute_only: 1
security.jail.set_hostname_allowed: 1
Last edited by a moderator: