Bannsaenger / node-red-contrib-artnet-controller

Node-RED nodes that controls lights via artnet. This is a complete solution for sending and receiving dmx-data via Art-Net without the need of additional hardware
MIT License
3 stars 1 forks source link

No data over other Network Interface #6

Closed bugbig09 closed 7 months ago

bugbig09 commented 7 months ago

Data is always sent via the eth0 network interface. If I select the interface enp1s0u2 with 2.0.0.2, data is still only sent via eth0. I have run a tcpdump, there is really only something coming via the eth0 interface.

Bildschirmfoto 2024-03-24 um 13 48 42 Bildschirmfoto 2024-03-24 um 13 49 16
Bannsaenger commented 7 months ago

Hi, you are using a Class C network mask on your interface. Then the brodcast address of this interface is: grafik when you use the 2.255.255.255 these data packets will not be sent necessarily via this interface. Try to use 2.0.0.255 or change your network mask to 255.0.0.0 Hope this will fix ist.

bugbig09 commented 7 months ago

Thank you, that was my mistake. I tried again and again for 3 days.