How to add a device when the machine, computer is not in the same vlan.
Computer prompts cannot find laser device
If itās a Ruida controller, the Ethernet interface cannot handle anything other than a simple /24 network with all devices in that subnetwork.
Some previous discussions provide background:
Apparently itās possible to use a router to bridge between the complex network and the Ruida controller, with the router handling all the fancy vlan addressing and providing the controller with a simple /24 subnet.
The LightBurn Bridge works between WiFI and a Ruida controller, so the firmware may be of some use:
Unfortunately, Ruida has never fixed their TCP stackā¦
Fortunately, its easy to resolve by placing the Ruida controller in its very own subnet and then using a very cheap little router to do the address translation between the ācompromised Ruida Networkā and any other PROPERLY configured network.
You do not need any proprietary hardware/software (lightburn bridge kit) to do this. ā¦and you do not need to change your communication protocols. This works straight up with the default Lightburn TCP stack (UDP) and lightburn just thinks its talking to the Ruida directly (even though its simply pointed at the TCP address for the router)
I simply have the tiny, cheap router stuck to the side of my laser (right next to the ethernet port) using double sided tape. Done.
I posted a very simple solution which is working flawlessly in this thread: https://forum.lightburnsoftware.com/t/anyone-know-has-the-ruida-firmware-ever-been-updated-to-fix-their-network-limitation/151129/9
I gotta bookmark that!
Isnāt that just a simple network setup task? Just configure the router / firewall to allow traffic to/from this IP. If you have different VLANs, then you should have a router already that should be able to handle this.
The problem is that the Ruida controller wonāt accept traffic from an IP address in a different subnetwork. For example, anything coming from 192.168.1.2 will bounce off a Ruida controller at 192.168.0.3.
If the router can relabel the IP addresses on the fly, then adjusting the source IPs to keep the Ruida happy should work, but ⦠thatās what network admins do for a living, I suppose.