Wireguard .------------. Client + Notebook | 10.10.0.2 '-----:------' : ──────────────────────────────────── : Tunnel10.10.0.0/24 Internet : : ─────────────────────────────────── : : - .-----+-----. 192.168.178.1| Fritzbox | '-----+-----' | WAN |192.168.178.11 | Mailserver - .-----+------. .------------. Nextcloud Wireguard | OPNsense +------LAN-2------+ Miniserver | MySQL Server '-----+------' 192.168.2.1 '------------' 10.10.0.1 | LAN 1 | 192.168.1.1 | .------------- | LAN-Switch | '-----+------' | |---------+--------| | | | | .------------. .------------. + Client | + Client | '-----:------' '-----:------'
Nun wenn es nur um Zugriff auf die interne Netze geht würd ich folgendes machen.AllowedIPs = 192.168.1.0/24 , 192.168.2.0/24...
[Interface]PrivateKey = Address = 10.10.0.2/32DNS = 192.168.1.1, 8.8.8.8[Peer]PublicKey = AllowedIPs = 10.10.0.0/24, 192.168.1.0/24, 192.168.2.0/24, 0.0.0.0/1, 128.0.0.0/1, ::/1, 8000::/1Endpoint = kiropnsense.ddnss.de:51821
[Interface]PrivateKey = xxxxxxxListenPort = 51821Address = 10.10.0.2/32DNS = 8.8.8.8[Peer]PublicKey = xxxxxxxxxAllowedIPs = 0.0.0.0/1, 128.0.0.0/1, ::/1, 8000::/1Endpoint = xxxxxxxxxx
Hier der Code auf dem Notebook:[Interface]PrivateKey = ListenPort = 51821Address = 10.10.0.2/32DNS = 192.168.1.1[Peer]PublicKey = AllowedIPs = 0.0.0.0/1, 128.0.0.0/1, ::/1, 8000::/1Endpoint = kiropnsense.ddnss.de:51821