Oh and I forgot to mention that you can try the following with the Unix 'nc'
command:
On one computer, execute
nc -u -s 224.0.0.251 -l -p 5353
Which means is will listen on UDP port 5353, listening for the multicast
address 224.0.0.251. On the other computer, execute
nc -u 224.0.0.251 5353
Which will begin sending to the multicast address 224.0.0.251, UDP port
5353. Just type in nonsense on the sender and see if you can see it on the
listener. Don't forget to type enter after each line of nonsense, and
Control-C to kill the 'nc' instances.
- Shao Miller
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bonjour-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/bonjour-dev/email@hidden
This email sent to email@hidden