Search

You can find the results of your search below.

famp
55 Hits, Last modified:
. Make some decisions and define some variables. <code> # Tailor each of these examples for your own sit... ou want to install (for PHP v7.4 specify "74") </code> 3. Delete any old jail with the same name - e.g... n't delete a jail that you still want to keep!** <code> iocage destroy --force "${JAIL_NAME:?}" </code> 4. Create the new jail. <code> iocage create \ --n
mail
34 Hits, Last modified:
Make some decisions and define some variables. <code> # Tailor each of these examples for your own sit... of the jail that will contain the mail server </code> ====== Set up the Mailbox ====== We need to de... mailbox called "administrator". Execute this... <code> jexec "ioc-${JAIL_NAME:?}" adduser </code> Provide this information when asked... <code> Username: a
dnsmasq
14 Hits, Last modified:
. Make some decisions and define some variables. <code> # Tailor each of these examples for your own sit... jail that will contain the instance of dnsmasq </code> 3. Install the software. <code> jexec "ioc-${JAIL_NAME:?}" pkg update jexec "ioc-${JAIL_NAME:?} "pkg install dnsmasq </code> 4. Prepare the dnsmasq configuration file struc
gateway
12 Hits, Last modified:
Properties" of the Jail to say something like: <code> vnet0:bridge0,vnet1:bridge0 </code> That will define two virtual network interfaces within the Jail, ... . Make some decisions and define some variables. <code> # Tailor each of these examples for your own si... /nat.conf" # net service config file </code> ====== Configure NAT ====== <code> jexec "io