Skip to content
Snippets Groups Projects
Commit e8db47e7 authored by Fulvio Galeazzi's avatar Fulvio Galeazzi
Browse files

2020-03-27: FG; Added some explanation to inventory example file.

parent bee49c49
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,17 @@
# Check more configuration variables under: group_vars/openvpn
#
vpnpublicip=90.147.152.92
# This network will be pushed to clients.
#
# This network will be pushed to clients: it is the network you
# want to reach via this VPN.
# If you need to push more networks, please see group_vars/openvpn
lannetwork=10.111.0.0
lannetmask=255.255.0.0
#
vpninterface=ens3
# This is the interface of VPNserver on lannetwork
vpninterface=ens4
#
# Once in VPN, you will get an address from this network
vpnnetwork=10.10.10.0
vpnnetmask=255.255.255.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment