11-20-2023
10:37 PM
- last edited on
11-21-2023
09:58 AM
by
Translator
Would you guys help me make 8.8.8.8 reachable?
I did what was requested on my lap, but it did not work.
Pass for BranchR console: ConPa55sW
Pass for BranchR enable: BranchR
Pass for BranchSW console: ConPa55sW
Pass for BranchSW enable: BranchSW
requested :
To allow BranchTF PCs and Laptops to connect to Internet configure NAT in BranchR as follows:
BranchR(config)#ip access-list standard BRANCH_OFFICE_LAN_To_INTERNET
BranchR(config-std-nacl)#permit 192.168.100.0 0.0.0.255
BranchR(config-std-nacl)#exit
Define inside and outside interfaces
BranchR(config)#int g0/0/0
BranchR(config-if)#ip nat outside
BranchR(config)#int g0/0/1
BranchR(config-if)#ip nat inside
Enable NAT/PAT
BranchR(config)#ip nat inside source list BRANCH_OFFICE_LAN_To_INTERNET interface g0/0/0 overload
Solved! Go to Solution.
11-20-2023
11:02 PM
- last edited on
11-21-2023
09:59 AM
by
Translator
Hello @ahmed31
On BranchR router please add static towards the ISP.
ip route 0.0.0.0 0.0.0.0 203.165.200.1
11-20-2023 11:19 PM
Also take care the name of source list is not good!
After that PC should ping 8.8.8.8 !
11-20-2023
11:02 PM
- last edited on
11-21-2023
09:59 AM
by
Translator
Hello @ahmed31
On BranchR router please add static towards the ISP.
ip route 0.0.0.0 0.0.0.0 203.165.200.1
11-20-2023 11:19 PM
Also take care the name of source list is not good!
After that PC should ping 8.8.8.8 !
11-20-2023
11:50 PM
- last edited on
11-21-2023
10:00 AM
by
Translator
As per the configuration looks ok (since i do not use PT - so not able to open that file)
As long as the IP address matches (check is the correct source IP) that should work as expected
BranchR(config-std-nacl)#permit 192.168.100.0 0.0.0.255
11-21-2023 12:34 AM
Hello
The rtr credentials do not work
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide