roles/dch-openvpn-server: Add FireMon Mgmt subnet
parent
16a883f2f1
commit
6e77d3cf07
|
@ -1,5 +1,6 @@
|
||||||
ifconfig-push 172.30.0.210 255.255.255.240
|
ifconfig-push 172.30.0.210 255.255.255.240
|
||||||
iroute 192.168.0.0 255.255.0.0
|
iroute 192.168.0.0 255.255.0.0
|
||||||
iroute 172.16.0.0 255.255.240.0
|
iroute 172.16.0.0 255.255.240.0
|
||||||
|
iroute 172.28.33.0 255.255.255.0
|
||||||
push "route 172.30.0.0 255.255.255.192 172.30.0.209"
|
push "route 172.30.0.0 255.255.255.192 172.30.0.209"
|
||||||
push "route 172.31.0.0 255.255.255.224 172.30.0.209"
|
push "route 172.31.0.0 255.255.255.224 172.30.0.209"
|
||||||
|
|
|
@ -14,6 +14,7 @@ push "topology subnet"
|
||||||
ifconfig 172.30.0.209 255.255.255.240
|
ifconfig 172.30.0.209 255.255.255.240
|
||||||
route 192.168.0.0 255.255.0.0 172.30.0.210
|
route 192.168.0.0 255.255.0.0 172.30.0.210
|
||||||
route 172.16.0.0 255.255.240.0 172.30.0.210
|
route 172.16.0.0 255.255.240.0 172.30.0.210
|
||||||
|
route 172.28.33.0 255.255.255.0 172.30.0.210
|
||||||
client-to-client
|
client-to-client
|
||||||
client-config-dir clients
|
client-config-dir clients
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue