Networking Forums

Networking Forums > Computer Networking > Windows Networking > Need more IP addresses

Reply
Thread Tools Display Modes

Need more IP addresses

 
 
Steve Gr
Guest
Posts: n/a

 
      06-14-2007, 11:30 AM
Hi,

I have a single subnet 192.168.20.0, network mask 255.255.255.0
There are about 200 IP addresses in use, and I have a lot of new equipment
coming that needs IP addresses.
My network understanding is a bit sketchy. I know that I can achieve more
addresses by putting part of the network onto a different IP range and
routing between them. I've done that before, but that was for a different
location within the company and was achieved using a VPN router that also
acted as a DHCP server.
Is the segmenting best done at a convenient physical part of the network (ie
put all the devices attached to one cabinet onto a different IP range)? In
which case how do the devices at that part of the building get a different
IP from the DHCP server?

Thanks,
S

 
Reply With Quote
 
 
 
 
Philip Herlihy
Guest
Posts: n/a

 
      06-14-2007, 12:22 PM
Steve Gr wrote:
> Hi,
>
> I have a single subnet 192.168.20.0, network mask 255.255.255.0
> There are about 200 IP addresses in use, and I have a lot of new
> equipment coming that needs IP addresses.
> My network understanding is a bit sketchy. I know that I can achieve
> more addresses by putting part of the network onto a different IP range
> and routing between them. I've done that before, but that was for a
> different location within the company and was achieved using a VPN
> router that also acted as a DHCP server.
> Is the segmenting best done at a convenient physical part of the network
> (ie put all the devices attached to one cabinet onto a different IP
> range)? In which case how do the devices at that part of the building
> get a different IP from the DHCP server?
>
> Thanks,
> S


If it really is one subnet, I think you merely need to use a different
subnet mask to define a larger range. Have a play with this:
http://www.subnet-calculator.com/

I'd think it would be useful to use addresses which make it clear which
physical part of the network they inhabit, so you could have another
floor on 192.168.21.0 and bodge the subnet mask (everywhere) so this
range was seen as the same subnet. You'll need a DHCP server for each
distinct subnet - most routers can provide this facility.

See also http://www.faqs.org/rfcs/rfc3330.html
... and note the "private use networks" (by convention, not passed
through routers) in section 3 "Summary Table". By the way "/8" means a
subnet mask of 8 bits, ie 255.0.0.0, "/16" means "255.255.0.0" - you get
the idea.

Disclaimer: there are experts here and I am NOT one of them!

Phil, London
 
Reply With Quote
 
Steve Gr
Guest
Posts: n/a

 
      06-15-2007, 07:37 AM
"Philip Herlihy" <(E-Mail Removed)> wrote in message
news:f4rbus$st3$1$(E-Mail Removed)...
> Steve Gr wrote:
>> Hi,
>>
>> I have a single subnet 192.168.20.0, network mask 255.255.255.0
>> There are about 200 IP addresses in use, and I have a lot of new
>> equipment coming that needs IP addresses.
>> My network understanding is a bit sketchy. I know that I can achieve more
>> addresses by putting part of the network onto a different IP range and
>> routing between them. I've done that before, but that was for a different
>> location within the company and was achieved using a VPN router that also
>> acted as a DHCP server.
>> Is the segmenting best done at a convenient physical part of the network
>> (ie put all the devices attached to one cabinet onto a different IP
>> range)? In which case how do the devices at that part of the building get
>> a different IP from the DHCP server?
>>
>> Thanks,
>> S

>
> If it really is one subnet, I think you merely need to use a different
> subnet mask to define a larger range. Have a play with this:
> http://www.subnet-calculator.com/
>
> I'd think it would be useful to use addresses which make it clear which
> physical part of the network they inhabit, so you could have another floor
> on 192.168.21.0 and bodge the subnet mask (everywhere) so this range was
> seen as the same subnet. You'll need a DHCP server for each distinct
> subnet - most routers can provide this facility.
>
> See also http://www.faqs.org/rfcs/rfc3330.html
> .. and note the "private use networks" (by convention, not passed through
> routers) in section 3 "Summary Table". By the way "/8" means a subnet
> mask of 8 bits, ie 255.0.0.0, "/16" means "255.255.0.0" - you get the
> idea.
>
> Disclaimer: there are experts here and I am NOT one of them!
>
> Phil, London


Phil,

Thanks for your input. I read the links.
I understand what you're saying, and I'm sure it will do what I want. It
won't take much time and effort to implement either, which is nice.
But I can't help thinking that it's maybe more of a quick fix than a proper
fix? I've just got the thought in my head that the network would be more
efficient if it was segmented into different subnets with routing between.
Am I right in this? Would it be more efficient and quicker?
I'm after a quick fix, because the new devices will arrive in a couple of
weeks, but I will have to live with this network, so I want to get it right.

Best Regards,
Steve

 
Reply With Quote
 
Philip Herlihy
Guest
Posts: n/a

 
      06-15-2007, 09:59 AM
Steve Gr wrote:
> "Philip Herlihy" <(E-Mail Removed)> wrote in message
> news:f4rbus$st3$1$(E-Mail Removed)...
>> Steve Gr wrote:
>>> Hi,
>>>
>>> I have a single subnet 192.168.20.0, network mask 255.255.255.0
>>> There are about 200 IP addresses in use, and I have a lot of new
>>> equipment coming that needs IP addresses.
>>> My network understanding is a bit sketchy. I know that I can achieve
>>> more addresses by putting part of the network onto a different IP
>>> range and routing between them. I've done that before, but that was
>>> for a different location within the company and was achieved using a
>>> VPN router that also acted as a DHCP server.
>>> Is the segmenting best done at a convenient physical part of the
>>> network (ie put all the devices attached to one cabinet onto a
>>> different IP range)? In which case how do the devices at that part of
>>> the building get a different IP from the DHCP server?
>>>
>>> Thanks,
>>> S

>>
>> If it really is one subnet, I think you merely need to use a different
>> subnet mask to define a larger range. Have a play with this:
>> http://www.subnet-calculator.com/
>>
>> I'd think it would be useful to use addresses which make it clear
>> which physical part of the network they inhabit, so you could have
>> another floor on 192.168.21.0 and bodge the subnet mask (everywhere)
>> so this range was seen as the same subnet. You'll need a DHCP server
>> for each distinct subnet - most routers can provide this facility.
>>
>> See also http://www.faqs.org/rfcs/rfc3330.html
>> .. and note the "private use networks" (by convention, not passed
>> through routers) in section 3 "Summary Table". By the way "/8" means
>> a subnet mask of 8 bits, ie 255.0.0.0, "/16" means "255.255.0.0" - you
>> get the idea.
>>
>> Disclaimer: there are experts here and I am NOT one of them!
>>
>> Phil, London

>
> Phil,
>
> Thanks for your input. I read the links.
> I understand what you're saying, and I'm sure it will do what I want. It
> won't take much time and effort to implement either, which is nice.
> But I can't help thinking that it's maybe more of a quick fix than a
> proper fix? I've just got the thought in my head that the network would
> be more efficient if it was segmented into different subnets with
> routing between. Am I right in this? Would it be more efficient and
> quicker?
> I'm after a quick fix, because the new devices will arrive in a couple
> of weeks, but I will have to live with this network, so I want to get it
> right.
>
> Best Regards,
> Steve
>


My work tends to be with small networks which have only one subnet (and
networking is only a small part of what I do) so these are questions for
the experts around here.

Certainly, there will be situations where you'd want to isolate and link
subnets to drive down the background "chatter" on each subnet - you
might not want every PC to be aware of a lengthy conversation between
neighbours elsewhere in the building, for example - but I'm not
qualified to judge where to draw the line. In practice, physical
considerations may determine how you set it up if there are no security
issues to consider first. Routers are fairly cheap (consider having a
spare on hand) and are fairly easy to set up these days. A classic
arrangement would be to have a backbone network perhaps with a few major
machines directly connected, and routers (eg one per floor) defining
subnets as needed. That scenario assumes that each floor would have
significant traffic within it (eg to fileserver or printer); if all the
PCs were running Terminal Services from a single backbone server then it
wouldn't give any benefit to have the subnets. Essentially, you are
using routers to hide network traffic from machines that don't need to
be bothered with it. So, if you post fuller details of what you have
planned, I'm sure some more experienced person here will be able to give
you a clear recommendation.

Best wishes,

Phil
 
Reply With Quote
 
Joshua Bolton
Guest
Posts: n/a

 
      06-15-2007, 03:52 PM
Why do anything? At 200 used addresses you still have 53 still to use.
Surely you are not installing 50 pieces of new equipment.

"Steve Gr" wrote:

> Hi,
>
> I have a single subnet 192.168.20.0, network mask 255.255.255.0
> There are about 200 IP addresses in use, and I have a lot of new equipment
> coming that needs IP addresses.
> My network understanding is a bit sketchy. I know that I can achieve more
> addresses by putting part of the network onto a different IP range and
> routing between them. I've done that before, but that was for a different
> location within the company and was achieved using a VPN router that also
> acted as a DHCP server.
> Is the segmenting best done at a convenient physical part of the network (ie
> put all the devices attached to one cabinet onto a different IP range)? In
> which case how do the devices at that part of the building get a different
> IP from the DHCP server?
>
> Thanks,
> S
>
>

 
Reply With Quote
 
Steve Gr
Guest
Posts: n/a

 
      06-18-2007, 11:59 AM
That is in fact what is happening.
We're installing a shed-load of wireless equipment.

I'm struggling to do what I want with the equipment I've got.

I want roughly this:

Internet
|
public IP
Cisco 837
192.168.1.203
|
workstations
192.168.1.x dg 192.168.1.203
|
192.168.1.1 dg 192.168.1.203
Which Router?
192.168.2.1 dg blank
|
192.168.2.x dg 192.168.2.1

I've got a Linksys router not sure how to configure it at the "Which
Router?" section.
I copied the above from http://www.chicagotech.net/Routers/windowsroute1.htm
which is a helpful website, but any other help would be gratefully received!

Regards,
Steve

"Joshua Bolton" <(E-Mail Removed)> wrote in message
news:3B1FED54-40E1-448D-B88E-(E-Mail Removed)...
> Why do anything? At 200 used addresses you still have 53 still to use.
> Surely you are not installing 50 pieces of new equipment.
>
> "Steve Gr" wrote:
>
>> Hi,
>>
>> I have a single subnet 192.168.20.0, network mask 255.255.255.0
>> There are about 200 IP addresses in use, and I have a lot of new
>> equipment
>> coming that needs IP addresses.
>> My network understanding is a bit sketchy. I know that I can achieve more
>> addresses by putting part of the network onto a different IP range and
>> routing between them. I've done that before, but that was for a different
>> location within the company and was achieved using a VPN router that also
>> acted as a DHCP server.
>> Is the segmenting best done at a convenient physical part of the network
>> (ie
>> put all the devices attached to one cabinet onto a different IP range)?
>> In
>> which case how do the devices at that part of the building get a
>> different
>> IP from the DHCP server?
>>
>> Thanks,
>> S
>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DHCP Server Leasing Addresses to MAC Addresses of 00-00-00-00-00-00 nomorespameventhoughthejapanesespamgivesmeachuckle Linux Networking 9 12-05-2006 09:49 PM
IP Addresses dreamsndigital Wireless Networks 1 10-10-2006 06:28 PM
2 different IP addresses on same PC? Jeff Wireless Networks 5 01-21-2006 04:00 AM
Static Ip's and BT - I have just recieved A BT router with 5 static IP Addresses. However, I want 5 computers in the office to use only one of the addresses. ery Difficult Question Nattasian Broadband 3 07-13-2004 08:55 AM
Cannot get to all ip addresses over vpn Dan Windows Networking 6 05-04-2004 07:26 PM



1 2 3 4 5 6 7 8 9 10 11