bodems

shower thoughts and ideas

User Tools

Site Tools


knowledgebase:vpn_comparison

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
knowledgebase:vpn_comparison [2020/04/16 06:37] – external edit 127.0.0.1knowledgebase:vpn_comparison [2023/04/30 16:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Comparison of VPN and tunnel solutions ======
  
 +^           ^ Encryption   ^ IPv6 transport  ^ dynamic IPs ^ Platforms   ^ Speed ^
 +| GRE       | (✔)          | ✘               | ✘           | Linux, BSD  |       |
 +| GREv6     | (✔)          | ✔               | ✘           | Linux, BSD  |       |
 +| OpenVPN   | ✔            | ✔               | ✔           | Linux, BSD  |       |
 +| fastd     | ✔            | ✔               | ✔           | Linux, BSD  |       |
 +| wireguard | ✔            | ?               | ✔           | Linux, BSD  |       |
 +| VXLAN     | ✘            | ?               | ✘           | Linux, BSD  |       |
 +| Tinc      | ✔            | ?               | ✔           | Linux, BSD  |       |