(3 hours ago)admin Wrote: Since you are using LTE, the default gateway comes from the mobile network. Due to this LM cannot reach another VLAN.
You can add a route manually via a script. Ask the network staff for correct destination network parameters and gateway address.
Code:os.execute('route add -net 192.168.10.0/24 gw 192.168.1.1 eth0')
Then add the code to the init script so the route is added automatically after each reboot.
but work for little time and aftfer not work
os.execute('route add -net 10.255.28.128/27 gw 10.255.28.129 eth0')
the subnet is 255.255.255.224
also I have disable zerotier