A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Networking and the Internet with Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Is it possible to create network bridge with a script?



 
 
Thread Tools Display Modes
  #1  
Old March 25th 10, 02:37 PM posted to microsoft.public.windowsxp.network_web
vfclists
external usenet poster
 
Posts: 36
Default Is it possible to create network bridge with a script?



Is it possible to create network bridge with a script?

It appears that the netsh command does not install bridges, but only
configures them.

If it comes to the worst, I am ready to go down the API route.

Ads
  #2  
Old March 25th 10, 03:44 PM posted to microsoft.public.windowsxp.network_web
Jack [MVP-Networking]
external usenet poster
 
Posts: 552
Default Is it possible to create network bridge with a script?

Hi
May be you should clarify what are you looking to Install.
Bridge is a special configuration between two Network Cards, there is
nothing to Install.
Jack (MS, MVP-Networking).

"vfclists" wrote in message
...


Is it possible to create network bridge with a script?

It appears that the netsh command does not install bridges, but only
configures them.

If it comes to the worst, I am ready to go down the API route.


  #3  
Old March 25th 10, 03:44 PM posted to microsoft.public.windowsxp.network_web
Jack [MVP-Networking]
external usenet poster
 
Posts: 552
Default Is it possible to create network bridge with a script?

Hi
May be you should clarify what are you looking to Install.
Bridge is a special configuration between two Network Cards, there is
nothing to Install.
Jack (MS, MVP-Networking).

"vfclists" wrote in message
...


Is it possible to create network bridge with a script?

It appears that the netsh command does not install bridges, but only
configures them.

If it comes to the worst, I am ready to go down the API route.


  #4  
Old March 25th 10, 05:08 PM posted to microsoft.public.windowsxp.network_web
vfclists
external usenet poster
 
Posts: 36
Default Is it possible to create network bridge with a script?

On Mar 25, 3:44*pm, "Jack [MVP-Networking]"
wrote:
Hi
May be you should clarify what are you looking to Install.
Bridge is a special configuration between two Network Cards, there is
nothing to Install.
Jack (MS, MVP-Networking).

"vfclists" wrote in message

...



Is it possible to create network bridge with a script?


It appears that the netsh command does not install bridges, but only
configures them.


If it comes to the worst, I am ready to go down the API route.


I mean whether GUI procedure of selecting two adapters in the
networking page and bridging them, or selecting one and adding it to
the brige has its equivalent in the netsh code, or some other similar
scripting method.
  #5  
Old March 25th 10, 05:08 PM posted to microsoft.public.windowsxp.network_web
vfclists
external usenet poster
 
Posts: 36
Default Is it possible to create network bridge with a script?

On Mar 25, 3:44*pm, "Jack [MVP-Networking]"
wrote:
Hi
May be you should clarify what are you looking to Install.
Bridge is a special configuration between two Network Cards, there is
nothing to Install.
Jack (MS, MVP-Networking).

"vfclists" wrote in message

...



Is it possible to create network bridge with a script?


It appears that the netsh command does not install bridges, but only
configures them.


If it comes to the worst, I am ready to go down the API route.


I mean whether GUI procedure of selecting two adapters in the
networking page and bridging them, or selecting one and adding it to
the brige has its equivalent in the netsh code, or some other similar
scripting method.
  #6  
Old March 25th 10, 05:23 PM posted to microsoft.public.windowsxp.network_web
Jack [MVP-Networking]
external usenet poster
 
Posts: 552
Default Is it possible to create network bridge with a script?

Hi
Maybe this can Help,
http://technet.microsoft.com/en-us/l...8WS.10%29.aspx
Jack (MS, MVP-Networking).

"vfclists" wrote in message
...
On Mar 25, 3:44 pm, "Jack [MVP-Networking]"
wrote:
Hi
May be you should clarify what are you looking to Install.
Bridge is a special configuration between two Network Cards, there is
nothing to Install.
Jack (MS, MVP-Networking).

"vfclists" wrote in message

...



Is it possible to create network bridge with a script?


It appears that the netsh command does not install bridges, but only
configures them.


If it comes to the worst, I am ready to go down the API route.


I mean whether GUI procedure of selecting two adapters in the
networking page and bridging them, or selecting one and adding it to
the brige has its equivalent in the netsh code, or some other similar
scripting method.

  #7  
Old March 25th 10, 05:23 PM posted to microsoft.public.windowsxp.network_web
Jack [MVP-Networking]
external usenet poster
 
Posts: 552
Default Is it possible to create network bridge with a script?


Hi
Maybe this can Help,
http://technet.microsoft.com/en-us/l...8WS.10%29.aspx
Jack (MS, MVP-Networking).

"vfclists" wrote in message
...
On Mar 25, 3:44 pm, "Jack [MVP-Networking]"
wrote:
Hi
May be you should clarify what are you looking to Install.
Bridge is a special configuration between two Network Cards, there is
nothing to Install.
Jack (MS, MVP-Networking).

"vfclists" wrote in message

...



Is it possible to create network bridge with a script?


It appears that the netsh command does not install bridges, but only
configures them.


If it comes to the worst, I am ready to go down the API route.


I mean whether GUI procedure of selecting two adapters in the
networking page and bridging them, or selecting one and adding it to
the brige has its equivalent in the netsh code, or some other similar
scripting method.

  #8  
Old March 26th 10, 01:31 PM posted to microsoft.public.windowsxp.network_web
vfclists
external usenet poster
 
Posts: 36
Default Is it possible to create network bridge with a script?

On Mar 25, 5:23*pm, "Jack [MVP-Networking]"
wrote:
Hi
Maybe this can Help,http://technet.microsoft.com/en-us/l...8WS.10%29.aspx
Jack (MS, MVP-Networking).


I checked that page before making this post.

The netsh bridge command does not allow you to create the bridge
itself. It only allow configuration of the bridge after its has been
manually configured in the Network Connections panel.

Is there a registry approach on an API substitue for the manual way?

"vfclists" wrote in message

...
On Mar 25, 3:44 pm, "Jack [MVP-Networking]"
wrote:



Hi
May be you should clarify what are you looking to Install.
Bridge is a special configuration between two Network Cards, there is
nothing to Install.
Jack (MS, MVP-Networking).


"vfclists" wrote in message


....


Is it possible to create network bridge with a script?


It appears that the netsh command does not install bridges, but only
configures them.


If it comes to the worst, I am ready to go down the API route.


I mean whether GUI procedure of selecting two adapters in the
networking page and bridging them, or selecting one and adding it to
the brige has its equivalent in the netsh code, or some other similar
scripting method.


  #9  
Old March 26th 10, 01:31 PM posted to microsoft.public.windowsxp.network_web
vfclists
external usenet poster
 
Posts: 36
Default Is it possible to create network bridge with a script?

On Mar 25, 5:23*pm, "Jack [MVP-Networking]"
wrote:
Hi
Maybe this can Help,http://technet.microsoft.com/en-us/l...8WS.10%29.aspx
Jack (MS, MVP-Networking).


I checked that page before making this post.

The netsh bridge command does not allow you to create the bridge
itself. It only allow configuration of the bridge after its has been
manually configured in the Network Connections panel.

Is there a registry approach on an API substitue for the manual way?

"vfclists" wrote in message

...
On Mar 25, 3:44 pm, "Jack [MVP-Networking]"
wrote:



Hi
May be you should clarify what are you looking to Install.
Bridge is a special configuration between two Network Cards, there is
nothing to Install.
Jack (MS, MVP-Networking).


"vfclists" wrote in message


....


Is it possible to create network bridge with a script?


It appears that the netsh command does not install bridges, but only
configures them.


If it comes to the worst, I am ready to go down the API route.


I mean whether GUI procedure of selecting two adapters in the
networking page and bridging them, or selecting one and adding it to
the brige has its equivalent in the netsh code, or some other similar
scripting method.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 08:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.