Multicast addressing and Microswoft loopback adapter

J

Jon Jenkins

To All

I have written 2 applications hosted on the same machine that communicate
with one another via a multicast address. I use the microsoft loopback
adaptor so I don't require a phsical ethernet card. For each application, I
create a socket with a unique port, and associate a common multicast address
with the IP address of the microsoft loopback adaptor i have installed on
the machine.

On an XP machine, I am able to get the applications talking by adding a
route:
route add 230.0.1.3 192.168.0.1

On a windows 200 machine, the route command fails with the following
message:

IP route addition failed: The parameter is incorrect

Is there a way around this?

Thanks in advance for your help

-Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top