43
43
44
44
Available Commands:
45
45
bootstrap Bootstrap a FreeBSD release for container base.
46
- clone Clone an existing container.
46
+ clone Clone an existing container.
47
47
cmd Execute arbitrary command on targeted container(s).
48
48
clone Clone an existing container.
49
49
console Console into a running container.
@@ -163,9 +163,9 @@ container at `10.17.89.45`.
163
163
164
164
Finally, enable and (re)start the firewall:
165
165
166
- ## dynamic rdr
166
+ ## dynamic rdr
167
167
168
- The ` rdr-anchor "rdr/*" ` enables dynamic rdr rules to be setup using the
168
+ The ` rdr-anchor "rdr/*" ` enables dynamic rdr rules to be setup using the
169
169
` bastille rdr ` command at runtime - eg.
170
170
171
171
```
@@ -176,7 +176,7 @@ The `rdr-anchor "rdr/*"` enables dynamic rdr rules to be setup using the
176
176
```
177
177
178
178
Note that if you are rediirecting ports where the host is also listening
179
- (eg. ssh) you should make sure that the host service is not listening on
179
+ (eg. ssh) you should make sure that the host service is not listening on
180
180
the cloned interface - eg. for ssh set sshd_flags in rc.conf
181
181
182
182
## Enable pf rules
@@ -268,7 +268,7 @@ default this value is set to "base". Additional components are added, space
268
268
separated, without file extension.
269
269
270
270
Bastille will attempt to fetch the required archives if they are not found in
271
- the ` cache/$RELEASE ` directory.
271
+ the ` cache/$RELEASE ` directory.
272
272
273
273
Downloaded artifacts are stored in the ` cache/RELEASE ` directory. "bootstrapped"
274
274
releases are stored in ` releases/RELEASE ` .
@@ -782,7 +782,7 @@ root@folsom:~ #
782
782
783
783
At this point you are logged in to the container and have full shell access.
784
784
The system is yours to use and/or abuse as you like. Any changes made inside
785
- the container are limited to the container.
785
+ the container are limited to the container.
786
786
787
787
788
788
bastille cp
@@ -808,8 +808,8 @@ bastille rdr
808
808
------------
809
809
810
810
` bastille rdr` allows you to configure dynamic rdr rules for your containers
811
- without modifying pf.conf (assuming you are using the ` bastille0` interface
812
- for a private network and have enabled `rdr-anchor ' rdr/*' ` in /etc/pf.conf
811
+ without modifying pf.conf (assuming you are using the ` bastille0` interface
812
+ for a private network and have enabled `rdr-anchor ' rdr/*' ` in /etc/pf.conf
813
813
as described in the Networking section).
814
814
815
815
` ` ` shell
@@ -907,7 +907,7 @@ Note: On UFS systems containers must be stopped before export.
907
907
ishmael ~ # bastille export folsom
908
908
Exporting 'folsom' to a compressed .xz archive.
909
909
Sending zfs data stream...
910
- 100 % 1057.2 KiB / 9231.5 KiB = 0.115 0:01
910
+ 100 % 1057.2 KiB / 9231.5 KiB = 0.115 0:01
911
911
Exported '/usr/local/bastille/jails/backups/folsom_2020-01-26-19:23:04.xz' successfully.
912
912
913
913
` ` `
@@ -923,7 +923,7 @@ File validation successful!
923
923
Importing 'folsom' from compressed .xz archive.
924
924
Receiving zfs data stream...
925
925
/usr/local/bastille/jails/backups/folsom_2020-01-26-19:22:23.xz (1/1)
926
- 100 % 626.4 KiB / 9231.5 KiB = 0.068 0:02
926
+ 100 % 626.4 KiB / 9231.5 KiB = 0.068 0:02
927
927
Container 'folsom' imported successfully.
928
928
` ` `
929
929
@@ -1020,7 +1020,7 @@ limit the target areas available to anyone that has (or has gained) access.
1020
1020
Networking Tips
1021
1021
===============
1022
1022
1023
- Tip # 1:
1023
+ Tip # 1:
1024
1024
-------
1025
1025
Ports and destinations can be defined as lists. eg;
1026
1026
` ` `
@@ -1032,7 +1032,7 @@ round-robin between containers with ips 45, 46, 47, and 48 (on ports 80 or
1032
1032
443).
1033
1033
1034
1034
1035
- Tip # 2:
1035
+ Tip # 2:
1036
1036
-------
1037
1037
Ports can redirect to other ports. eg;
1038
1038
` ` `
0 commit comments