Search

You can find the results of your search below.

famp
21 Hits, Last modified:
name, so this jail knows who it is. <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c \ "echo \"${LAN_IP:?... e> 6. Prepare the package manager. <code> jexec "ioc-${JAIL_NAME:?}" \ pkg update </code> ====== A... Install the Apache web server. <code> pkg \ -j "ioc-${JAIL_NAME:?}" \ -install apache24 </code> 2. Tell the web server who it is. <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c \ "echo \"ServerName
dnsmasq
13 Hits, Last modified:
</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 structure. <code> jexec "ioc-${JAIL_NAME:?}" mkdir /usr/local/etc/dnsmasq.d jexec "ioc-${JAIL_NAME:?}" mv /usr/local/etc/dnsmasq.conf /u
mail
13 Hits, Last modified:
d "administrator". Execute this... <code> jexec "ioc-${JAIL_NAME:?}" adduser </code> Provide this in... 1. Build the initial configuration. <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c "cd /etc/mail && make"... l where to deliver root's mail to. <code> jexec "ioc-${JAIL_NAME:?}" vi /etc/mail/aliases </code> On... and anything else that's required. <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c "cd /etc/mail && make"
gateway
11 Hits, Last modified:
de> ====== Configure NAT ====== <code> jexec "ioc-${JAIL_NAME:?}" mkdir -p "${NAT_CONF%/*}" jexec "ioc-${JAIL_NAME:?}" /bin/sh -c "cat >| ${NAT_CONF:?}"... END # public gateway interface needs nat jexec "ioc-${JAIL_NAME:?}" sysrc natd_interface="${PUBLIC_IN... s for nat are in the file we defined above jexec "ioc-${JAIL_NAME:?}" sysrc natd_flags="-f ${NAT_CONF:?