I’m trying to send a broadcast message using netcat. I have firewalls open and sending a regular message like this works for me: host: nc -l 192.168.1.121 12101 client: echo “hello” | nc 192….
https://stackoverflow.com/questions/13294893/broadcasting-a-message-using-nc-netcat

