Remote SE Client Manager

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
cmd wh0ami
Posts: 125
Joined: Sun Jul 16, 2017 6:58 pm

Remote SE Client Manager

Post by cmd wh0ami » Wed Oct 10, 2018 2:21 am

What port does remote client manager use? I can get it to work on my linux host if I set a default accept policy in iptables. I'd like to make something a little more secure and permanent.

Also can someone tell me what "bool disable relay server" is all about... On my linux client it was set to false on default which is confusing and possibly a little concerning... I'm thinking it has something to do with VPN Gate? Since all the other settings for VPN Gate are below.
VPN Discord invite: https://discord.gg/QByKXA9

cmd wh0ami
Posts: 125
Joined: Sun Jul 16, 2017 6:58 pm

Re: Remote SE Client Manager

Post by cmd wh0ami » Wed Oct 10, 2018 1:43 pm

I got iptables working... But it's not optimal...

Code: Select all

 # Accept on local network
iptables -A INPUT -s 192.168.0.1/24 -j ACCEPT
Is there a better way in case I connect to another network where the network is on a different subnet like 192.168.1.0/24 ect?
VPN Discord invite: https://discord.gg/QByKXA9

cmd wh0ami
Posts: 125
Joined: Sun Jul 16, 2017 6:58 pm

Re: Remote SE Client Manager

Post by cmd wh0ami » Wed Oct 10, 2018 4:46 pm

I think I have the iptables figured out...

Code: Select all

iptables -A INPUT $(ip route list exact 0.0.0.0/0 | grep wlan0 | xargs | awk '{print $3}')/24 -j ACCEPT
VPN Discord invite: https://discord.gg/QByKXA9

thisjun
Posts: 2458
Joined: Mon Feb 24, 2014 11:03 am

Re: Remote SE Client Manager

Post by thisjun » Thu Oct 18, 2018 7:44 am

DisableRelayServer doesn't relate to VPN Gate.
https://github.com/SoftEtherVPN/SoftEth ... elayServer

Management port generating code is here.
https://github.com/SoftEtherVPN/SoftEth ... nt.c#L5290

Post Reply