Click here to Skip to main content
15,884,838 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
Hello everyone!

I want multicast data among PCs which are far away from each other. They can be connected on internet.
So, I just set up a vpn server with win2003 server by its "route and remote access" service,
and then I created a "virtual private network (VPN) connection" on each client PC ,and connect the VPN Server on internet. I can successfully connect the VPN server on each client PC, and access the shared files with each other. The Client PCs also obtains the IPs I Set up on the VPN Server correctly.
And then I Programmed a simple C++ code which implemented multicast function with Sock function.
The code just creates a D Class IP such as 239.255.0.1, and sends the data to the IP Address I want to share among the PCs.
The Code does work on the LAN, but can't work on the VPN network I just set up. There is no response.

Is this idea wrong?
Posted
Updated 26-Aug-11 0:48am
v3
Comments
Richard MacCutchan 13-Aug-11 5:39am    
but it doesn't work
This tells us nothing, explain what you are doing and what results or errors you see. If necessary illustrate with snippets of code (suitably bracketed with <pre> tags). Also please do not add this in one of the "Solution" entries but use the "Improve Question" button to update your original post.
Emilio Garavaglia 13-Aug-11 6:08am    
The server must also behave as a "multicast router", running a multicast rouitng protocol, and the clients participate in the routing protocol through your VPN interface.
[no name] 13-Aug-11 10:18am    
THANTKS first . but how can I set up a multicast router in win2003 server without using any hard router or devices?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900