How can I send a UDP broadcast?
I'm trying to test UDP broadcasts and am using this command:
$ echo "Hello World" | sudo nc -v -u 10.1.0.255 12000
nc: connect to 10.1.0.255 port 12000 (udp) failed: Permission denied
I have sudo access so I'm wondering how I can correct the permission denied error so that I can send UDP broadcasts.