2

I work for a Conference Center and we are rebuilding the network for our guests to use. I am functionally a high school intern with relatively little networking experience but I have so far put in a new router to replace our old one and put new AP's around the building. All the equipment is /24 or Class C (not by choice) and my new concern is that we will have far more than 256 guest devices on this router.

So I have been looking into VLAN thinking that maybe I can branch off half the devices into a different subnet so that I could have 512 devices between 192.168.1.* and 192.168.2.* I am using a Cisco 4 port Gigabit RVS4000 and so far it seems I can't do that (hopefully I'm wrong).

So then I thought maybe I could reconnect the old, still perfectly functional router as a redundant system on 192.168.2.1 and set that DHCP to grap the X.X.2.* range, but I'm concerned that would either mess up our seamless roaming or not connect properly to the AP's that are still on X.X.1.(2-6) (although I would like to be paid to come in and change their IP's every time we needed to use the overflow system I don't think my boss would appreciate the extra work).

I also think there should be a better way than two whole routers.

So is there anything I'm missing or should I just keep plugging about with parallel routers?

EDIT: Router only supports 255.255.255.* which is horrid https://i.stack.imgur.com/0spDa.png

BenMorel
  • 4,507
  • 10
  • 57
  • 85
  • 7
    Classful networking no longer exists. Repeat, 'there is no Class C', 'there is no Class C', 'there is no Class C', ... – Zoredache Feb 15 '12 at 23:52
  • 5
    For the record, you're not running a Cisco device, you've got a Linksys device. Cisco bought them about 10 years ago and started slapping the word Cisco on them to give them more cred (and sadly seems to have worked). But it's a long, long way from being a proper Cisco device. – Mark Henderson Feb 16 '12 at 00:51
  • 2
    The RVS4000 is just a crappy €100 SOHO device and in no way an acceptable choice for a conference center network that will likely at times have to handle hundreds of users. For this type of network to work reliable, you have to use professional networking equipment (e.g. real Cisco) and spend quite a lot of money for it. – Sven Feb 16 '12 at 02:12

1 Answers1

3

The simple answer is to adjust the subnet mask on the internal interface of your router. Right now it is probably 255.255.255.0, adjust it to something like 255.255.252.0. Update the mask on any devices with a static address.

Zoredache
  • 130,897
  • 41
  • 276
  • 420