Results 1 to 7 of 7

Thread: DHCP superscopes and adding a 2nd network range

  1. #1
    Senior Member
    Join Date
    Sep 2003
    Posts
    593
    Thanks
    0
    Thanked
    1 time in 1 post

    DHCP superscopes and adding a 2nd network range

    Hey all,

    I've got a bit of a question.

    Say I have a newtork thats running out of addresses and I want to add another IP range, what would be the best method to go about this. This really stems from reading up on superscopes and adding a 2nd scope to a network.

    Say i've got 192.168.1.0/24 and I want to add 192.168.2.0/24 to my subnet. How would the two networks talk to each other?

    I can see how a superscope works for servicing a remote subnet via relay, but I just can't get my head around how they will comunicate on a local subnet. Surely if one client on the 1st range wants to contact a client on 2nd range it has to do it via IP and so it goes to the default gateway. How is the router going to deal with the 2nd range when it's setup for the 1st? Is this something that's RAS specific?

    Cheers for any help you can give.

  2. #2
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts

    Re: DHCP superscopes and adding a 2nd network range

    In theory can you not have a subnet mask of 255.255.0.0 (192.168.0.0/16) and so have 192.168.0.1 - 192.168.255.254 as your network?

    Edit: Or even 255.255.254.0 (192.168.0.0/23) giving you 192.168.0.1-192.168.1.254
    Last edited by Steve; 19-02-2009 at 08:00 PM.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

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

    Re: DHCP superscopes and adding a 2nd network range

    yep as Steve said , go for a larger subnet failing that you'll need some routing between the subnets if you were to have 2 of them
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  4. #4
    Senior Member
    Join Date
    Sep 2003
    Posts
    593
    Thanks
    0
    Thanked
    1 time in 1 post

    Re: DHCP superscopes and adding a 2nd network range

    Microsoft definitely detail the above as a plausable way to manage an increase in users. I'm like yourselves though I can't see how it works. Looks like it's back to the books.

  5. #5
    Registered+
    Join Date
    Jan 2009
    Location
    Northampton
    Posts
    99
    Thanks
    3
    Thanked
    18 times in 16 posts
    • i4000's system
      • Motherboard:
      • Gigabyte MA790X-DS4
      • CPU:
      • AMD X3 955 Black Edition
      • Memory:
      • 8GB 800MHz 4-4-4-12
      • Storage:
      • 4 x 500GB WD Caviar Green
      • Graphics card(s):
      • Nvidia GTX275
      • PSU:
      • NorthQ 850W Magic Flex
      • Case:
      • Jeantech Phong II
      • Operating System:
      • Windows 7 x64 Ultimate
      • Monitor(s):
      • Lenovo LEN201p
      • Internet:
      • 50 Mbps

    Re: DHCP superscopes and adding a 2nd network range

    In your scenario, whilst you could defintiely achieve what you want with superscopes and dish out IP addresses in both the 192.168.1.0/24 and 192.168.2.0/24 ranges (on a single lan segment), but machines from each range would not be able to talk directly to each other becuase of your subnet masks. You would need some form of routing, this can take the form of a classic router or, if you have decent switches, you can utilise layer 3 switching i.e. the switch acts as a router between the subnets. You would need to check your switches to see if they support this.

    If you don't have layer 3 switches then the easiest solution would be to shift you subnet mask to the left a bit i.e. if you are currently using 192.168.0.1/24 then change to 192.168.0.1/23 (a subnet mask of 255.255.254.0) this will double the amount of possible machines on the subnet.

    Alternatively, as Steve says, just switch from a class C to class B (i.e. 255.255.0.0) subnet mask.

  6. #6
    3xH
    3xH is offline
    Registered+
    Join Date
    Feb 2009
    Posts
    24
    Thanks
    0
    Thanked
    1 time in 1 post

    Re: DHCP superscopes and adding a 2nd network range

    Quote Originally Posted by loki View Post
    Microsoft definitely detail the above as a plausable way to manage an increase in users. I'm like yourselves though I can't see how it works. Looks like it's back to the books.
    Not quite sure what your saying there, but jump into a book that talks about subnetting and this should start to make more sence.

  7. #7
    One Great Ordeal!
    Join Date
    Feb 2005
    Posts
    1,764
    Thanks
    201
    Thanked
    56 times in 49 posts

    Re: DHCP superscopes and adding a 2nd network range

    You could consider Variable Length Subnet Masking and create subnets only to the size that you require and eliminate the waste of IP addresses as well.

    This page from TCP/IP Guide explains it quite nicely:

    http://www.tcpipguide.com/free/t_IPV...askingVLSM.htm

    Alternatively if you have access to the cisco academy pages you can get a very in depth discussion about it.
    Last edited by digit; 20-02-2009 at 02:55 PM.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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