Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2016 16:49:52 +0000
From:      Grzegorz Junka <list1@gjunka.com>
To:        freebsd-jail@freebsd.org
Subject:   Effective rule sets in a jail?
Message-ID:  <2aeb6798-11ee-27c0-610a-d745aa322f97@gjunka.com>

next in thread | raw e-mail | index | archive | help
I have the following in my jail.conf:

devfs_ruleset = 4;

vpn1 {
   ip4.addr = 10.70.5.254;
   ip4.addr += "tun0|10.70.5.1 10.70.5.254 mtu 1500 netmask 
255.255.255.255";
   interface = lagg0;
   devfs_ruleset = 5;
}

I expect that in the jail both rules 4 and 5 are active. How can I check 
that?

Grzegorz




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2aeb6798-11ee-27c0-610a-d745aa322f97>