ACL issues

mguymguy Member Posts: 167 ■■■□□□□□□□
I'm creating a dynamic nat from a pool but my packets are not being translated? It must be something to do with my wildcard bc it works when I change it

My (3workstations) network resides in 192.16.1.0 /25 so it means Range[192.16.1.1-192.16.1.127]

sh run

!
ip nat pool mypool 1.1.1.1 1.1.1.3 netmask 255.255.255.252
ip nat inside source list 1 pool mypool
!
access-list 1 permit 192.16.1.0 0.0.0.128

does not work

but if I change the last bit to
access-list 1 permit 192.16.1.0 0.0.0.255

then it works..! What's going on ?

Comments

Sign In or Register to comment.