Prev: Win 7 networking
Next: shared folder error
From: vfclists on 25 Mar 2010 10:37 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.
From: Jack [MVP-Networking] on 25 Mar 2010 11:44 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" <vfclists(a)googlemail.com> wrote in message news:5899df27-11a7-432d-a564-42647c29a9ab(a)n34g2000yqb.googlegroups.com... > > > 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. >
From: vfclists on 25 Mar 2010 13:08 On Mar 25, 3:44 pm, "Jack [MVP-Networking]" <j...(a)discussiongroup.com> 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" <vfcli...(a)googlemail.com> wrote in message > > news:5899df27-11a7-432d-a564-42647c29a9ab(a)n34g2000yqb.googlegroups.com... > > > > > 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.
From: Jack [MVP-Networking] on 25 Mar 2010 13:23 Hi Maybe this can Help, http://technet.microsoft.com/en-us/library/cc781877%28WS.10%29.aspx Jack (MS, MVP-Networking). "vfclists" <vfclists(a)googlemail.com> wrote in message news:35b54822-0ec0-4c7a-9ac1-2c418272e713(a)33g2000yqj.googlegroups.com... On Mar 25, 3:44 pm, "Jack [MVP-Networking]" <j...(a)discussiongroup.com> 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" <vfcli...(a)googlemail.com> wrote in message > > news:5899df27-11a7-432d-a564-42647c29a9ab(a)n34g2000yqb.googlegroups.com... > > > > > 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.
From: vfclists on 26 Mar 2010 09:31 On Mar 25, 5:23 pm, "Jack [MVP-Networking]" <j...(a)discussiongroup.com> wrote: > Hi > Maybe this can Help,http://technet.microsoft.com/en-us/library/cc781877%28WS.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" <vfcli...(a)googlemail.com> wrote in message > > news:35b54822-0ec0-4c7a-9ac1-2c418272e713(a)33g2000yqj.googlegroups.com... > On Mar 25, 3:44 pm, "Jack [MVP-Networking]" <j...(a)discussiongroup.com> > 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" <vfcli...(a)googlemail.com> wrote in message > > >news:5899df27-11a7-432d-a564-42647c29a9ab(a)n34g2000yqb.googlegroups.com.... > > > > 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.
|
Pages: 1 Prev: Win 7 networking Next: shared folder error |