include inside client-config-dir
Posted: Tue May 15, 2018 9:05 am
Hello,
Is it possible to set some "include" in the client configuration?
Each client has its own IP configuration, but many of them have the same routing configuration.
ifconfig-push 192.168.240.18 192.168.240.17
push "route 192.168.200.0 255.255.255.0"
push "route 192.168.212.0 255.255.255.0"
push "route 192.168.248.28 255.255.255.255"
I want something like this:
ifconfig-push 192.168.240.18 192.168.240.17
include "g8-routing"
push "route 192.168.200.0 255.255.255.0"
push "route 192.168.212.0 255.255.255.0"
push "route 192.168.248.28 255.255.255.255"
Is it possible?
Or maybe this functionality will be added?
Is it possible to set some "include" in the client configuration?
Each client has its own IP configuration, but many of them have the same routing configuration.
g8-cam5
ifconfig-push 192.168.240.18 192.168.240.17
push "route 192.168.200.0 255.255.255.0"
push "route 192.168.212.0 255.255.255.0"
push "route 192.168.248.28 255.255.255.255"
I want something like this:
g8-cam5
ifconfig-push 192.168.240.18 192.168.240.17
include "g8-routing"
g8-routing
push "route 192.168.200.0 255.255.255.0"
push "route 192.168.212.0 255.255.255.0"
push "route 192.168.248.28 255.255.255.255"
Is it possible?
Or maybe this functionality will be added?