i have RB1000 with ROS 4.3 running a OpenPVN Server. There are connected at least 20 Mikrotik Routers with User and Password auth and have no Problems.
But if I connect a Windows Client, i got an Error on Client side.
ERROR: There is a clash between the --ifconfig local address and the internal DHCP server address -- both are set to xxx.xxx.xxx.xxx -- please use the --ip-win32 dynamic option to choose a different free address from the --ifconfig subnet for the internal DHCP server
What should i change and where ?
Sorry, but i dont know what to do, which dhcp pool you mean?
The default profile has no ip pool and the client login has one static ip.
Even if this thread is several years old. I had the same error message and found a solution for me.
Since WinXP-Client (OpenVPN 2.1.x; 2.0.9) worked, Win10 (2.3.14) gave me the error message.
My pool was too large. There seems to be an (virtual) DHCP-Server with the ip .254. My pool was 192.168.21.10-192.168.21.254 .
After reducing the range (in my case to 192.168.21.10-192.168.21.20; this is enough for 1 Client ) the error message disappeared and OpenVPN works like a charm
Now I can see that there is the DHCP-Server on 192.168.21.254 … before it brake too early and did not gave me the IP of the DHCP-Server …
I just see again the client logs and realice that it pointed to 192.168.16.254, it seems that although the profile is configured with 192.168.16.1as local address, there is a kind of conflict with the last IP of the pool
I just changed my pool from [192.168.16.250 - 192.168.16.254] to [192.168.16.241 - 192.168.16.250] and started to work
Weird issue.