Is it possible to create network bridge with a script?

  • Thread starter Thread starter vfclists
  • Start date Start date
V

vfclists

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.
 
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).
 
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).

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.
 
Hi
Maybe this can Help,
http://technet.microsoft.com/en-us/library/cc781877(WS.10).aspx
Jack (MS, MVP-Networking).

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).

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.
 
Back
Top