Skip to content

Forward between interfaces not working on ESP32 #19

@CatalinPuscoci

Description

@CatalinPuscoci

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions