sanity check with regard to my Jails networking set-up

Hazimil

Contributor
Joined
May 26, 2014
Messages
172
Hi All

Just wanted to do a quick sanity check with regard to my Jails networking set-up (as networking is my main weak point in my skillset). I want a simple Jail connected to my network using it own IPv4 address, so using the following configuration (all un-ticked unless stated otherwise):

Basic Properties:
VNET - ticked
Berkeley Packet Filter - ticked
IPv4 Address - 192.168.0.105
IPv4 Netmask - 24
IPv4 Default Router - 192.168.0.1

Jail Properties:
exec_clean - ticked
mount_devfs - ticked
mount_fdescfs - ticked
allow_set_hostname - ticked
allow_raw_sockets - ticked

Network Properties:
ip4.saddrsel - ticked
ip6.saddrsel - ticked

Custom Properties:
host_time - ticked

Am I missing anything? Am I doing anything wrong?

Thanks.
Jonathan
 

John Doe

Guru
Joined
Aug 16, 2011
Messages
635
Basic Properties:
Nat: no
VNET - ticked No
Berkeley Packet Filter - ticked No
IPv4 Address - 192.168.0.105
IPv4 Netmask - 24
IPv4 Default Router - 192.168.0.1

Jail Properties:
exec_clean - ticked
mount_devfs - ticked
mount_fdescfs - ticked
allow_set_hostname - ticked
allow_raw_sockets - ticked no

Network Properties:
ip4.saddrsel - ticked
ip6.saddrsel - ticked no

Custom Properties:
host_time - ticked

that would be my proposal.

My jail has own ip address
 
Top