Skip to content

Help setting up custom provider. #1470

Answered by bnhf
dyl4n20 asked this question in Q&A
Mar 23, 2023 · 12 comments · 15 replies
Discussion options

You must be logged in to vote

@dyl4n20

So I decided to spin-up an OpenVPN Access Server (in a Proxmox LXC container) to see for myself what would be required to connect with Gluetun -- and it turns out to be fairly straightforward. From your OpenVPN AS web interface generate a .ovpn file and download it to the directory you're going to bind to Gluetun (no modifications or extraction of certs and keys is required). The directory should be empty except for the .ovpn file (after first run there will be a servers.json file there too).

Then use the following docker-compose:

version: '3.7'
services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - 

Replies: 12 comments 15 replies

Comment options

You must be logged in to vote
1 reply
@dyl4n20
Comment options

Comment options

You must be logged in to vote
6 replies
@bnhf
Comment options

@dyl4n20
Comment options

@dyl4n20
Comment options

@dyl4n20
Comment options

@mohamedadbla
Comment options

Comment options

You must be logged in to vote
1 reply
@dyl4n20
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dyl4n20
Comment options

Comment options

You must be logged in to vote
1 reply
@dyl4n20
Comment options

Comment options

You must be logged in to vote
2 replies
@dyl4n20
Comment options

@dyl4n20
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rodnet-dev
Comment options

Answer selected by bnhf
Comment options

You must be logged in to vote
2 replies
@dyl4n20
Comment options

@bnhf
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants