I was able to run the server properly after building it with ./build -g. I can connect if I select the local server and therefore have localhost for ip address and ip management in the config.
If possible, I’d like to find out where I can put my VPN’s internal IP address (assuming that’s what I need) so I could have the server listen on that interface and let people connect to my server from the outside.
Thanks again for all your help and your contributions to this project.
You shouldn’t need to put your VPN IP anywhere in the server, by default I’m pretty sure it listens on all interfaces. Just the client config I imagine is sufficient
I was able to run the server properly after building it with
./build -g
. I can connect if I select the local server and therefore have localhost for ip address and ip management in the config.If possible, I’d like to find out where I can put my VPN’s internal IP address (assuming that’s what I need) so I could have the server listen on that interface and let people connect to my server from the outside.
Thanks again for all your help and your contributions to this project.
You shouldn’t need to put your VPN IP anywhere in the server, by default I’m pretty sure it listens on all interfaces. Just the client config I imagine is sufficient