Bridging of Networks??

Posted: 09-18-2003, 01:58 AM
Hi All,

My product has 2 network cards in it, 1 wired & 1
wireless.
I am trying to bridge them using the std XP bridging
concept. For that, I have included the
component "Internet Connection Sharing".
But when I try to bridge, an "unexpected error" popup
comes up and bridging fails.

So question is, has anyone been succ. in using std
Windows bridging concept using Win XP Embedded? If so,
what components are needed?

If not, does anyone have any ideas on how to achieve
bridging by some other means or software?
Reply With Quote

Responses to "Bridging of Networks??"

Jon Fincher
Guest
Posts: n/a
 
Re: Bridging of Networks??
Posted: 09-22-2003, 09:28 PM
"Andy" <anand@cyberjunkie.com> wrote in
news:0fdd01c37d7f$f6b40f60$a001280a@phx.gbl:
> Hi All,
>
> My product has 2 network cards in it, 1 wired & 1
> wireless.
> I am trying to bridge them using the std XP bridging
> concept. For that, I have included the
> component "Internet Connection Sharing".
> But when I try to bridge, an "unexpected error" popup
> comes up and bridging fails.
>
> So question is, has anyone been succ. in using std
> Windows bridging concept using Win XP Embedded? If so,
> what components are needed?
>
> If not, does anyone have any ideas on how to achieve
> bridging by some other means or software?
Are you also adding the bridging components?

The only way to bridge the two adapters is via the GUI - there's no way
to do it in a NETSH script. Not sure if that helps....

--
--Jon, MS

This posting is provided "AS IS" with no warranties, and confers no
rights.
Reply With Quote
Andy
Guest
Posts: n/a
 
Re: Bridging of Networks?? Msg for Jon
Posted: 09-23-2003, 01:21 AM
Hi Jon,
Thanks for your response.

So far my research has shown that "MAC Bridge Miniport"
and "Local Network Bridge" components need to be added to
make this work. & of course Control Panel.

Is there any other obvious thing needed?

Also I was hoping to use netsh to bridge through code.
Is there any way to use a cmd shell or GUI is the only
way to go about it??

Thanks in advance,
Andy.
>-----Original Message-----
>"Andy" <anand@cyberjunkie.com> wrote in
>news:0fdd01c37d7f$f6b40f60$a001280a@phx.gbl:
>
>> Hi All,
>>
>> My product has 2 network cards in it, 1 wired & 1
>> wireless.
>> I am trying to bridge them using the std XP bridging
>> concept. For that, I have included the
>> component "Internet Connection Sharing".
>> But when I try to bridge, an "unexpected error" popup
>> comes up and bridging fails.
>>
>> So question is, has anyone been succ. in using std
>> Windows bridging concept using Win XP Embedded? If so,
>> what components are needed?
>>
>> If not, does anyone have any ideas on how to achieve
>> bridging by some other means or software?
>
Are you also adding the bridging components?

The only way to bridge the two adapters is via the GUI -
there's no way
to do it in a NETSH script. Not sure if that helps....

--
--Jon, MS

Reply With Quote
Jon Fincher
Guest
Posts: n/a
 
Re: Bridging of Networks?? Msg for Jon
Posted: 09-23-2003, 10:11 PM
"Andy" <anand@cyberjunkie.com> wrote in
news:0c2501c38168$94280b20$a101280a@phx.gbl:
> Hi Jon,
> Thanks for your response.
>
> So far my research has shown that "MAC Bridge Miniport"
> and "Local Network Bridge" components need to be added to
> make this work. & of course Control Panel.
>
> Is there any other obvious thing needed?
Not that I can think of - "Local Network Bridge" should do the trick.
> Also I was hoping to use netsh to bridge through code.
> Is there any way to use a cmd shell or GUI is the only
> way to go about it??
Unfortunately not - I looked for a way to do it via NETSH so I could
automate the testing of it, and found specifically that the only way to
bridge NIC's is via the GUI. That of course means there's an API for it
somewhere, but I was pressed for time so I didn't investigate it
further.

--
--Jon, MS

This posting is provided "AS IS" with no warranties, and confers no
rights.
Reply With Quote
Slobodan Brcin
Guest
Posts: n/a
 
Re: Bridging of Networks?? Msg for Jon
Posted: 09-23-2003, 11:41 PM
> Hi Jon,
> Thanks for your response.
>
> So far my research has shown that "MAC Bridge Miniport"
> and "Local Network Bridge" components need to be added to
> make this work. & of course Control Panel.
>
> Is there any other obvious thing needed?
>
> Also I was hoping to use netsh to bridge through code.
> Is there any way to use a cmd shell or GUI is the only
> way to go about it??
You can always do the things with minumum two different ways: the easy and
the API way.
Since Jon said that there is no easy way and I don't know it either, then
there is always the API way.


I assume that until now you have been successful in installing "MAC Bridge
Miniport", only thing you need to do is to select and add network adapters
to it.

For that purpose you can use DDK sample bindview.
You can add and remove adapters from bridge with it among other things.
WINDDK\2600.1106\src\network\config\bindview\

Also look at the sample WINDDK\2600.1106\src\network\config\netcfg\ it is
usefull.

You need to configure IP address but this is already an old issue.

Look at all Network Configuration Interfaces like INetCfg.



This should give you some basic info to start the job of bridging net
adapters.


I really, really hate network programming. To many things can go wrong.


Best regards,
Slobodan


Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Security & Networks JJC Windows Vista Security 3 07-04-2006 05:20 AM
real networks dee Windows XP Music 0 08-24-2003 10:40 PM
VPN between XP based networks Brian Windows XP Work Remotely 3 07-24-2003 02:23 AM
Can't get bridging to work on XP Sean Davis Windows XP Network & Web 0 07-03-2003 02:08 AM
Keeps trying to connect to other networks Luke Hendrickson Windows XP Network & Web 0 06-30-2003 10:14 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90