Assignment 4
Assignment 4
Assignment 4
Router 1 Setup:
Enable the Router and enter Terminal with commands:
“Router>enable”
“Router#config t”
Router(config)#
then do following:
Router(config)#hostname R1
Router 2 Setup:
Enable the Router and enter Terminal with commands:
“Router>enable”
“Router#config t”
Router(config)#
then do following:
Router(config)#hostname R2
PC 1 Setup:
IP address: 10.0.0.2
Subnet: 255.0.0.0
PC 2 Setup:
IP address: 10.0.0.3
Subnet: 255.0.0.0
Server Setup:
IP address: 20.0.0.2
Subnet: 255.0.0.0
Router 2 Setup:
R2(config)# int FastEthernet 0/0
R2(config-if)# ip address 20.0.0.1 255.0.0.0
R2(config-if)# ip nat inside
R2(config-if)# exit
PC 1 Setup:
IP address: 10.0.0.2
Subnet: 255.0.0.0
Ping 192.168.1.2
PC 2 Setup:
IP address: 10.0.0.3
Subnet: 255.0.0.0
Ping 192.168.1.2
Server Setup:
IP address: 20.0.0.2
Subnet: 255.0.0.0