Page 1 of 1

VPN Server RemoteDisable not found? Block remote admin

Posted: Fri Jun 09, 2017 8:05 am
by n3n5n1
Hello again,

Is there an alternative to RemoteDisable option for the VPN Server? I need to restrict remote management and allow it only for the localhost. VPNServer accepts administration connection on all ports it listens to (443, 992 and 5555), so it's not possible for me to block those in firewall.

Thank you.

Re: VPN Server RemoteDisable not found? Block remote admin

Posted: Sat Jun 10, 2017 3:50 am
by vimal7370
Simply create an empty file adminip.txt in the VPNServer directory, and it will not allow any remote admin connections until you first add those remote ips in this file.

Read documentation: https://www.softether.org/4-docs/1-manu ... Source_IPs

Re: VPN Server RemoteDisable not found? Block remote admin

Posted: Tue Jun 13, 2017 11:00 am
by n3n5n1
vimal7370 wrote:
> Simply create an empty file adminip.txt in the VPNServer directory, and it
> will not allow any remote admin connections until you first add those
> remote ips in this file.
>
> Read documentation:
> https://www.softether.org/4-docs/1-manu ... Source_IPs

Cheers, that was exactly what I was looking for. Don't know how I missed it in the manual.