Moving the route definitions to global scope, and defining an address pool, will allow other clients besides *dhatch-d4b* to connect to and use the OpenVPN tunnel service. This may be useful in situations where IPsec is blocked
5 lines
153 B
Django/Jinja
5 lines
153 B
Django/Jinja
ifconfig-push 172.30.0.210 255.255.255.240
|
|
{% for net in firemon_networks %}
|
|
iroute {{ net|ipaddr('network') }} {{ net|ipaddr('netmask') }}
|
|
{% endfor %}
|