add
Creates a new private network.
Syntax
prlsrvctl privnet add
<private_network_ID>
[
-a
,
--ipadd
<addr>
[
/
mask
]] [
--global
<
yes
|
no
>]
Options
Name
|
Description
|
<private_network_ID>
|
The private network ID.
|
-a,--ipadd
<addr>
[
/
mask
]
|
Add a subnet to the private network. The network can have multiple subnets.
|
--global
<
yes
|
no
>
|
Make the private network weak, allowing access to and from external networks.
|
|