mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 08:12:53 +01:00
resolving to use /24 in docs
This commit is contained in:
@@ -24,11 +24,11 @@ address to the new system.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
ishmael ~ # bastille create alcatraz 13.2-RELEASE 10.17.89.113/27
|
||||
ishmael ~ # bastille create alcatraz 13.2-RELEASE 10.17.89.113/24
|
||||
|
||||
|
||||
The above code will create a jail with a /27 mask. At the time of this documentation you
|
||||
can only use CIDR notation, and not use a netmask 255.255.255.224 to accomplish this.
|
||||
The above code will create a jail with a /24 mask. At the time of this documentation you
|
||||
can only use CIDR notation, and not use a netmask 255.255.255.0 to accomplish this.
|
||||
|
||||
|
||||
I recommend using private (rfc1918) ip address ranges for your container. These
|
||||
|
||||
Reference in New Issue
Block a user