Ask HN: Books/resources/materials that teach you VPN fundamental? 3 points by 8BitArmour 3y ago ↗ HN Any sort of material that teaches you how to build a VPN from ground up,for commercial or personal uses. All suggestions are welcome,thanks in advance!
[–] popcalc 3y ago ↗ Wireguard docs are useful: https://www.wireguard.com/netns/If you want to RUN a VPN, master iptables and enterprise networking: https://www.amazon.com/Linux-Firewalls-3rd-Steve-Suehring/dp... .If you want to WRITE a VPN, read the source of a few openly available relatively simple VPN/tunnel implementations.https://github.com/yarrick/iodine https://github.com/jpillora/chiselFamiliarise yourself with packet layers. Fantastic resource: https://github.com/netspooky/protocols/tree/main/broadcast_b...
1 comment
[ 4.9 ms ] story [ 17.2 ms ] threadIf you want to RUN a VPN, master iptables and enterprise networking: https://www.amazon.com/Linux-Firewalls-3rd-Steve-Suehring/dp... .
If you want to WRITE a VPN, read the source of a few openly available relatively simple VPN/tunnel implementations.
https://github.com/yarrick/iodine https://github.com/jpillora/chisel
Familiarise yourself with packet layers. Fantastic resource: https://github.com/netspooky/protocols/tree/main/broadcast_b...