Skip to content

Instantly share code, notes, and snippets.

@ngoc-minh-do
Created February 20, 2025 14:52
Show Gist options
  • Select an option

  • Save ngoc-minh-do/57b2c64d15c8c4ba54b0fc5b94939a4d to your computer and use it in GitHub Desktop.

Select an option

Save ngoc-minh-do/57b2c64d15c8c4ba54b0fc5b94939a4d to your computer and use it in GitHub Desktop.

VPN(Virtual Private Network)

Verify VPN

curl ifconig.io

Verify VPN for torrent

https://ipleak.net/

Software candidates

  • wireguard
  • OpenVPN
  • Gluetun (support multiple commercial integrations)

VPS (Virtual Private Server)

TODO

Jump server vs Bastion server

  • A Bastion host is a machine that is outside of your security zone. And is expected to be a weak point, and in need of additional security considerations. Because your security devices are technically outside of your security zone, firewalls and security appliances are also considered in most cases Bastion hosts. Usually we're talking about:

    • DNS Servers
    • FTP Servers
    • VPN Servers
  • A Jump Server is intended to breach the gap between two security zones. The intended purpose here is to have a gateway to access something inside of the security zone, from the DMZ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment