Search

You can find the results of your search below.

famp @computers:truenas
18 Hits, Last modified:
domain name, so this jail knows who it is. <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c \ "echo \"${LAN... </code> 6. Prepare the package manager. <code> jexec "ioc-${JAIL_NAME:?}" \ pkg update </code> ===... </code> 2. Tell the web server who it is. <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c \ "echo \"Serve... erver so it starts when the jail boots up. <code> jexec "ioc-${JAIL_NAME:?}" \ sysrc apache24_enable=YE
dnsmasq @computers:truenas
13 Hits, Last modified:
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 structure. <code> jexec "ioc-${JAIL_NAME:?}" mkdir /usr/local/etc/dnsmasq.d jexec "ioc-${JAIL_NAME:?}" mv /usr/local/etc/dnsmasq.co
mail @computers:truenas
13 Hits, Last modified:
x called "administrator". Execute this... <code> jexec "ioc-${JAIL_NAME:?}" adduser </code> Provide th... orld. 1. Build the initial configuration. <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c "cd /etc/mail && ... sendmail where to deliver root's mail to. <code> jexec "ioc-${JAIL_NAME:?}" vi /etc/mail/aliases </code... db file and anything else that's required. <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c "cd /etc/mail &&
gateway @computers:truenas
11 Hits, Last modified:
e </code> ====== Configure NAT ====== <code> jexec "ioc-${JAIL_NAME:?}" mkdir -p "${NAT_CONF%/*}" jexec "ioc-${JAIL_NAME:?}" /bin/sh -c "cat >| ${NAT_CONF... ts yes END # public gateway interface needs nat jexec "ioc-${JAIL_NAME:?}" sysrc natd_interface="${PUBL... settings for nat are in the file we defined above jexec "ioc-${JAIL_NAME:?}" sysrc natd_flags="-f ${NAT_C