NET 150 Lab 9‐1 - connor0329/repository-1 GitHub Wiki

In todays lab I created simple static routes using the router's CLI to be able to ping PCs across different networks

Notes: -When you set a static route you set the Network address Subnet Mask and next hop -Ex: You want to go to be able to communicate with the network 192.168.30, Type in CLI "ip route 192.168.30.0 255.255.255.0 10.10.10.1" -10.10.10.1 is the first address any ping will go through before attempting to reach it's destination