Wireless Networks Thread, VLANs/ Subnets help in Technical; Hi all,
I'm looking at the advantages of using VLANS and subnertting parts of our network. Basic network is 1 ...
-
24th June 2007, 10:31 AM #1
- Rep Power
- 16
VLANs/ Subnets help
Hi all,
I'm looking at the advantages of using VLANS and subnertting parts of our network. Basic network is 1 seperate admin network linked to curriculm network with a seperate nic in the admin server and trusts set up.
Our curriculm network is spread across 4 seperate buildings all linked with fibre. I've been told that if i was to use subnets it would make things quicker. I've never looked into subnetting but am interested in it now. Could someone please give some examples of how it would be done?
I'd also like to have the admin and curric on one physical network so that I can access sims from anywhere in school. Could this be done with vlans? and if so would someone be able to give an example?
Cheers,
EDIT - I'm also wanting to implement a thin client solution but want to be able to boot these from the network, without having to press a key to boot, while still being able to use WDS. Is there a way round this?
-
-
IDG Tech News
-
24th June 2007, 12:08 PM #2
- Rep Power
- 15
Re: VLANs/ Subnets help
From the sound of it you either want to split your network into five subnets or two subnets and break one up into four sub-subnets. Either way you'll need some routing somewhere...
Does each building have its own sever?
-
-
24th June 2007, 12:16 PM #3
- Rep Power
- 16
Re: VLANs/ Subnets help
All the servers are located in one room, my office. In here there connected to a HP ProCurve 2824. All the switches on the other ends of the fibre are managed and most are HP 2626 or 2650.
Can anyone give a layout pic of their current networks and i'll see if mine can be compared.
-
-
24th June 2007, 07:22 PM #4 Re: VLANs/ Subnets help
I've just vlan/subnetted my network off. Took a while but worth it.
I assume the fibres go into the 2824? How many machines do you have on each physical segment? How are you going to join the networks together?
Have you got dhcp running?
The 2824 should do the routing for you. So you should be ok there.
I'm not sure if it will make things any quicker. It depends on how many devices you are running.
-
-
24th June 2007, 09:50 PM #5 Re: VLANs/ Subnets help
How many nodes is there?
I doubt they'd be any advantage to it tbh. We just have the admin on the same subnet but in their own scope with static ips.
-
-
24th June 2007, 09:58 PM #6 Re: VLANs/ Subnets help
@Ste_Harve: I cannot really see the point of adding the subnet complexity into your situation. The links between buildings will be as fast as those within buildings anyway. You would only really see a benefit if these links were smaller and you had hardware within the buildings that had to talk to each other. VLANs are useful and can help you set up CoS and Qos mind.
As an aside, I have a very similar set up but with 7 buildings on one site. I also have thin clients. You might find it useful to come for a gander - I'm less than half an hour away
-
-
25th June 2007, 07:27 AM #7
- Rep Power
- 16
Re: VLANs/ Subnets help
Right thanks for the words of wisdom. I'll try to answer as many questions as possible.
We have about 250-275 nodes in total, of which about 200 are run of the fibres. This are divided up between the buildings as such.
A = 35
B = 20 (5 of which are IWB's)
C = 40 (2 of which are IWB's)
D = 97 (32 wireless laptops, 10 IWB's)
All the other nodes are cat 5 into switches in the server room linked at 1gb. We have DHCP running.
Don't know about joining the networks together. Do you mean admin and curic or the seperate subnets? If it's curric and admin, we can link there main switch into our curric network as it shares a data cab.
@j17sparky - How do you mean on the same subnet? Do you use reserved ips in DHCP to achieve this in their scope and does it work well? Were running parsql and need to get some speed here as taking 35 registers at one time slows thiongs down.
@Ric_ - I think it would be useful to have a gander. I'll send you a PM. Can you still use RIS/WDS without having to do anything special on the thin client side to get them to boot automatically?
Thanks guys.
-
-
25th June 2007, 08:16 AM #8 Re: VLANs/ Subnets help
Hi Guys,
Sorry to Hijack this thread but this is not 100 miles off what I am trying to do.
I have VLANS in place already at the school (3 of them) and I am thinking about adding a 4th for the thin Client setup I am rolling out over the summer.
My question is this: If I setup a dhcp scope just for the ThinClients how do I ensure that the ThinClients are the only ones to get the IPs from this scope along with the settings required for PXE booting and to ensure that RIS is not affected (as it currently is at the moment).
Lost at sea here, monday morning, flooded, drowning, help!.....
{edit}
our current setup is as follows (inherited):
IP Range: 192.168.49.x -> 192.168.52.x
Subnet: 255.255.0.0
I want to move to a subnet of 255.255.248.0 and I am in the planning stages of this.
{/edit}
-
-
25th June 2007, 08:55 AM #9 Re: VLANs/ Subnets help
You need one scope per network segment (in this case that means per VLAN).
-
-
25th June 2007, 09:24 AM #10
- Rep Power
- 0
Re: VLANs/ Subnets help
And all IPs allocated from reservations otherwise scope placment would be allocated at random if the DHCP server straddles both VLANS.
-
-
25th June 2007, 09:36 AM #11 Re: VLANs/ Subnets help
It's a shame that when using Windows DHCP you can't put clients in scopes based on vendor class or network interface, like you can with ISC DHCP.
-
-
25th June 2007, 09:37 AM #12 Re: VLANs/ Subnets help
The DHCP server does straddle all the VLANS.
So if i understand coorectly I would need to do the following:
VALN 1 - (Default) - Assigned to infrastructure i.e. servers, switches etc. (ALL DHCP Reserved)
VLAN 2 - ADMIN - Assigneed to NON student PC's i.e. SIMS PC's - Currently DHCP but these would change to DHCP reserved
VLAN 3 - CURRIC - Assigned to all students PC's - Currently DHCP and these could remain as such
VLAN 4 - THINC - Assigned to ThinClients (Not yet in place) - These would be DHCP Reserved.
Within DHCP simply create the 4 scopes relating to the above...
I my mind working as it should on this..?
It's a shame that when using Windows DHCP you can't put clients in scopes based on vendor class or network interface, like you can with ISC DHCP.
Maybe one day when Cisco rules the world it may become the standard of all things but until then ..........
-
-
25th June 2007, 09:38 AM #13
-
-
25th June 2007, 09:42 AM #14 Re: VLANs/ Subnets help
@ Andyrite: A mixture but all layer2 managed. I am trying to standardise the switches based on NetGear (GSM7224/7248) as these are really nice and support fibre but not there yet.
-
-
25th June 2007, 09:55 AM #15 Re: VLANs/ Subnets help
I've got more of a geographical vlan setup. I have a default vlan which is just for the switches. A server vlan and the rest are geographical areas.
Each vlan has it's own ip address in different scopes. IP helper is set to the dhcp server ip on each vlan, so depending where you are in the building you get a different ip address.
-
SHARE: 
Similar Threads
-
By SSTechIII in forum Wireless Networks
Replies: 17
Last Post: 28th April 2008, 09:09 PM
-
By strawberry in forum Wireless Networks
Replies: 2
Last Post: 4th October 2007, 02:09 PM
-
By sreiach in forum Network and Classroom Management
Replies: 2
Last Post: 4th September 2007, 06:26 PM
-
By Gatt in forum Wireless Networks
Replies: 9
Last Post: 2nd March 2007, 11:22 AM
-
By Joedetic in forum *nix
Replies: 8
Last Post: 28th June 2006, 09:06 AM
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
-
Forum Rules