Page 1 of 1

[SOLVED] SoftEther Server Anonymity. (whoer.net)

Posted: Sun Jul 16, 2017 10:05 pm
by cmd wh0ami
I set up a openVZ VPS to run Softether Server on CentOS 6.

The question I cant find an answer to is, is it possible to hide some of the tell-tail inforamtion that I'm using a VPN.
When I check my anonymity on whoer.net it shows shows that port 80 is open. It shows that I'm using L2TP/IPsec whether I'm using L2TP/IPsec on Linux or Android if I'm using SecureNAT with Softether VPN Client on Windows and in the OS TCP/IP section of whoer.net it shows Linux 3.1-3.10 [fuzzy] (Probably IPsec or other VPN, MTU: 1280)

Is it possible to hide any of this information? Maybe reject incoming packets on port 80? Or would that kill my VPN connection?

Re: openVZ VPS running Softether. Question about anonymity.

Posted: Fri Jul 28, 2017 5:25 am
by thisjun
SoftEther doesn't listen port 80.

Re: openVZ VPS running Softether. Question about anonymity.

Posted: Sun Aug 06, 2017 3:38 am
by cmd wh0ami
[SOLVED]

By rejecting incoming packets on port 80 of the server it hides all this information as long as SoftEther Client is used.

Block Incoming Port
To block port 80 (HTTP server), enter (or add to your iptables shell script):
# /sbin/iptables -A INPUT -p tcp --destination-port 80 -j DROP
# /sbin/service iptables save