Daher hier mal beide Configs mit ausge-x-ten Keys:
Wireguard und Pi-Hole sind beide intern unter 192.168.178.61 erreichbar. Fritzbox ist standardmäßig auf 192.168.178.1
Server Config:
[Interface]
Address = 100.64.0.1/24
ListenPort = 51820
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#replace eth0 with the interface open to the internet (e.g might be wlan0)
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o wlan0 -j MASQUERADE
#Client1 Smartphone
[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AllowedIPs = 100.64.0.2/32
Client Config:
[Interface]
Address = 100.64.0.2/32
DNS = 192.168.178.61
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#Server
[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Endpoint = xxxxxxxxxxxxxxxxxxxx.myfritz.net:51820
AllowedIPs = 0.0.0.0/0, ::/0
PersistentkeepAlive = 25
Wenn ich deine Antwort richtig verstehe, müsste die WG Server IP statt 100.64.0.1/24 eher so etwas wie 192.168.178.xx lauten?

Sobald ich im VPN bin und mich auf die Intercom verbinde sehe ich das Bild und kann von extern auch mittels Iphone sprechen. Kommt auf der Intercom auch an. Wenn ich aber auf der Intercom reinspreche kommt nichts am iPhone an...Muss ich da noch etwas in Loxone an der Intercom konfigurieren?
Kommentar