Results 1 to 11 of 11

Thread: join multiple connections on one computer...

  1. #1

    Thread Starter
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    join multiple connections on one computer...

    do you know how to join multiple connections on one computer... i have 2 wireless internet connections plugged into my computer, and i was wondering how i can join then together so my speen increases? is it even possable without a router/hub?

    thanks
    -ALL
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: join multiple connections on one computer...

    Without using a router then you'd need to write a software proxy and dynamically use the bandwidth available...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: join multiple connections on one computer...

    sounds like somthing that i should work on for a project in C++, i gotta start somewhere, even thought this is probable EXTREMELY complicated
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: join multiple connections on one computer...

    Not really. If you just put a 2nd NIC into your computer, both on different subnets, and have both wireless gateways on separate subnets, you could route dynamically through code
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: join multiple connections on one computer...

    In XP, you can bridge two connections together. Is that what you mean?

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: join multiple connections on one computer...

    Quote Originally Posted by dglienna
    In XP, you can bridge two connections together. Is that what you mean?
    No, a Bridge is a way to connect two or more network segments that are configured with different protocols. Basically a translator, so to speak.

    ALL is talking about running the connections in parallel to increase the bandwidth.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: join multiple connections on one computer...

    I thought it would increase the speed if you bridged a wireless and wired connection together. When would you use a bridge, then?

  8. #8

    Thread Starter
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: join multiple connections on one computer...

    Quote Originally Posted by dglienna
    I thought it would increase the speed if you bridged a wireless and wired connection together. When would you use a bridge, then?
    you use a bridge when you have Computer A connected to the net and Computer B plugged into Computer A to get to the net.

    does that help?
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  9. #9
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: join multiple connections on one computer...

    Without using Internet Connection Sharing? OK, I guess.

  10. #10
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: join multiple connections on one computer...

    A bridge connects two different networks together. A typical example of this is a wireless router, it is a bridge between wired, wireless and the internet. If you bridge in Windows XP, you do not share the bandwidth, rather your computer acts like a router between the two networks. Useful if you want to bridge wireless and wired w/o a wireless access point.

    It also allows you to bridge two different networks on different subnets.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  11. #11
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: join multiple connections on one computer...

    Oh. Different subnets. That I understood. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width