Jump to content

Recommended Posts

Posted

Following on from another thread (http://www.edugeek.net/forums/networks/46039-vlan-wireless-do-we-need.html) and temporarily ignoring my own advice ('if it ain't broke don't fix it'). What would you guys suggest is best practice?

 

I have a flat network getting close to it's limit on DHCP leases. We have around 375 PC's and lappy's. Our wirless network is unmanaged and all our switchs support VLAN's (I think).

 

Would it be best to explore the possibilities of segragating the network? If so how should I look at VLAN'ing? AP's, classroom PC's, printers, servers?

 

What about routing 1x Linux VM with a virtual NIC on each VLAN?

 

Other than infinate IP's, what other benefits would I get from doing this?

Posted
Following on from another thread (http://www.edugeek.net/forums/networks/46039-vlan-wireless-do-we-need.html) and temporarily ignoring my own advice ('if it ain't broke don't fix it'). What would you guys suggest is best practice?

 

I have a flat network getting close to it's limit on DHCP leases. We have around 375 PC's and lappy's. Our wirless network is unmanaged and all our switchs support VLAN's (I think).

 

Would it be best to explore the possibilities of segragating the network? If so how should I look at VLAN'ing? AP's, classroom PC's, printers, servers?

 

What about routing 1x Linux VM with a virtual NIC on each VLAN?

 

Other than infinate IP's, what other benefits would I get from doing this?

 

You *really* want to do any routing on a layer 3 switch as it will be considerably faster. Certainly a VM would be unsuitable for routing due to the I/O requirements.

 

Benefits can (depending on switches) can be:

 

Smaller broadcast domain, reducing broadcast traffic.

ACLs to control traffic flow between vlans

Unauthorised/Guest VLAN

Dynamic vlan assignment (if you have 802.1x).

Default gateway to send all external traffic via a firewall/switch.

Non routed vlans (eg for Printers) so traffic has to go via a machine with access to the vlan (eg Print server).

  • Thanks 1
Posted

So you have printers on one vLan that only the print server can access. I assume all the servers are on another and server requests are routed to that vLAN. I'm guessing we could run seperate vLAN's for admin, student and APs to improve security.

 

Would you have a seperate VLAN for each ICT suite, or just a students PC's vLAN?

 

I'm guessing the Layer3 routing is done on the root switch (I'll have to check if my HP 4108's do Layer3). All other switched need to support vLAN's to correctly send data back to the root switch for routing?

 

On a similar note, what do people think about user storage areas?

 

Next summer I'm planning to get a NAS box (or maybe a SAN) as a central store for VM images running across three (possibly four) Hyper-V servers. The NAS (or SAN) will be connected to the servers on their own seperate Layer3 switch.

 

Should I plumb this NAS switch into our main network and move data shares on to the NAS. Or should I run the data shares from within Virtual Machines (basically what I'm doing now)?

Posted

On a similar note, what do people think about user storage areas?

 

Next summer I'm planning to get a NAS box (or maybe a SAN) as a central store for VM images running across three (possibly four) Hyper-V servers. The NAS (or SAN) will be connected to the servers on their own seperate Layer3 switch.

 

Should I plumb this NAS switch into our main network and move data shares on to the NAS. Or should I run the data shares from within Virtual Machines (basically what I'm doing now)?

 

Currently we've got a Sun 7110 serving as the VM image store and our user data store. The 7110 connects through to a Windows VM that then serves files out to the rest of the network. It's got multiple network connections - some are on a separate network that only the VM servers and it sit on. The rest of it's network interfaces sit on the standard network.

 

We will be moving to using CIFS directly on the 7110, removing a unnecessary layer of abstraction at some point in the next few months. Unfortunately when we started to use it for everything we couldn't get it to join AD, but in the latest releases this isn't a problem :)

  • Thanks 1
Posted (edited)

:bump:

 

I'd like to hear more peoples views on best practice for VLAN's and NAS usage, however I have stumbled upon a problem.

 

Rather than repost the problem here I'll throw in a shameless link to my blog (http://www.tmcd35.net). Now that's sorted, advice please...

 

Anyone know a good way of tracing connections between switches and ultimatly between switches and wall sockets without having to unplug cables and then waiting to see who complains?

 

Looks like I may spend next half term wandering the halls with a cable tester :mad:

Edited by tmcd35
Posted (edited)

Hi tmcd35

 

If your switches are managed, one way to trace which port is serving what, and without pulling the network apart, would be to find the MAC address of the device, then check the MAC address table of each switch to see where that MAC address was seen. A little long winded I know, but using this method you should see exactly which path the device in question takes throughout your network topology.

 

Also worth mentioning make sure the client is active to stop the address ageing out of the switch MAC tables.

 

As for VLAN's, in the past I have used VLAN's to segregate the LAN between Curriculum and Admin networks, it free's up IP addresses (by creating a new subnet) and offers another level of security, and other benefits like scalability and better performance (more control over broadcast domains etc)

 

Typically, a decent level 3 core switch is best (IP lite is ok, but usually the hardware is not as good performance wise than a true layer 3 switch) that is designed to switch at layer 3 for best perfomance.

 

The key to managing a VLAN network is good documentation, knowing exactly how your network is bolted together is paramount, especially if you are using "port-based" VLANs.

 

I wouldn't go VLAN mad though ;), ask yourself why you want/need to VLAN (ie, running out of addresses, security or performance issues) and in the good ole tradition of (if it ain't broke ;)) do I need to VLAN?

 

As for NAS, well that's out my comfort zone :)

 

Jaco

Edited by Jaco45er
Spelling mistakes due to hangover
  • Thanks 1
Posted

If you were going to do this, I would really recommend you first map out your network visually showing what connects to what and where and then you can sort out vlans easily.

 

So something like dia or visio would be handy. Cisco Packet tracer would be excellent for this if you can get a copy (eg trial or if your apart of their academy program).

Posted
If you were going to do this, I would really recommend you first map out your network visually showing what connects to what and where and then you can sort out vlans easily.

 

The VLAN idea was one I was, still am in a way, exploring to tidy up my network, add security and give me some new IP's. I've got to add atleast 1 VLAN next summer when I bring the data network online - but that's really a seperate issue. The issue with that is more - 'how do I present it to the rest of the network', through file server VM's or provide some direct access to the NAS (probably faster?).

 

Considering the current state of the network documentation I think my priority is going to be remapping the entire network (oh joy of joys!). Any tools or tips I can find to make this job easier would be much welcome but I've already resigned myself to the fact I'm going to have to visit each and every network point with a cable tester :mad:

 

I've got dia - I love it. Very useful for visualising how the network looks and what changes you want to make.

Posted
If you have managed switches (you might need to enable the interfaces) they can generaly create reports on what is connected to where, which of course isn't perfect but it will give you some idea.
  • Thanks 1
Posted
For those using RBC / LA assigned IP Ranges I would also suggest you ask your local bods whether introducing a new range via VLANs / NAT is going to cause an issue accessing services they provide. If you need a larger range they may be able to provide you with one, or at least an additional range that you can then work with too ... and since this requires a move to a Layer 3 network then you might also finally have justification to upgrade your network hardware ;) I know one of your schools that has done it this way.
Posted
For those using RBC / LA assigned IP Ranges I would also suggest you ask your local bods whether introducing a new range via VLANs / NAT is going to cause an issue accessing services they provide. If you need a larger range they may be able to provide you with one, or at least an additional range that you can then work with too ... and since this requires a move to a Layer 3 network then you might also finally have justification to upgrade your network hardware ;) I know one of your schools that has done it this way.

 

Very good point (A fellow Kettriner I see :))

 

I know a couple of Senior schools who only use their assigned network for the connection between the routers Ethernet interface and the external ethernet of their firewall, only using 2 addresses on a 255.255.252.0 network, then internally they do what they like.

Posted

We use VLANs to separate network roles - We have a different VLAN for: CCTV / security, IP Phones, Network infrastructure (switches), wifi, guest wifi, admin domain, student domain, cashless catering system, SAN.

 

Looking next year at doing what was suggested above - putting printers on a different VLAN to stop users accessing them directly.

Posted

Currently have a firewall between us and the LA, so like someone else mentioned, only using 2 IPs from there range and internally using a completely different range altogether

 

Think we've got about 14 or 15 vlans in total, each building is segragated off to each have it's own (or multiple depending on size) vlan, infrastructure has it's own, wireless, printers, IPTV traffic etc

 

Printers Vlan and IPTV don't do DHCP to avoid people connecting anything random to them, definately recommend segmenting your network

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...