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" <vfcli...@googlemail.com> wrote in message
> 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" <vfcli...@googlemail.com> 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.
> 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" <vfcli...@googlemail.com> 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.
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?
> > 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" <vfcli...@googlemail.com> 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.
> On Thursday, March 25, 2010 10:37 AM vfclists wrote: > 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. >> On Thursday, March 25, 2010 11:44 AM 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). >>> On Thursday, March 25, 2010 1:08 PM vfclists wrote: >>> wrote:
>>> 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. >>>> On Thursday, March 25, 2010 1:23 PM Jack [MVP-Networking] wrote: >>>> Hi >>>> Maybe this can Help, >>>> http://technet.microsoft.com/en-us/library/cc781877%28WS.10%29.aspx >>>> Jack (MS, MVP-Networking).
>>>> wrote:
>>>> 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. >>>>> On Friday, March 26, 2010 9:31 AM vfclists wrote: >>>>> wrote: >>>>> 8WS.10%29.aspx
>>>>> 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?
> On Thursday, March 25, 2010 10:37 AM vfclists wrote:
> 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.
>> On Thursday, March 25, 2010 11:44 AM 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).
>>> On Thursday, March 25, 2010 1:08 PM vfclists wrote:
>>> wrote:
>>> 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.
>>>> On Thursday, March 25, 2010 1:23 PM Jack [MVP-Networking] wrote:
>>>> Hi
>>>> Maybe this can Help,
>>>> http://technet.microsoft.com/en-us/library/cc781877%28WS.10%29.aspx >>>> Jack (MS, MVP-Networking).
>>>> wrote:
>>>> 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.
>>>>> On Friday, March 26, 2010 9:31 AM vfclists wrote:
>>>>> wrote:
>>>>> 8WS.10%29.aspx
>>>>> 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?
>>>>> .
>>>>>> On Sunday, January 30, 2011 1:06 AM china_jiji wrote:
>>>>>> HI,