• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Subnetting: Separating IP Addresses

ThomasKMC

Member
I have a network of PC's with IP addresses from 10.5.6.50 to 10.5.6.63. They all use subnet mask 255.255.255.224. I have a group of servers which I want the PC's to have access to and I was thinking of assigning IP addresses in the 10.5.6.40 -.48 range. For those servers, I would like to assign a different subnet mask because when accessing the network via VPN, I don't want the VPN user to see or access the other PC's, only the servers. What ranges and subnet masks do I have to assign to what group of computers?

Thanks,
-tom
 
I really hope you don't actually have a PC with IP address 10.5.6.63, because that's the broadcast address on the subnet you are using. The other range you list (10.5.6.40-48) falls into the same subnet; you do *not* want to use a different netmask there or you'll just create all sorts of nasty problems. If you don't want VPN users to get to certain resources, get an access control list between the VPN users and the rest of the network, either on the device terminating the VPN connections or on some intermediate router.
 
Back
Top