#Network
- Connect the PC Admin > to the Switch
- On the switch CLI : show run
- Connect the PC Admin > to the Router
- Config the router
IP address; PC Admin : 192.168.12.2 Switch : 192.168.12.253 / Gateway : 192.168.12.254 Router : 192.168.12.254 /24 DNS address is the same with router : 192.168.12.254
CLI of the Router : ip interface g0/0/1 192.168.12.254
Agah : 192.168.12.2 Toha : 192.168.12.1 VM-Agah : 192.168.12.4 VM-Toha : 192.168.12.3
![[Pasted image 20240311164701.png]]
Connecting 2 routers
R1 <-----> middle server <-----> R2
first network address is : 192.168.13.0 second network address is : 192.168.12.0
give an address between the routers R1 is 10.0.0.1 R2 is 10.0.0.2
on the R1 cli ip route 192.168.12.0 255.255.255.0 10.0.0.2
on the R2 cli ip route 192.168.13.0 255.255.255.0 10.0.0.1