Virtual Servers - Separation- advice

Associate
Joined
14 Sep 2007
Posts
302
I need to make 3 virtual servers:
VS1 VS2 VS3

VS1 needs 28 hosts
VS2 needs 72 hosts
VS3 is a web server to the outside world

VS1 and VS2 must not talk to each other

S1 and VS2 can talk to VS3 and can communicate to the outside world.

148.197.32.0 /25

How can this be achieved as I believe sub netting normally does not work according to my friends and various subnet calculators.

Can VLANs be used? Instead?

Or how else can it be done

Thanks
 
I would go with private rfc subnets and vlans, with the VS3 server acting as a fw and webserver, unless there is a need for the hosts on VS1/2 to have their own public IPs.
 
thanks for replies with a /25 network address that I have been given I did the maths and believe I would run out of available host addresses...?

And that I would need a /27 address. So would VLANs be the only way of separating out the network if this was the case?
 
thanks for replies with a /25 network address that I have been given I did the maths and believe I would run out of available host addresses...?

And that I would need a /27 address. So would VLANs be the only way of separating out the network if this was the case?

a /27 is smaller than a /25

a /25 gives you 128 hosts, and a /27 gives you 32 hosts
 
Back
Top Bottom