Net 330Lab 6.1‐3 - ConnorEast/Tech-Journal GitHub Wiki

image

Assignment Specificaltions:
-- Configure IP addressing/gateways on all PC's.
-- Configure PAT on CC Border Router so that both subnet PC's can ping the BT server.
-- demonstrate that NAT is working by showing ip nat translation table.
-- Configure Static NAT on Border Router so that BT Server can access the Ireland Pub Web Server
-- Web Server is assigned a 192.168.7.0/24 address use Nat to set it to a 219.93.144.0 address for external use.


Lab 1 Deliverable:

proof

Lab 2 Deliverable:

proof2

Lab 3:

Routers were preconfigured. Devices needed to have IP's assigned to them. image
Step 2: Configure PAT.

Major Commands:

---> "ip route 30.0.0.0 255.0.0.0 20.0.0.1"
---> "access-list 1 permit 192.168.0.0 0.0.0.255"
---> "ip nat inside source list 1 interface fastethernet0/1 overload"
---> "sh ip nat stat"
---> "show ip nat translations"
---> "show access-lists"
---> "ip nat inside source static 192.168.7.6 219.93.144.15"

Deliverables:

image