Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:wireguard [2024/09/13 13:00] – [Resources] darron | tools:wireguard [2024/09/13 13:03] (current) – darron | ||
---|---|---|---|
Line 3: | Line 3: | ||
Easy to setup VPN | Easy to setup VPN | ||
===Install=== | ===Install=== | ||
+ | |||
+ | == Linux== | ||
This install may replace the kernel, if so, reboot afterward. | This install may replace the kernel, if so, reboot afterward. | ||
Line 14: | Line 16: | ||
- | ===Log=== | + | ===Setup=== |
- | Setup VPN | + | ==Configure |
- | ==Host | + | __Host |
< | < | ||
ip link add dev wg0 type wireguard | ip link add dev wg0 type wireguard | ||
</ | </ | ||
- | ==Host 1== | + | __Host 1__ |
< | < | ||
Line 29: | Line 31: | ||
</ | </ | ||
- | ==Host 2== | + | __Host 2__ |
< | < | ||
Line 35: | Line 37: | ||
</ | </ | ||
- | ==Host | + | __Host |
< | < | ||
Line 61: | Line 63: | ||
</ | </ | ||
- | Create VPN | + | ==Create VPN== |
+ | |||
+ | __Host 1 and Host 2__ | ||
< | < | ||
Line 68: | Line 72: | ||
</ | </ | ||
- | + | __Host 1__ | |
- | ==Host 1== | + | |
< | < | ||
Line 81: | Line 84: | ||
</ | </ | ||
- | ==Host 2== | + | __Host 2__ |
< | < | ||
Line 93: | Line 96: | ||
</ | </ | ||
- | ==Host 1 and Host 2== | + | ==Destroy VPN== |
+ | |||
+ | __Host | ||
- | Destroy VPN | ||
< | < |