25 lines
694 B
Markdown
25 lines
694 B
Markdown
# WireGuard VPN – Home Server Implementation
|
||
|
||
This page is my reference for how I use WireGuard for remote access to the home server.
|
||
|
||
For generic concepts, see:
|
||
|
||
- [Network / VPN Basics](../../../Network/VPN/Basics.md)
|
||
- [Security / Certificates](../../../Security/Certificates.md)
|
||
|
||
For the original full step-by-step guide I used at the beginning, see:
|
||
|
||
- WireGuard v1 doc (legacy) – to be migrated here.
|
||
|
||
## Scope
|
||
|
||
- IP plans for LAN and VPN.
|
||
- Server and client roles.
|
||
- How I add a new peer safely.
|
||
|
||
## Notes / TODO
|
||
|
||
- Summarise the `wg0.conf` structure from the v1 doc.
|
||
- Document the exact steps I follow to add a new client.
|
||
- Add a short troubleshooting section (common mistakes).
|