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?
[SOLVED] SoftEther Server Anonymity. (whoer.net)
-
- Posts: 125
- Joined: Sun Jul 16, 2017 6:58 pm
[SOLVED] SoftEther Server Anonymity. (whoer.net)
Last edited by cmd wh0ami on Sun Aug 06, 2017 3:43 am, edited 1 time in total.
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: openVZ VPS running Softether. Question about anonymity.
SoftEther doesn't listen port 80.
-
- Posts: 125
- Joined: Sun Jul 16, 2017 6:58 pm
Re: openVZ VPS running Softether. Question about anonymity.
[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
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