Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/noidvpn/public_html/wp-content/plugins/wordpress-firewall.php on line 245

Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/noidvpn/public_html/wp-content/plugins/wordpress-firewall.php on line 245
Linux Tutorials - Surf Online Anonymously - NoidVPNSurf Online Anonymously – NoidVPN
Surf Online Anonymously – NoidVPN

Warning: A non-numeric value encountered in /home/noidvpn/public_html/wp-content/plugins/shortcodes/shortcodes.php on line 352
How to connect to NoidVPN with Linux

Linux users can connect to NoidVPN through OpenSSH by just writing a couple of commands.

To connect to NoidVPN, follow the instructions below:

  • ssh -qTfnN -D 9853 username*@SERVERNAME*.noidvpn.com
    • That will connect you directly to NoidVPN and let the process running in the background.
    • Make sure you kill the process when you are finished using NoidVPN.
  • ssh -D 9853 username*@SERVERNAME*.noidvpn.com
    • That will connect you directly to NoidVPN but it will not run the process in the background.
  • Once it logs in the service you will be asked to enter your password.
  • Connect your SOCKS compatible applications to:
    • Host: 127.0.0.1
    • Port: 985

Note:

  • Replace the username* with yours.
  • Replace the servername* with the name of the server that you want to connect, eg: USA1, USA2, USA3 etc..