Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SetupOpenVPN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSD
public
SetupOpenVPN
Commits
e8db47e7
Commit
e8db47e7
authored
5 years ago
by
Fulvio Galeazzi
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inventory.yml.sample
+7
-2
7 additions, 2 deletions
inventory.yml.sample
with
7 additions
and
2 deletions
inventory.yml.sample
+
7
−
2
View file @
e8db47e7
...
@@ -6,12 +6,17 @@
...
@@ -6,12 +6,17 @@
# Check more configuration variables under: group_vars/openvpn
# Check more configuration variables under: group_vars/openvpn
#
#
vpnpublicip=90.147.152.92
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
# If you need to push more networks, please see group_vars/openvpn
lannetwork=10.111.0.0
lannetwork=10.111.0.0
lannetmask=255.255.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
vpnnetwork=10.10.10.0
vpnnetmask=255.255.255.0
vpnnetmask=255.255.255.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment