Search

You can find the results of your search below.

mail
8 Hits, Last modified:
t ====== I will be using the simple //sendmail// service that comes as standard with BSD installations. It... _enable="YES" </code> 5. Start the sendmail MTA service. <code> jexec "ioc-${JAIL_NAME:?}" service sendmail restart </code> ====== Set up the POP Mailbox Service ====== I need to be able to view messages on my
gateway
6 Hits, Last modified:
ach of the TrueNAS Jails (which provide different services) will be configured to use known static IPs. The... NAT_CONF="${CONF_DIR:?}/nat.conf" # net service config file </code> ====== Configure NAT =====... sysrc gateway_enable="YES" # enable the firewall service (aka ipfw) jexec "ioc-${JAIL_NAME:?}" sysrc firewall_enable="YES" # enable the NAT service jexec "ioc-${JAIL_NAME:?}" sysrc natd_enable="YES
dnsmasq
3 Hits, Last modified:
r each network on which you want to supply DHCP # service. dhcp-range=192.168.1.200,192.168.1.249,1h # Set... rmation coming soon. ====== Starting the Dnsmasq service ====== Start the Dnsmasq server now, and also wh... "ioc-${JAIL_NAME:?}" sysrc dnsmasq_enable="YES" jexec "ioc-${JAIL_NAME:?}" service dnsmasq start </code>
heimdall
3 Hits, Last modified:
of links that allow you to see the status of some services, or other extra information. This is great if you run your own web sites and services. Heimdall can show you if services are up and running at a glance, rather than having to visit each of th
famp
2 Hits, Last modified:
server now. <code> jexec "ioc-${JAIL_NAME:?}" \ service apache24 start </code> ====== MySQL Database Se... server now. <code> jexec "ioc-${JAIL_NAME:?}" \ service mysql-server start </code> 4. Generate a random
truenas
1 Hits, Last modified:
ing my way through the cobwebs and moving various services to my new TrueNAS box. This is a work in progres