Page 1 of 2 12 LastLast
Results 1 to 16 of 26

Thread: Having 2 internet connections

  1. #1
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Having 2 internet connections

    Okay heres the deal.... (lol)

    I currently have 2 internet connections:

    - Optimum Online (15/2MBps)
    - Verison FiOS (20/20)

    Right now, the only way to switch between them is to unplug the router from one of the modems, and plug it into the other.

    Here's what I'm trying to do. Please tell me if this is possible, and if so, how to do it:

    On my network, I have a Win2003 server that has a file-server role. I have a VPN server app on that server so I can access my files from outside the LAN. I want to hook the 20/20 connection to this.

    I also want the rest of my computers on the network to be able to access the file server, but instead of using the 20/20 connection, they need to use the 15/2, because the 20/20 has some ping issues that is making games really sucky.

    But... how to make the 2 networks talk to eachother without having to go out to the outside internet and get slowed down?
    - Network #1: server using 20/20
    - Network #2: computers using 15/2

    Thanks, and hopefully you will have understood what the hell I just said, because I'm not sure I even know =/

    (I have an extra router, and a 24-port switch I can use, if that helps.)
    Last edited by latrosicarius; 06-11-2007 at 02:00 AM.

  2. #2
    Jay
    Jay is offline
    Gentlemen.. we're history Jay's Avatar
    Join Date
    Aug 2006
    Location
    Jita
    Posts
    8,365
    Thanks
    304
    Thanked
    568 times in 409 posts

    Re: Having 2 internet connections

    you need to plug both the modems / router into the switch.

    You then need to use the Route add command to setup routes telling your system what connection to use.

    My advice is to first read up on the route add command then come back with any more questions
    □ΞVΞ□

  3. #3
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Having 2 internet connections

    Thanks, but one quick question before I go off searching:

    Is the route add command something to do with the:
    - router
    - switch
    - DNS or DHCP on the server
    - clients

    ?
    Thanks

  4. #4
    Senior Member burble's Avatar
    Join Date
    May 2007
    Location
    Olney
    Posts
    1,138
    Thanks
    8
    Thanked
    90 times in 89 posts

    Re: Having 2 internet connections

    Clients. It tells the clients what route to take to send data to a given subnet.

  5. #5
    TiG
    TiG is offline
    Walk a mile in other peoples shoes...
    Join Date
    Jul 2003
    Location
    Questioning it all
    Posts
    6,213
    Thanks
    43
    Thanked
    47 times in 42 posts

    Re: Having 2 internet connections

    I'd actually want to do the routing add concept in the managed switch if you could. Much better than doing that kind of thing in the client machines.

    TiG
    -- Hexus Meets Rock! --

  6. #6
    Jay
    Jay is offline
    Gentlemen.. we're history Jay's Avatar
    Join Date
    Aug 2006
    Location
    Jita
    Posts
    8,365
    Thanks
    304
    Thanked
    568 times in 409 posts

    Re: Having 2 internet connections

    Quote Originally Posted by TiG View Post
    I'd actually want to do the routing add concept in the managed switch if you could. Much better than doing that kind of thing in the client machines.

    TiG
    I agree. Route add command can be a pain so its nice to only have to do it once.
    □ΞVΞ□

  7. #7
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    384 times in 313 posts

    Re: Having 2 internet connections

    depends on the switch - you'd need a layer 3 switch for that

    you can also deploy static routes via DHCP
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  8. #8
    Jay
    Jay is offline
    Gentlemen.. we're history Jay's Avatar
    Join Date
    Aug 2006
    Location
    Jita
    Posts
    8,365
    Thanks
    304
    Thanked
    568 times in 409 posts

    Re: Having 2 internet connections

    all the same if you want to do it per machine becuase you don't have a L3 switch or even a proper DHCP server you could do it with a batch file.
    □ΞVΞ□

  9. #9
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    384 times in 313 posts

    Re: Having 2 internet connections

    yep

    or set your routes as persistent , then you only need to do it once
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  10. #10
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Having 2 internet connections

    Thanks Doing it with DHCP from the server sounds like the best option from a first glance... I'll try with that first, but if that doesn't work I'll try my switch:

    My switch might actually be a Layer 3 managed switch. I'll have to check when I get home... I bought it over a year ago, and I haven't used any of the managed functionality on it, so I forget. I just cant remember if it's Layer 2 or Layer 3.

    But that brings a different problem... I can't access it. I remember being able to access it at one time. It's default IP address was 192.168.0.1, which was problematic because my ROUTER was also the same IP. So I changed the switch to 192.168.0.2, and I was able to access it for a short time afterwards, but never since.

    I have ignored this problem because it still works and I have never had a need to go into the configuration since then. But now it sounds like I will have to, so do you guys have any tips on how to get in it?

    Thanks!

  11. #11
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    384 times in 313 posts

    Re: Having 2 internet connections

    Serial connection + hyperterm usually works
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  12. #12
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Having 2 internet connections

    Hi all, I'm running into a problem.
    This is what I did. I made 2 scopes on the DHCP server:

    Scope #1 "servers"
    - Scope: 10.1.0.0
    - Subnet Mask: 255.255.0.0
    - Router: 10.1.0.1
    - Range: 10.1.0.100 thru 10.1.0.199
    - DNS & DHCP Server: 10.1.0.100
    - Exclusion: 10.1.0.101 thru 10.1.0.199 // to fill up the rest of the range

    Scope #2 "clients"
    - Scope: 10.2.0.0
    - Subnet Mask: 255.255.0.0
    - Router: 10.2.0.1
    - Range: 10.2.0.100 thru 10.2.0.199
    - DNS & DHCP Server: 10.1.0.100

    What happens, is my clients get assigned an IP by the server (which is in the 10.1 scope), and since there are no open spots in that scope, the clients get assigned to the 10.2 scope (good).

    Well, now the problem is, immediately after they are assigned to the 10.2 scope, they have no contact with the 10.1 scope. They can't even ping the server that JUST assigned them!

    Please help =/

  13. #13
    Jay
    Jay is offline
    Gentlemen.. we're history Jay's Avatar
    Join Date
    Aug 2006
    Location
    Jita
    Posts
    8,365
    Thanks
    304
    Thanked
    568 times in 409 posts

    Re: Having 2 internet connections

    that will be a subnet problem I think. Also why have you changed the iP of the router (unless they are on their own router?)
    Last edited by Jay; 07-11-2007 at 11:52 AM.
    □ΞVΞ□

  14. #14
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    68 times in 51 posts

    Re: Having 2 internet connections

    you've just told the server to assign them an ip address on a different network, so as soon as they boot and get the ip address, they are off the network.
    It is Inevitable.....


  15. #15
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,510
    Thanks
    201
    Thanked
    388 times in 294 posts
    • b0redom's system
      • Motherboard:
      • Some iMac thingy
      • CPU:
      • 3.4Ghz Quad Core i7
      • Memory:
      • 24GB
      • Storage:
      • 3TB Fusion Drive
      • Graphics card(s):
      • nViidia GTX 680MX
      • PSU:
      • Some iMac thingy
      • Case:
      • Late 2012 pointlessly thin iMac enclosure
      • Operating System:
      • OSX 10.8 / Win 7 Pro
      • Monitor(s):
      • Dell 2713H
      • Internet:
      • Be+

    Re: Having 2 internet connections

    ^
    |
    |-- what he said.

    The quick and dirty fix is to change your subnet mask to 255.0.0.0.

  16. #16
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    68 times in 51 posts

    Re: Having 2 internet connections

    dirty is right......but as you say also quick.

    I'm not sure what the point of this two internet setup is and the switching of ISP's ?
    It is Inevitable.....


Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Anyone managed to merge two Internet connections using NAT32?
    By streetster in forum Networking and Broadband
    Replies: 3
    Last Post: 14-02-2007, 02:31 AM
  2. System Perfomance help
    By danjohadley in forum Help! Quick Relief From Tech Headaches
    Replies: 26
    Last Post: 24-06-2006, 09:40 PM
  3. Internet Sharing & Sygate...
    By retroborg in forum Networking and Broadband
    Replies: 0
    Last Post: 14-10-2005, 01:17 PM
  4. Brand new computers and precautions for Internet connections...
    By BigLad in forum Help! Quick Relief From Tech Headaches
    Replies: 2
    Last Post: 07-09-2004, 09:49 PM

Posting Permissions

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