X
X
Xaip2017-07-30 21:54:57
Computer networks
Xaip, 2017-07-30 21:54:57

Can't set up Nat in Packet tracer?

spoiler
4pt6li6RSu6XxEOeuR2QkA.pngxBINu0TeRD_-JXez3Ivoog.png

On PT, it is not possible to configure Dynamic NAT on msk-arbat-gw1.
ip nat pool global 198.51.100.2 198.51.100.2 netmask 255.255.255.0 // Created a pool
access-list 1 permit ip 172.16.0.0 0.0.255.255 any // Specified my local network in the access
interface fa 0/0 // marked interfaces
ip nat inside
int fa0/1
ip nat outside
ip nat inside source list 100 pool global // Linked translation to access list
Trying to view translation with command sh ip nat translations
Nothing.
And icmp passes between routers without ip changes.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
Xaip, 2017-07-31
@Xaip

Found the cause of the problem.
It was necessary to broadcast to the subinterface, but I broadcast to the port with 3 subinterfaces

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question