This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

ping on VLAN and outside
#2
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.
Reply


Messages In This Thread
RE: ping on VLAN and outside - by admin - 3 hours ago

Forum Jump: