-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Hello, I have a setup where I have two IPs in allowedIPs on the ESP's peer like this
AllowedIPS = 192.168.1.0/24,192.168.69.14/32
The network topology is as follows
Peer B(raspi)(address in 192.168.0.0/24 and 192.168.69.0/24) <-> Peer A(ESP) (192.168.1.0/24 and 192.168.69.0/24).
With another device that is not an ESP, once net.ipv4.ip_forward=1 is set, and routes are set(the wireguard exposing the endpoint generates the route,and another static route is configured on the routers) Peer B can ping any device in Peer A's network, and viceversa. But Even after defining IP_FORWARD to 1 (technically forwarding exposed from lwip's side) I cannot seem to reach other devices in the ESP's network, with my packets being dropped.
Metadata
Metadata
Assignees
Labels
No labels