Hello, I’m able to use Quectel’s RM502Q-AE in ethernet mode, I can correctly use it as a router for my home network. The device is reachable from 192.168.2.254 and I unlocked adb access for further accessibilty.
I’m trying to set a default STATIC route but the AT+QETH=“routing” AT command does not specify correctly how to add a specific default gateway for a specific subnet.
I want to add a default route from all traffic coming from 172.16.225.0/24 must go not to 0.0.0.0 but to 192.168.2.1. Is there a way to accomplish this please?