1
Virtual private networks / Re: Weird route while using OpenVPN
« on: September 22, 2021, 09:44:32 am »
Solution found!
I had client-based scripts activated for those that connect to the server, check the following dirctive in the server config:
Problem was, that the file for that sepcific client that made this mistake, had this information:
This is wrong, as ifconfig-push expects the netmask as second parameter, not the server-IP.
So the problem was related to the open space in between chair and monitor and nowhere else.
Thanks to everyone who has had some thoughts on this weird problem.
All the best,
Dennis
I had client-based scripts activated for those that connect to the server, check the following dirctive in the server config:
Code: [Select]
client-config-dir /etc/openvpn/ccd
Problem was, that the file for that sepcific client that made this mistake, had this information:
Code: [Select]
ifconfig-push 10.8.0.10 10.8.0.1
This is wrong, as ifconfig-push expects the netmask as second parameter, not the server-IP.
So the problem was related to the open space in between chair and monitor and nowhere else.
Thanks to everyone who has had some thoughts on this weird problem.
All the best,
Dennis