Page 2 of 2 FirstFirst 12
Results 17 to 26 of 26

Thread: Having 2 internet connections

  1. #17
    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

    probably need to put general users down one pipe and maybe remote desktop users or other bandwith effected programs down another.

    Can the OP explain exactly what it is he is trying to do and why?
    □ΞVΞ□

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

    Re: Having 2 internet connections

    Quote Originally Posted by jay_oasis View Post
    probably need to put general users down one pipe and maybe remote desktop users or other bandwith effected programs down another.

    Can the OP explain exactly what it is he is trying to do and why?
    Yes, you are right. That's exactly what I'm trying to do. The server runs a VPN, and so I need a higher-upload connection. The server scope (10.1.0.0) is supposed to use my 20/20 connection.

    The rest of the users are supposed to be in the other scope (10.2.0.0) so they can be assigned the other router, which is connected to a 15/2 connection. This connection is better for games, and it will let gaming be unaffected when somebody is downloading or uploading from the VPN.

    When setting up the scopes, I was forced to use a different subnet in the second quad, otherwise it said it could not create the scope because it overlaps with another scope. I'll try again when I get home, but isn't there any other way to bridge two scopes??

    Also, why is changing the subnet "dirty"?
    Thanks

  3. #19
    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

    Its dirty becuase its just of the number of IP adresses this will give you I think, it will slow things down a bit.

    Can you not do a batch route add for some systems? This will stop you needing to add a second scope.
    □ΞVΞ□

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

    Re: Having 2 internet connections

    I don't know how to add route. I tried looking this up and only found links that didn't seem to be what I wanted. =(

    All I did was look at DHCP and notice that clients could be assigned a router on a per-scope-basis. That's why I figured having 2 separate scopes was the right thing to do.


    Oh, and by the way... having more quads of subnet mask be zero will slow it down? If I keep my subnet at 255.255.0.0, and adjust my scopes from:
    • 10.1.0.0
    • 10.2.0.0
    to
    • 10.0.1.0
    • 10.0.2.0
    ... that won't slow it down, right?

  5. #21
    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

    Give me a second... i'm getting myself confused here. Subnets do my nut.

    for now

    do a route print from a client and see its default gateway

    you can do a route add

    read this

    Microsoft Corporation
    □ΞVΞ□

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

    Re: Having 2 internet connections

    Okay, but i will have to wait until tonight to try this. =(

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

    Re: Having 2 internet connections

    I do not believe its possible to do what I want (have 2 separate scopes that communicate with each other).

    Here is a person with a very similar need to mine.
    DHCP conflict with existing scope

    Adding persistent routes for each client is not as desirable as letting a scope simply direct them all to the router I choose.

    Now I have to give every single one of them a reservation and give them a persistent route... BLAH!

    What the hell is the point of having completely firewalled scopes on the same network?!!!! They WOULD be the perfect way to organize different types of clients on your contiguous network, BUT NOOOO

    /end rant

    But still thank you all for giving me the persistent route option at least

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

    Re: Having 2 internet connections

    Can I have a little help with add route pls?

    This is my network atm:
    Code:
    Scope: 10.0.1.0
    Subnet Mask: 255.255.255.0
    Gateway: 10.0.1.2
    Range: 10.0.1.100 thru 10.0.1.199
    DNS/DHCP Server: 10.0.1.100
    I also have a second router hooked up to the switch: 10.0.1.1

    My goal is to have the server (10.0.1.100) use router 10.0.1.1, and all other computers on the network use router 10.0.1.2.

    Well, right now, everything is using 10.0.1.2 because (as you can see above) that's the router I put in the scope.

    Now, can somebody please tell my how to get the server to use 10.0.1.1 instead? I am currently using this add route command:
    Code:
    route add 10.0.1.100 mask 255.255.255.0 10.0.1.1
    but it fails and says:
    Code:
    The route addition failed: The specified mask parameter is invalid. (Destination & Mask) != Destination.
    Some things to note: I CAN access both routers from all computers, including server, AND each router has successfully acquired an IP address from its respective ISP. The only problem is that, without adding this route, everything is just using one router.

    Thanks!

  9. #25
    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

    Have a look at the route add statement, compare the route you're adding to the subnet mask you've set.

    What you're saying there is that to route data to 10.0.1.100/255.255.255.0 you need to route through 10.0.1.1. You've specified a /24 subnet mask but a /32 address.

    If you wanted to route to 10.0.1.100 then you'd need a subnet mask of 255.255.255.255, ie, an individual host.

    Am I right in thinking that you want the server to send all internet traffic through 10.0.1.1? If so, the command you need is;
    Code:
    route add 0.0.0.0 mask 0.0.0.0 10.0.1.1
    In other words, to get to every host on the outside world, use 10.0.1.1.

    I think you've misunderstood the syntax of the command, it is:
    Code:
    route add <ip address you want to route to> mask <subnet mask of the ip you want to route to> <ip of router you want to use>
    If you want to make that route persistent, ie, not dissapear after a reboot then add '-p' somewhere in the command.

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

    Re: Having 2 internet connections

    SWEET, that worked like a charm!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Thanx burble, jay, and everyone!
    Last edited by latrosicarius; 09-11-2007 at 02:26 AM.

Page 2 of 2 FirstFirst 12

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
  •