Joining two separate networks

Soldato
Joined
17 Jan 2005
Posts
8,773
Location
Liverpool
One of our clients currently has two separate networks in their office. The have a network for the sales team and a network for the rest of the offices.

The two networks each have their own switch, router and broadband connection. The boss down there originally wanted it set up like this so that the sales guys didn't affect the main network and didn't have access to the server.

Now however, they have moved office and have had a new phone system put in. The network is still set up how it was, but the coms guys have a piece of software that works with the phone. For this to work on all PCs, they all need to be on the same network. Now the boss wants this software to work on them all but wants them on separate networks..

What is the best way to go about doing that?

Is it possible to do some sort of VLAN using one switch and two routers so that the sales PCs can connect to the phone server?

Cheers,
Andy
 
Hi

Best way would be to put a "real" router (not ADSL/Cable modem type) in between the two networks - this will then allow the packets to be routed to the correct network as needed.

Rob
 
Some sort of Cisco router? You mean connect the router to the two connections and to the two separate switches?
 
I'm not sure on budget so far, I've got to come up with some solutions and then give them some prices..
 
A switch and some good old permissions would sort that network out rightly. Assign all users into the usual groups and deny the sales group access to the areas they are not to be allowed into.
 
A switch and some good old permissions would sort that network out rightly. Assign all users into the usual groups and deny the sales group access to the areas they are not to be allowed into.

That would be one way as the rest of the office is already on a domain. However, the boss at the company wanted two separate internet connections.. :(
 
put one team in one vlan, the other in another, then put both teams phones in their own voice vlan.

this keeps all the voice communication on one network, and the 2 teams on their own network all while being plugged into the same switches.

does obviously depend on what equipment you are using, if its capable, and if you are able to actually do all the configuration to implement the vlans. Its a little complex if you've never come across it before. Best bet is to lookup configuring vlans on the cisco site. quite a lot of documentation there.

can also set it up so the whole network can load balance between the 2 routers, but thats also quite complicated and i only know how to do it on cisco routers using glbp.
 
Last edited:
I've never set up a VLAN before, but I would have thought I would be able to after a bit of reading about..

One of the switches down there is a DLink DES-1250G which does support VLANs. I guess I'll have a play with that and see what I can do. If the two networks are on separate VLANs, will they both still be able to see the phone server?

Could you recommend a decent switch that would be capable of doing this?
 
if you set up intervlan routing and vlan trunking it should... that means the routers will be able to route packets between the networks like they were seperate networks entirely.

as for switches i cant really say...at work we use cisco catalyst 3560's to 3750s but depends on your budget and technical knowledge of how to set them up.

also have to get the correct cisco IOS version(the operating system on the switch) as some dont support vlan trunking.

I would maybe get a consultant to have a look at the situation though, they's be able to recommend a solution a lot better than some bloke on a forum who's not even got a ccna yet!
 
if you set up intervlan routing and vlan trunking it should... that means the routers will be able to route packets between the networks like they were seperate networks entirely.

Obviously you will have to change the one of the networks to another IP range, or none of this will work.
 
Back
Top Bottom