fastai / wireguard-fast

Simplified installation of WireGuard server for Ubuntu
Apache License 2.0
37 stars 12 forks source link

Additional Questions I Have #1

Open hamelsmu opened 3 years ago

hamelsmu commented 3 years ago

Questions left to confirm/research. cc: @jph00

  1. How do I use this VPN exactly to access my deep learning rig at home? Let's say both computer are connected to VPN, my laptop and my deep learning rig. How can I then access my deep learning rig from a coffee shop with this? A: You said look at the conf file, I see it has an IP like 10.42.XXX so i will check this

  2. How to properly restart everything if I want to start over? Do I just restart the VM?

  3. Is there a way to increase the number of clients I have later?

  4. What if I want to change a specific client to send all internet traffic through?

jph00 commented 3 years ago

How do I use this VPN exactly to access my deep learning rig at home? Let's say both computer are connected to VPN, my laptop and my deep learning rig. How can I then access my deep learning rig from a coffee shop with this? A: You said look at the conf file, I see it has an IP like 10.42.XXX so i will check this

Yup you just connect to that client's IP.

How to properly restart everything if I want to start over? Do I just restart the VM?

To create a whole new VPN from scratch, create a new Ubuntu server and install from scratch.

To reboot your server, sudo shutdown -r now.

Is there a way to increase the number of clients I have later?

Yes, see the README.

What if I want to change a specific client to send all internet traffic through?

See the README.