cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1871
Views
10
Helpful
4
Replies

NAT

Bunny12375
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Hello

See attached revised file, with changes made.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

4 Replies 4

Hello

See attached revised file, with changes made.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Thanks, you explain pretty well than my professor did

rlopez23781290
Level 1
Level 1

Needing help with this problem as well. The file does not open. Any help would be appreciated on this problem. 

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

Review Cisco Networking for a $25 gift card