aboutsummaryrefslogtreecommitdiff
path: root/share/examples/jails/README
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Fix jail examples in jib, jng, READMEDevin Teske2018-10-281-0/+10
| | | | | | | | | | | | | | | | | | | | | The provided example jail configs do not work for multiple interfaces. Multiple interfaces need to be specified as a comma separated list or using multiple += lines in jail.conf. In the given example, a space- separated string is used, which doesn't work with multiple interfaces. Also added a note to the README about VIMAGE being built-in by default on amd64 in FreeBSD 12, with appropriate instructions for loading the necessary netgraph ether module (ng_ether) since it is neither built- in nor autoloads. Submitted by: Ryan Moeller <ryan@freqlabs.com> Reported by: Ryan Moeller <ryan@freqlabs.com> MFC after: 3 days Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D17697 Notes: svn path=/head/; revision=339843
* Add example VIMAGE config required by vnet jailsDevin Teske2016-02-111-0/+8
| | | | Notes: svn path=/head/; revision=295542
* Add vnet jail configuration examplesDevin Teske2016-02-101-1/+45
| | | | Notes: svn path=/head/; revision=295457
* Add two scripts that demonstrate how to make andJulian Elischer2010-10-241-0/+5
hook together jails using teh vortual networking feature. Submitted by: Yavuz Gokirmak MFC after: 2 weeks Notes: svn path=/head/; revision=214306