Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to customize the default network and netmask #1201

Open
thiagomarafeli opened this issue Jan 28, 2024 · 4 comments
Open

Add option to customize the default network and netmask #1201

thiagomarafeli opened this issue Jan 28, 2024 · 4 comments

Comments

@thiagomarafeli
Copy link

Nowadays, the script uses 10.8.0.0 network and 255.255.255.0 netmask for default, but it would be really nice if it had an option to customize this

@kondisz
Copy link

kondisz commented Jan 28, 2024

I had the same thing in my mind and yesterday I just used editor and replaced by search and replace all 10.8. By 10.88.
Installation went well and all works :)

@azfarhashmi
Copy link

I deployed the openvpn on one host and its working as expected, later I installed openvon on another host and that is also working fine but the problem is I can nit use both openvpns simultaneously and seems like as they are using same private network settings which is conflicting with other setup.

Is it possible the support custom private network during the setup so we can deploy multiple openvpn with unique private network?

@thiagomarafeli
Copy link
Author

thiagomarafeli commented Feb 27, 2024

I had the same thing in my mind and yesterday I just used editor and replaced by search and replace all 10.8. By 10.88. Installation went well and all works :)

@kondisz Yeah, I understand that's a "simple" thing to do, but, as there are other customized options (that may be used less than a custom IP range), I believe that would a nice improvement to the script

@thiagomarafeli
Copy link
Author

I deployed the openvpn on one host and its working as expected, later I installed openvon on another host and that is also working fine but the problem is I can nit use both openvpns simultaneously and seems like as they are using same private network settings which is conflicting with other setup.

Is it possible the support custom private network during the setup so we can deploy multiple openvpn with unique private network?

@azfarhashmi do you mean to have multiple openvpns in the same machine for multiples virtual networks? If so, I believe that would me more complex than this, as there may be many other things to consider in this use case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants