Trying to set it up so I can connect to my home network (mostly my SMB server) from anywhere. I’m familiar with the all the concepts of VPNs but not configuring one. So if anyone has a good “Everything you need to know about VPN configuration” tutorial, that would be best.
So… problem 1 is that my network is behind a NAT at my apartment complex.
traceroute to 4.2.2.1 (4.2.2.1), 64 hops max, 52 byte packets
1 192.168.2.1 (192.168.2.1) 9.217 ms 4.680 ms 3.900 ms
2 10.19.X.X (10.19.4.1) 5.148 ms 5.351 ms 4.466 ms
3 65.X.X.X (65.155.1.193) 5.681 ms 5.909 ms 5.899 ms
4 cls2-edge-04.inet.qwest.net (63.146.216.137) 8.690 ms 7.388 ms 7.797 ms
- is my home router, 10, is my router’s external IP address, and 65.X is that I see when I got to “What’s my IP?”. I can’t modify the apartment router to send certain traffic my way, so I need to build a bridge from the external internet to my home lab (maybe spin up a PFSense but or something on my ProxMox). My thought is setting up something on Linode or something that holds open a constant tunnel to my homelab, then when I’m way from home, connecting a VPN to that Linode box. (Maybe even make a “Y” thing so I can use that Linode box for a proxy or DNS pi-hole thing)