Advertisement
BaSs_HaXoR

WIFI VPN HOTSPOT via CMD

Dec 23rd, 2014
1,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. /*
  2. netsh wlan set hostednetwork mode=allow ssid=PUREVPNHotspot key=password
  3. netsh wlan start hostednetwork
  4. */
  5. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  6. How to Set up Powerful WiFi VPN Hotspot for Roku, Wii, PS3 etc?
  7. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  8. Use this tutorial to turn your Windows computer into a strong WiFi VPN hotspot that supports PPTP, SSTP, L2TP protocols. It can also be used to share OpenVPN if you desire. It is ideal for old laptops that aren’t in use any longer.
  9. ###############################################################################################################
  10. 1. Connect your computer using Ethernet cable and ensure your internet is working.
  11. 2. Go to Start and type cmd in the search box.
  12. 3. Right click cmd and choose Run as Administrator. If asked for password, provide the admin password to continue.
  13. ###############################################################################################################
  14. 4. On Command Prompt, type netsh wlan show drivers. Press Enter.
  15. ###############################################################################################################
  16. 5. Upon seeing the following result, you will have to check whether Yes is written next to Hosted Network Supported or not. If it is Yes, move to next step and if it is No, you have to install drivers for it.
  17. ###############################################################################################################
  18. 6. Now type netsh wlan set hostednetwork mode=allow ssid=PUREVPNHotspot key=password and hit enter key.
  19. This will establish WiFi Network. You may choose a password of your choice. Follow this as a reference:
  20. ---------------------------------------------------------------------------------------------------------------
  21. ssid= Wifi connection name
  22. key= your desired password
  23. ###############################################################################################################
  24. 7. Type netsh wlan start hostednetwork and start WiFi network.
  25.  
  26. >>OUTPUT SHOULD LOOK SOMETHING LIKE THIS: http://prntscr.com/5k08x7
  27. ---------------------------------------------------------------------------------------------------------------
  28. If you get error "The hosted network couldn't be started." then go to your Network and sharing center and enable newly created "Microsfot Virtual Wifi Miniport Adapter" then try again. This should resolve your issue.
  29. ---------------------------------------------------------------------------------------------------------------
  30. Now right click on PureVPN Icon go to properties > Click on Sharing tab > Check on the check box next to “Allow Other Network User to connect through this computer’s Internet connection”, select your newly created "Microsfot Virtual Wifi Miniport Adapter (Wirless network connection)" from drop down menu and select “Allow other network users to control or disable the shared Internet connection”. Hit Ok and you are done.
  31. ###############################################################################################################
  32. Launch PureVPN Client, select desired server, protocol and connect.
  33.  
  34. Now you can connect any device to your newly createdPureVPN Wifi hotspot and ENJOY!!!!!!!!!!!
  35.  
  36. If you want to use Kill Switch then you have to run PureVPN Client as admin then go to settings tab and activate Kill Switch with Redial automatically option (only PPTP and L2TP supported for redial). Select desired protocol, server and connect.
  37. Launch PureVPN Client, select desired server, protocol and connect.
  38.  
  39. Now you can connect any device to your newly createdPureVPN Wifi hotspot and ENJOY!!!!!!!!!!!
  40.  
  41. If you want to use Kill Switch then you have to run PureVPN Client as admin then go to settings tab and activate Kill Switch with Redial automatically option (only PPTP and L2TP supported for redial). Select desired protocol, server and connect.
  42. ###############################################################################################################
  43. //Credits: PureVPN
  44.  
  45. GET PUREVPN FOR GREAT PRICE! LINK HERE!: https://billing.purevpn.com/aff.php?aff=12272
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement