diff --git a/doc/img/ip-address-example-ipv6-dhcp.svg b/doc/img/ip-address-example-ipv6-dhcp.svg new file mode 100644 index 00000000..e640bd8c --- /dev/null +++ b/doc/img/ip-address-example-ipv6-dhcp.svg @@ -0,0 +1,4 @@ + + + +
example
eth0
DHCP
Server
Pool:
2001:db8::40-50
2001:db8::/64
.1
\ No newline at end of file diff --git a/doc/vpn-wireguard.md b/doc/vpn-wireguard.md index 1b8a8e2c..38ab1e76 100644 --- a/doc/vpn-wireguard.md +++ b/doc/vpn-wireguard.md @@ -141,7 +141,7 @@ for 192.168.2.0/24 through this peer. > [!NOTE] > When routing traffic to networks behind WireGuard peers, you also need > to configure static routes pointing to the WireGuard interface. See -> [Static Routes](networking.md#static-routes) for more information. +> [Static Routes](networking.md#routing-support) for more information. ## Peer Configuration and Key Bags diff --git a/mkdocs.yml b/mkdocs.yml index aa66e51c..36a3d858 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,9 @@ nav: - Quality of Service: qos.md - RMON Counters: eth-counters.md - Tunneling (L2/L3): tunnels.md - - VPN Tunnels: vpn.md + - VPN Tunnels: + - Overview: vpn.md + - WireGuard: vpn-wireguard.md - Wireless LAN (WiFi): wifi.md - Services: - Device Discovery: discovery.md