Changed default VPNs network prefixes
This commit is contained in:
parent
022b9c9f15
commit
52d321d5cb
1 changed files with 3 additions and 3 deletions
|
@ -3,19 +3,19 @@
|
|||
domain: example.org
|
||||
|
||||
fb_network_name: ring-fb
|
||||
fb_network_prefix: 10.0
|
||||
fb_network_prefix: 192.168
|
||||
fb_subnet_number: 200
|
||||
fb_cidr: 24
|
||||
fb_port: 655
|
||||
|
||||
bb_network_name: ring-bb
|
||||
bb_network_prefix: 10.0
|
||||
bb_network_prefix: 192.168
|
||||
bb_subnet_number: 201
|
||||
bb_cidr: 24
|
||||
bb_port: 656
|
||||
|
||||
bs_network_name: ring-bs
|
||||
bs_network_prefix: 10.0
|
||||
bs_network_prefix: 192.168
|
||||
bs_subnet_number: 202
|
||||
bs_cidr: 24
|
||||
bs_port: 657
|
||||
|
|
Loading…
Reference in a new issue