Skip to main content
3 events
when toggle format what by license comment
Jun 28, 2021 at 11:37 comment added nobody Is camera pingable? Does it respond to pings? I would recommend to record traffic on yocto board. First, on uap0 port to see your route works OK: tcpdump -i uap0 port not 22 and host 192.168.42.25. Then on eth0 port to see that the traffic is forwarded through yocto board: tcpdump -i eth0 port not 22 and host 192.168.42.25. I assume you ssh to yocto board, that is why ssh traffic is excluded in tcpdump. Try to ping when tcpdump is running to see whether the traffic reaches the interface. Then analyze the traffic and try to find an error.
Jun 28, 2021 at 10:34 comment added Ankit Patel ip_forward is already enabled (verified) and adding route in computer didn't helped. computer (192.168.42.25) is not able to ping (192.168.30.35)... computer is only able to ping uap0 of the board (192.168.30.34)
Jun 28, 2021 at 9:54 history answered nobody CC BY-SA 4.0