ip_internal_network with fixed root using ethernet
Posted: Thu Jun 09, 2022 8:21 pm
I am trying to modify the example ip_internal_network to use a fixed root and connect to network using ethernet interface instead of wifi sta.
Can anyone suggest the needed modifications to allow for frames from nodes in the mesh network to be routed correctly to the outside network.
When I run the example as it is, I can see with wireshark that frames from nodes in the mesh network have the IP of my LAN gateway (192.168.1.1) as source IP.
In my modified version (with ethernet), the frames from a node in the mesh network is transmitted to the LAN network with root node's IP address (192.168.1.51) as source IP on LAN. This seems to be incorrect, but I have not been able to figure what needs to be changed for the messages to be routed the right way in the root of my mesh.
Any suggestion is appreciated!
Can anyone suggest the needed modifications to allow for frames from nodes in the mesh network to be routed correctly to the outside network.
When I run the example as it is, I can see with wireshark that frames from nodes in the mesh network have the IP of my LAN gateway (192.168.1.1) as source IP.
In my modified version (with ethernet), the frames from a node in the mesh network is transmitted to the LAN network with root node's IP address (192.168.1.51) as source IP on LAN. This seems to be incorrect, but I have not been able to figure what needs to be changed for the messages to be routed the right way in the root of my mesh.
Any suggestion is appreciated!