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
#1
Good morning

I'm having a problem with an LTE reactor on which I've enabled ZeroTier. The device only responds to pings within its own VLAN. It doesn't respond from outside with the appropriate rules, and it's unreachable. Meanwhile, two Android panels with web browsers respond to pings from both inside and outside. What could it be? The network staff has already checked everything, and everything appears to be configured correctly.

As always, thanks for the information.
Reply
#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
#3
(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
Reply
#4
Try temporary disabling LTE and see if it makes any difference.
Reply
#5
(3 hours ago)admin Wrote: Try temporary disabling LTE and see if it makes any difference.

now i have no possibility to connect , the rgth procedure for reset to factory for reactor LTE ?

tank's
Reply
#6
Did you reboot LM after disabling LTE?

Hold the reset button for 10 seconds until red LED starts flashing. Then you should be able to access it via 192.168.0.10. Make sure that you connect directly to LM and your PC IP belongs to 192.168.0.x network.
Reply
#7
(2 hours ago)admin Wrote: Did you reboot LM after disabling LTE?

Hold the reset button for 10 seconds until red LED starts flashing. Then you should be able to access it via 192.168.0.10. Make sure that you connect directly to LM and your PC IP belongs to 192.168.0.x network.

nothing the led blink in red baut not possible access to logimachine, i'm connect directly but I have no resposnse for ping
Reply
#8
Post a screenshot of your PC network interface IP settings.
Reply
#9
(2 hours ago)admin Wrote: Post a screenshot of your PC network interface IP settings.

i have attached the screen shoot
Reply
#10
no atachments
------------------------------
Ctrl+F5
Reply
#11
(2 hours ago)Daniel Wrote: no atachments
sorry

Attached Files Thumbnail(s)
   
Reply
#12
Do you see any LED activity on LM LAN port?
Reply
#13
(2 hours ago)admin Wrote: Do you see any LED activity on LM LAN port?

yes


but i think not work reset to factory, when i press reset the bottol led go fixed red and afte >10 s start blinking. but not respond on ip fctory.
Reply
#14
For me it always work but if it doesn't then the only option is factory reset. now press once so LM will reboot and then press for 10 sec, till LED will flash RED, release and then press again for 10 sec till LED will start flashing faster.
I hope you have a backup.
------------------------------
Ctrl+F5
Reply
#15
(1 hour ago)Daniel Wrote: For me it always work but if it doesn't then the only option is factory reset.  now press once so LM will reboot and then press for 10 sec, till LED will flash RED, release and then press again for 10 sec till LED will start flashing faster.
I hope you have a backup.

yes I have a backup, when I restart it doesn't restore, I don't get the IP 192.168.0.10
Reply
#16
Did you perform the factory reset as described? Did the LED worked as in description? It is easy to press wrongly. If it still doesn't work then it is your PC network settings or cable.
------------------------------
Ctrl+F5
Reply


Forum Jump: