8

I'm afraid this is going to be a ridiculously stupid question, you might be able to tell networking is not my strong point, but how can I find the multicast address I am currently connected to?

I was given an application that listens to a multicast address which works fine on one computer, but throws SocketExceptions on another.

I apologise for the vagueness and stupidity of this question but any advice is greatly appreciated. :)

M

Myn
  • 691
  • 4
  • 9
  • 19

1 Answers1

19

If I remember correctly it's something like

netsh interface ip show joins

in the DOS prompt to see what multicast groups are being listened to.

Nikolai Fetissov
  • 82,306
  • 11
  • 110
  • 171
  • 2
    Fantastic, thank you so much. If you ever come to Bristol give me a shout and I'll buy you a pint. – Myn Nov 17 '10 at 18:44