04-25-2021 05:08 PM
submit nat pt
open the packet tracer and configure a NAT statement to translate 209.165.100.1 to 10.10.10.254.
place statement on router 3.
NAT has inside local, inside global and outside local, outside global
Guys I need help
Solved! Go to Solution.
04-26-2021 12:24 AM
Hello
See attached revised file, with changes made.
04-26-2021 12:24 AM
Hello
See attached revised file, with changes made.
04-26-2021 06:59 AM - edited 04-26-2021 07:13 AM
Thanks, you explain pretty well than my professor did
07-22-2021 07:36 PM
Needing help with this problem as well. The file does not open. Any help would be appreciated on this problem.
07-22-2021 11:54 PM
Hello,
if this is the same exact network, make sure you add the lines marked in bold to the ISP router:
Router#sh run
Building configuration...
Current configuration : 977 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 209.165.100.1 255.255.255.192
ip nat outside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial0/0/0
ip address 209.165.100.66 255.255.255.252
ip nat inside
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 192.168.0.0 0.0.255.255 area 0
network 209.165.100.0 0.0.0.255 area 0
!
ip nat inside source list 1 interface FastEthernet0/0 overload
ip classless
!
ip flow-export version 9
!
access-list 1 permit 192.168.0.0 0.0.255.255
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
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