Hello,
I have the situation that I'm not be able to send even a Ping from a LAN Client to a Wireguard Client. It is not a Problem if both Machines are connected through Wireguard.
I have also full access from the Wireguard Clients.
What am I missing?
My config:
Client:
[Interface]
Address = 10.0.10.5/24
PrivateKey = ***
ListenPort = 51820
DNS = 10.0.10.1
[Peer]
PublicKey = ***
Endpoint = ***:51820
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25
Firewall:Rules:WG0
IN IPv4* LANIP/24 * WireGuard (Group) net * * *
Firewall:Rules:Wiregguard(Group)
IN IPv4+6* Wireguard (Group) net * * * * *
Firewall:Rules:LAN
IN IPv4* LANIP/24 * WireGuard (Group) net * * *
I can see, that the Firewall ist letting it throu
WG0 2024-08-23T07:40:11 LANIP 10.0.10.5 icmp let out anything from firewall host itself
LAN 2024-08-23T07:40:11 LANIP 10.0.10.5 icmp Pass everything !NET
Have you considered the client on the LAN might not have a route to the subnet at the far end?
m
No, and it was working in the past without extra gateway and route.... I have changed many Firewall rules and I think, I have missed something since than. But its to long ago for me to remember the exact way.