I found Winsock while trying to solve the “must be an administrator” issue with the WireGuard client.
I’m dealing with some clients being on the same network scheme as the host network. I’m able to get around that by adding the IP address of the terminal
server to the allowed IP addresses in the config file. Example:
AllowedIPs = 192.168.2.1/32, 192.168.2.2/32, 0.0.0.0/1, 192.168.1.3/32, 128.0.0.0/1
With 192.168.1.3 being the terminal server address.
That has been working fine, but I’m running into non-admin users that cannot run the WireGuard client.
However, the same configuration in WireSock successfully connects, but does not allow connection to the remote server.
Can I make this work without enabling -lac mode, which would also require admin permissions?
Thank you !!