Bubble documentation
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

windows_vpn.md 3.2 KiB

4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Connect a Microsoft Windows system to your Bubble VPN
  2. ## Download the vpn.conf file
  3. * Login to your Bubble
  4. * Navigate to the Devices screen
  5. * Find your device in the device list, or [add your Windows system as a device](../device_setup/add_device.md)
  6. * Click or tap "Show VPN connection info" for your new Windows device. Click the button that reads "Download vpn.conf file". A dialog will appear similar to the one shown below.
  7. <img src="windows_screenshots/05_save_vpn_file.png" alt="screenshot of downloading vpn.conf file" height="500"/>
  8. * Choose "Save File" and then click "OK" save the `vpn.conf` file to your computer.
  9. ## Install WireGuard
  10. * Download and install [WireGuard for Windows](https://download.wireguard.com/windows-client/wireguard-amd64-0.1.0.msi)
  11. * Note: If you are running a 32-bit version of Windows, you must install the [32-bit version of Wireguard](https://download.wireguard.com/windows-client/wireguard-x86-0.1.0.msi)
  12. * Most newer Windows systems are 64-bit. To determine if your Windows is 64-bit or 32-bit, [follow these instructions](https://www.lifewire.com/am-i-running-a-32-bit-or-64-bit-version-of-windows-2624475)
  13. * You can find more information about the WireGuard installers on the [WireGuard Installation page](https://www.wireguard.com/install/)
  14. * Run the WireGuard msi installer that you just downloaded. You'll see a screen similar to the one shown below.
  15. <img src="windows_screenshots/01_run_wireguard.png" alt="screenshot of Open File dialog that appears when starting WireGuard msi installation" height="500"/>
  16. * Click "Run"
  17. <img src="windows_screenshots/02_install_wireguard.png" alt="screenshot of User Account Control dialog that appears when starting WireGuard msi installation" height="500"/>
  18. * Click "Yes"
  19. <img src="windows_screenshots/03_install_wireguard.png" alt="screenshot of Windows Security dialog that appears when starting WireGuard msi installation" height="500"/>
  20. * Click "Install"
  21. * The WireGuard application then opens, and you should see a screen like the one below.
  22. <img src="windows_screenshots/04_import_tunnel_from_file.png" alt="screenshot of WireGuard initial screen" height="500"/>
  23. ## Connect to Bubble via WireGuard
  24. * In the WireGuard application, click "Import tunnels(s) from file". A file dialog will appear. Select the `vpn.conf` file that you downloaded earlier. You should now see a screen like the one shown below.
  25. <img src="windows_screenshots/07_activate_vpn.png" alt="screenshot of WireGuard with Bubble VPN added" height="500"/>
  26. * Click the "Activate" button to connect to the VPN.
  27. * You should now see a "Set Network Location" dialog, like the one shown below. Click on "Public network", then click the "Close" button.
  28. <img src="windows_screenshots/08_set_network_location.png" alt="screenshot of Set Network Location dialog" height="500"/>
  29. * The next screen will ask you to confirm this network location. It should look like the screenshot below. Click "Close".
  30. <img src="windows_screenshots/09_confirm_network_location.png" alt="screenshot of Set Network Location confirmation dialog" height="500"/>
  31. * Congratulations! You are now connected to your Bubble's VPN!