-
Hi everyone! I noticed that when I enable OpenVPN, I can't reach web interface at 192.168.50.1 anymore. If i switch off OpenVPN it starts working again. Anyone already experienced this? Any clue on solving this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
FIAV1
Apr 7, 2021
Replies: 1 comment
-
Ok, I found the answer myself. By looking at openvpn logs, I discovered that openvpn was deleting 192.168.50.0/24 routes, so it was impossible to reach web-gui. The solution was simple: I just changed base ip address to 192.168.200.0/24 and it all worked again. Hope this will help any future traveler! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FIAV1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I found the answer myself. By looking at openvpn logs, I discovered that openvpn was deleting 192.168.50.0/24 routes, so it was impossible to reach web-gui. The solution was simple: I just changed base ip address to 192.168.200.0/24 and it all worked again. Hope this will help any future traveler!