I got the service working as well now. I was the receiving the error on Windows because I didn't have a username / password file to pass to pass to the ovpn service.
So now I'm trying to run OpenVPN as a service on a Windows client so it connects before login. I followed this tutorial. https://openvpn.net/connect-docs/tutorials/windows-connect-service-daemon-mode.html The problem is on the last step. When I try to start the service I receive the following...
Yes it seems to default to net30 with no option of changing it except maybe the custom configuration. I have changed all of my IPs in the script to multiples of 4+2. Would I add the code you suggested into the script like this?
#!/bin/sh
topology subnet
client-to-client
if [ "$username" = "echo"...
Let me also ask you this. As you can see in my config I have devices assigned to 10.8.0.11, 10.8.0.12, etc. but I was reading that they should be set to multiples of 4+2 such as 10.8.0.10, 10.8.0.14, etc. The problem with that is that once the number gets so high I end up receiving this error...