Bubble documentation
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

macosx_vpn.md 3.1 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Connect an Apple Mac OS X 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 Mac system as a device](../device_setup/add_device.md)
  6. * Click or tap "Show VPN connection info" for your new Mac device. Click the button that reads "Download vpn.conf file"
  7. * The `vpn.conf` file may simply download automatically, or you may be asked if you want to Open or Save the file. If you are asked to Open or Save, choose Save to save the `vpn.conf` file to your computer.
  8. ## Install WireGuard
  9. * Download and install WireGuard from the [Mac App Store](https://itunes.apple.com/us/app/wireguard/id1451685025?ls=1&mt=12)
  10. * If the above link did not work:
  11. * Open the App Store app on your Mac
  12. * Search for "wireguard"
  13. * You should see a screen like the one below. Install WireGuard.
  14. <img src="macosx_screenshots/01_wireguard_in_app_store.png" alt="screenshot of WireGuard in the Mac App Store" height="500"/>
  15. * Open the WireGuard application if it is not already open. You may find a WireGuard icon in your dock, as shown below. Click it to open WireGuard.
  16. <img src="macosx_screenshots/02_wireguard_in_dock.png" alt="screenshot of WireGuard in the Mac OS X doc" height="500"/>
  17. * The WireGuard app should now open. You'll see a screen like the one shown below. Click the "Import tunnel(s) from file" button
  18. <img src="macosx_screenshots/03_wireguard_initial.png" alt="screenshot of initial WireGuard screen" height="500"/>
  19. * In the file selection dialog, select the `vpn.conf` file that you downloaded above, and click the "Import" button
  20. * You'll now see a dialog requesting your approval for WireGuard to add a VPN configuration, like the screenshot below. Click "Allow"
  21. <img src="macosx_screenshots/04_add_vpn_config.png" alt="screenshot of request to allow WireGuard to add a VPN config" height="500"/>
  22. * You should now see the WireGuard screen with your new VPN added, like the screenshot below
  23. <img src="macosx_screenshots/05_vpn_added.png" alt="screenshot of WireGuard after adding VPN" height="500"/>
  24. * Click the "Activate" button to connect to the VPN. The "Status" indicator should change to a green dot with the word "Active" next to it. An example screenshot is shown below.
  25. <img src="macosx_screenshots/06_vpn_activated.png" alt="screenshot of WireGuard after activating VPN" height="500"/>
  26. * Click the "Edit" button in the bottom right corner of the WireGuard screen
  27. * You should see a dialog asking you for your password, like the one below. Enter your password and click "OK"
  28. <img src="macosx_screenshots/07_edit_vpn.png" alt="screenshot of permission dialog to edit VPN" height="500"/>
  29. * You should now see a screen to edit the VPN settings like the one shown below. Don't change anything in the big text box. Above the text box, you should see "On-Demand" with a couple of checkboxes. Check both checkboxes "Ethernet" and "Wi-Fi", and click "Save"
  30. <img src="macosx_screenshots/08_vpn_on_demand.png" alt="screenshot of setting VPN to connect on demand" height="500"/>
  31. * Congratulations! You are now connected to your Bubble's VPN!