How to connect two different networks using Cisco Packet Trace
How to connect two different networks using Cisco Packet Tracer
1. First you need to deploy at least two end devices to a separate switch.
2. Second you must then assign an IP address to each end device
3. Computer 1 Network 1 IP: 192.168.10.2
4. Computer 2 Network 1 IP: 192.168.10.3
5. Computer 1 Network 2 IP: 192.168.20.2
6. Computer 2 Network 2 IP: 192.168.20.3
7. Then add in a Router for each network, connecting it to the switch
8. Then set the IP address in the router as such:
9. Router 1 IP to the Switch 1: 192.168.10.1
10. Router 1 IP to Router 2: 192.168.30.1
11. Router 2 IP to Switch 2: 192.168.20.1
12. Router 2 IP to Router 1: 192.168.30.2
13. Then set the default gateway on every device to the same as the Router IP to Switch
14. Then go into Router 1 and create a static route to the other network, set the network to 192.168.20.0 then set the mask to 255.255.255.0 after that set the next hop to the Router 2 IP (192.168.30.2). This will give router 1 the information needed to communicate with router 2
Configuration tables
PC1
IP – 192.168.10.2
Subnet mask – 255.255.255.0
Default gateway - 192.168.10.1
PC2
IP - 192.168.10.3
Subnet mask - 255.255.255.0
Default gateway - 192.168.10.1
Router 1
Interface 0/0
IP – 192.168.10.1
Subnet mask – 255.255.255.0
Interface0/1
IP - 192.168.30.1
Subnet mask – 255.255.255.0
PC3
IP - 192.168.20.2
Subnet mask – 255.255.255.0
Default gateway - 192.168.20.1
PC4
IP - 192.168.20.3
Subnet mask – 255.255.255.0
Default gateway - 192.168.20.1
Router 2
Interface 0/0
IP – 192.168.30.2
Subnet mask – 255.255.255.0
Interface0/1
IP - 192.168.20.1
Subnet mask – 255.255.255.0
Comments
Post a Comment