473,385 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Possible subnet resolution or any other ideas?

blyxx86
256 100+
Alright, I am not the IT guy at my building, and our company's IT guy knows less than me (or so it seems.)

We are trying to have more IP addresses available with our network. We do a lot with wireless devices and have anywhere from 20-100 being used at one time (usually always with a DHCP assigned address) but we are running out of available addresses.

Not being the IT guy at the company, I am trying to bypass this issue without having to manually configure our actual router or server.

The one idea I had was to place a consumer, or possible other router, to get it's ip address and then assign more ip addresses to the wireless devices within our lab, but still be able to access the network printer (which would not be inside the new 'network' created by the router)

For example, our current network is 192.168.100.xxx if we get a router (like a linksys wireless router) and configure it with a static IP address of 192.168.100.55 and our new network would then be assigned (by DHCP) ip addresses of 192.168.90.xxx. (Giving us 200+ available addresses instead of the 80 available now.)

My question is thus: If we do set up the network in this fashion, would we be able to access outside of the "sub" network and still access the internet and print from our local printers (the printers would be on the 192.168.100.xxx network, not the 192.168.90.xxx network) or would we have some other issues to encounter?
Dec 1 '06 #1
10 3236
sashi
1,754 Expert 1GB
Alright, I am not the IT guy at my building, and our company's IT guy knows less than me (or so it seems.)

We are trying to have more IP addresses available with our network. We do a lot with wireless devices and have anywhere from 20-100 being used at one time (usually always with a DHCP assigned address) but we are running out of available addresses.

Not being the IT guy at the company, I am trying to bypass this issue without having to manually configure our actual router or server.

The one idea I had was to place a consumer, or possible other router, to get it's ip address and then assign more ip addresses to the wireless devices within our lab, but still be able to access the network printer (which would not be inside the new 'network' created by the router)

For example, our current network is 192.168.100.xxx if we get a router (like a linksys wireless router) and configure it with a static IP address of 192.168.100.55 and our new network would then be assigned (by DHCP) ip addresses of 192.168.90.xxx. (Giving us 200+ available addresses instead of the 80 available now.)

My question is thus: If we do set up the network in this fashion, would we be able to access outside of the "sub" network and still access the internet and print from our local printers (the printers would be on the 192.168.100.xxx network, not the 192.168.90.xxx network) or would we have some other issues to encounter?
Hi there,

Kindly refer to below attached link for further reading & understanding, hope it helps. Good luck & Take care.

DHCP - Step by step guide
Dec 2 '06 #2
NeoPa
32,556 Expert Mod 16PB
You would have more complicated problems dealing with two separate subnets (what you're suggesting).
You would then be in the realms of Wide Area Networks (WANs) rather than the simpler Local Area Networks (LANs) which includes the more problematic issues of Routing (dynamic and otherwise).
Your DHCP server assigns a maximum of 80 addresses? Why?
Your subnet should handle addresses from 192.168.100.1 through 192.168.100.254.
Some of your devices are likely to be assigned statically (Servers; Printers etc) but that should still leave a pool of more than 70. Speak to your IT guy about increasing the range of the DHCP pool.
Dec 3 '06 #3
blyxx86
256 100+
You would have more complicated problems dealing with two separate subnets (what you're suggesting).
You would then be in the realms of Wide Area Networks (WANs) rather than the simpler Local Area Networks (LANs) which includes the more problematic issues of Routing (dynamic and otherwise).
Your DHCP server assigns a maximum of 80 addresses? Why?
Your subnet should handle addresses from 192.168.100.1 through 192.168.100.254.
Some of your devices are likely to be assigned statically (Servers; Printers etc) but that should still leave a pool of more than 70. Speak to your IT guy about increasing the range of the DHCP pool.

So, if we increase the subnet mask to be 255.255.0.0 we would have a lot more available IP addresses? (I never fully understood Subnetting)

We have a range from 100-254, but in the average day only about 80 are available. The rest are being used. However, once we step into the lab, those 80 are easily used up on a busy day. Then we start getting conflicts as the technicians start assigning IP addresses.

We just need more available addresses, but still be able to access all the networked devices.
Dec 4 '06 #4
NeoPa
32,556 Expert Mod 16PB
In the design of IP addressing, there are a number of ranges specified for private use (a bit like Public / Private schools - it's unclear what's meant by private). In this case I mean anyone can use it INTERNALLY. They are not routable.
(IP Address Classes)
(IP Private Address Ranges)
Technically, being a Class C address the subnet mask should be 255.255.255.0 - however, that's rarely adhered to nowadays and the SM can be changed to 255.255.0.0 without problems occurring.
EXCEPT :
This can only happen if all devices on the network are configured in a similar manner. You can't safely change it for just one department. This may mean (depending on rollout method) enormous amounts of work. It may be more sensible (May! Only May!) to use the Class B private address range instead. This could also involve lots of work for the network people.
Dec 4 '06 #5
NeoPa
32,556 Expert Mod 16PB
Routing is another possibility, but too complicated to discuss here easily.
Too many possible issues involved.
Dec 4 '06 #6
blyxx86
256 100+
Routing is another possibility, but too complicated to discuss here easily.
Too many possible issues involved.
I'm okay with routing, and i just finished a refresher course on Subnetting, thanks to my Cisco DVD I got in highschool.

I think we'll just end up supernetting (putting the subnet mask from 255.255.255.0 up to 255.255.192.0 or so)

Same concept as subnetting, but instead of taking one network (in this case 192.168.100.0) and splitting it into more networks, we will be taking a couple networks and combining them to one network.. I'd have to put the numbers down on paper to see the actual SN mask that would be used and what networks we would be using and the host addresses available. Not to mention how to reconfigure the DHCP server.
Dec 5 '06 #7
NeoPa
32,556 Expert Mod 16PB
That should work, as long as you have control over all the areas that need to be changed. That is a superset of all the devices on that network. You sound like you know that already - good luck.
Dec 5 '06 #8
blyxx86
256 100+
That should work, as long as you have control over all the areas that need to be changed. That is a superset of all the devices on that network. You sound like you know that already - good luck.
Good luck is right... I'm not the IT at work, there are 3 more levels between myself and him, but he doesn't know what is needed. The only other person there that really knows, is the guy above me. Head of Engineering. I'll run the idea through him tomorrow and see if he'll get it approved, I'll even try to get him a list of host addresses and whatever.

Any idea how the DHCP server would be configured? Or would it already know what to do when the subnet mask is applied?

I've never used a windows based DHCP server.
Dec 6 '06 #9
sashi
1,754 Expert 1GB
Good luck is right... I'm not the IT at work, there are 3 more levels between myself and him, but he doesn't know what is needed. The only other person there that really knows, is the guy above me. Head of Engineering. I'll run the idea through him tomorrow and see if he'll get it approved, I'll even try to get him a list of host addresses and whatever.

Any idea how the DHCP server would be configured? Or would it already know what to do when the subnet mask is applied?

I've never used a windows based DHCP server.
Hi there,

Run through the thread once again as i've already included a link on DHCP Server configuration guide, hope it helps. Good luck & Take care.
Dec 6 '06 #10
NeoPa
32,556 Expert Mod 16PB
Sashi's right Blyxx86.
However, it doesn't sound like you have enough understanding and control for me to advise this course.
Being in IT myself I understand that there are usually (especially in this case) various matters which are not appreciated outside of IT (Unfortunately, sometimes not even in IT).
Don't get me wrong, this sort of thing can be done with the right understanding of both the overall issues and also the current set-up, but there are many gotchas for the unprepared. It's quite a fundamental change to the network.
Obviously you don't need my say so to proceed, I appreciate that fully, but remember later that I urged caution.
Dec 6 '06 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Pierre Rouleau | last post by:
Hi all, socket.gethostbyname_ex(socket.gethostname()) will return the list of IP addresses on a the local host. I did not find any function that can be used to get the subnet mask and default...
1
by: Richard W Collens | last post by:
Hi Folks, I'm very new to SQL Server. I have a home network. My primary connection to the internet is using "Gateway 1" a linksys router, of which, my server is a LAN node on that router. I...
6
by: ohynes | last post by:
hey newbie here wondering if there is anyone out there who can help me im trying to make a c# subnet calulator using the IPAddress class i cant seem to figure out how to do all the subnet...
3
by: JamesB | last post by:
Hmm, this doesn't seem to work. I am probably tackling it completely the wrong way, but basically I want a function to receive two IP's and a subnet mask and return True if IP1 and 2 are on the...
1
by: Terry Olsen | last post by:
Is there an "elegant" way to determine if an IP address is on my subnet? Or do I just compare the first 2 or 3 octets?
2
by: Steve | last post by:
I'm trying real hard to set the printer resolution for a PrintDocument. It appears that the printer is already set to 300 x 300 dpi, which is JUST what I want. But the Margins and PrintableArea...
2
by: Ryan | last post by:
I want to ping every IP on a subnet (255 IP's) and display in a table what IP's are active. I'm currently using a For loop but this takes forever because it pauses to test each Ping. So my guess...
4
by: Morten Fagermoen | last post by:
Hi! I try to get the subnet location info using the code below found at http://msdn2.microsoft.com/en-us/library/system.directoryservices.activedirectory.activedirectorysubnet.location.aspx. But...
1
by: =?Utf-8?B?Q2FybG9z?= | last post by:
Guys, I have a little problem here. I have an AD domain with one DC and 2 other member servers and when I go to My Network Places and browse the network, I can seamless see a list of all...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.