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

[BUG] OpenVPN VPS UDP wrong route IP #96

Open
KaleiRo opened this issue Apr 5, 2024 · 3 comments
Open

[BUG] OpenVPN VPS UDP wrong route IP #96

KaleiRo opened this issue Apr 5, 2024 · 3 comments

Comments

@KaleiRo
Copy link

KaleiRo commented Apr 5, 2024

@KaleiRo
Copy link
Author

KaleiRo commented Apr 5, 2024

correct is : push "route 10.255.250.1 255.255.255.255"

@KaleiRo
Copy link
Author

KaleiRo commented Apr 5, 2024

you need also to uncomment ifconfig-pool-persistent.

And, i think instead using CCD, you need to create the client file "openmptcprouter" and inside this file put the directive :

if using OpenVPN TCP : ifconfig-push 10.255.252.2 255.255.255.0
else if using OpenVPN UDP : ifconfig-push 10.255.250.2 255.255.255.0

i found a bug on OpenVPN DHCP Lease and OMR ADMIN and time to time the IP of the tunnel change and port forwarding not working, the client file fix this problem.

@Ysurac
Copy link
Owner

Ysurac commented Apr 5, 2024

For the UDP part, same cn is used if all WANs are using MPTCP over VPN. So no pool persist can be defined.
For the client file I will make some tests, this mean to also make some changes in the API for multi users support.

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

2 participants