Link to home
Start Free TrialLog in
Avatar of ferose
ferose

asked on

Reserved IP blocks and subnets...

I am implimenting VPN on a client network with LAN subnet on the reserved IP block  10.xxx.xxx.xxx

Since this is a Class A IP block..I would assume the subnet to be 255.0.0.0. But they are using 255.255.255.0


Is this a right thing to do ? Though their network is functioning properly as of now, will it create issues later on for Internetworking or VPN connectivity with other networks?

Pls refer if you a link to any authentic docs on this (Like RFC)

Rgds,
Ferose    
Avatar of swapsthegreat
swapsthegreat

ip address classes are not decided on the basis of subnet masks, but on the first few reserved bits

for class A - first bit always zero
for class B - first 2 bits 10
and so on...

also the range 10.xx.xx.xx may be split up into many subnetworks, hence the extended subnet mask
ASKER CERTIFIED SOLUTION
Avatar of edmonds_robert
edmonds_robert
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ferose

ASKER

Thanx edmonds:  That settles it without question..

Rgds,
Ferose