Im trying to implement my University network. Just the lab network.
Now my university is using class B to the labs and other computers and class C to wireless (AP)
And i divide my ips like that:
Class C
Lab 1
ID : 192.168.0.0
Start : 192.168.0.1
End : 192.168.0.62
Mask : 255.255.255.192
Broadcast : 192.168.0.63
Lab 2
ID : 192.168.0.64
Start : 192.168.0.65
End :192.168.0.94
Mask : 255.255.255.224
Broadcast : 192.168.0.95
Lab 3
ID : 192.168.1.0
Start : 192.168.1.1
End : 192.168.1.62
Mask : 255.255.255.192
Broadcast : 192.168.1.63
Lab 4
ID : 192.168.1.64
Start : 192.168.1.65
End : 192.168.1.126
Mask : 255.255.255.192
Broadcast : 192.168.1.127
Lab 5
ID : 192.168.1.128
Start : 192.168.1.1
End : 192.168.1.190
Mask : 255.255.255.192
Broadcast : 192.168.1.191
Lab 6/biblio/sala pcs
ID : 192.168.2.0
Start : 192.168.2.1
End : 192.168.2.62
Mask : 255.255.255.192
Broadcast : 192.168.2.63
Palacio / Bloco A / Bloco B
ID : 192.168.3.0
Start : 192.168.3.1
End : 192.168.3.126
Mask : 255.255.255.128
Broadcast : 192.168.3.127
Classe
Net Wireless
ID : 172.16.0.0
Start : 172.16.0.1
End : 172.16.63.254
Mask : 255.255.192.0
Broadcast : 172.16.63.255
Now my Routers dont have comunication with each other.
So i need to do routing, but im good doing that, i need help to do it.
But please teach me ! Do not give me only answer !
If you guys have any other idea to help to implement the labs , so give me.