Programmatically bridge multiple connections

U

uma

Hi,

Microsoft has provided ICS api to programmatically enable sharing on a
public connection. But if there are multiple private connections there
does not seem to be a way to enable sharing. I could see the sharing
icon on the connection but actually the connection is not shared at
all.

EnableSharing() method does not take the list of private connections
to which internet access needs to be enabled. I

Here are my questions:
o Is there any api to programmatically bridge all the available
private connections and enable sharing?
o Is there any api to select 2 or more connections and form a network
bridge and then enable internet access for these connections.

Thanks in advance.
 
U

uma

Hi,

Microsoft has provided ICS api to programmatically enable sharing on a
public connection. But if there are multiple private connections there
does not seem to be a way to enable sharing. I could see the sharing
icon on the connection but actually the connection is not shared at
all.

EnableSharing() method does not take the list of private connections
to which internet access needs to be enabled. I

Here are my questions:
o Is there any api to programmatically bridge all the available
private connections and enable sharing?
o Is there any api to select 2 or more connections and form a network
bridge and then enable internet access for these connections.

Thanks in advance.

Posting it to microsoft.public.windowsxp.network_web as I found no
response on the other mailing lists.
 
A

Arkady Frenkel

Maybe use forwarding from IPHLPAPI :
CreateIpForwardEntry()/SetIpForwardEntry() ?

Arkady
 

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