User Tools

Site Tools


freebsd:jails

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
freebsd:jails [2020/12/01 21:19] sleepyfreebsd:jails [2025/07/07 23:10] (current) – external edit 127.0.0.1
Line 123: Line 123:
 echo $jail</code> echo $jail</code>
   * add UTF8 configuration to BASE jail   * add UTF8 configuration to BASE jail
 +  * need to create alias for jail ip on hosts network interface during jail creation.
 +    * using ''ifconfig'' for one-time use <code bash>ifconfig igb0 alias 10.0.0.92 netmask 255.255.255.0</code>
 +    * permanent using ''rc.conf'' <code bash /etc/rc.conf>ifconfig_igb0_alias2="10.0.0.92 netmask 255.255.255.0"</code>
freebsd/jails.1606857554.txt.gz · Last modified: (external edit)