Speno's Pythonic Avocado 2004/4

2004-04-20

Digging Rendezvous

Multicast DNS is an important part of Apple's Rendezvous technology. I thought I'd write down how to do some multicast DNS lookups using good old dig at the command-line.

% dig @224.0.0.251 -p 5353 _ssh._tcp.local ANY % dig @224.0.0.251 -p 5353 Hostname.local ANY

This works, but doesn't really work like you want. It only returns one answer, which is hardly useful. You can always use RendezCon or RenBrowser on MacOS X instead.

And yeah, I'm sorry there's no python content here. Been busy...

posted at 16:54:24    #    comment []    trackback []
April 2004
MoTuWeThFrSaSu
    1 2 3 4
5 6 7 8 91011
12131415161718
19202122232425
2627282930  
Mar
2004
 May
2004

One python programmer's search for understanding and avocados. This isn't personal, only pythonic.

XML-Image Letterimage

© 2004-2005, John P. Speno