cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1721
Views
0
Helpful
7
Replies

PAT DOES NOT WORK

7 Replies 7

luis_cordova
VIP Alumni
VIP Alumni

Hi @andrzejsewerynwojcik 

 

Try this:

 

interface GigabitEthernet0/0

no ip nat inside

 

interface GigabitEthernet0/0.10

ip nat inside

!

interface GigabitEthernet0/0.20

ip nat inside

!

interface GigabitEthernet0/0.30

ip nat inside

 

Regards

Passwords Line console : 

login manager 

pass CR0UTER@

 

privli

login manager

C@mbridge2020.

 

for some reasons it only increments misses 

Screenshot 2020-03-03 at 21.06.41.png

Hi @andrzejsewerynwojcik 

 

Delete this line: ip nat inside source list Deny_Manchester interface GigabitEthernet0/1 overload

 

Try this:

 

no ip nat inside source list Deny_Manchester interface GigabitEthernet0/1 overload

 

Regards

thats not really what i want to do as manchester site is not allowed to access the isp thats why i need this ACL. It allows everything aparat from manchester i tried to delete this before and create separate acl for testing but still the same issue

Hi @andrzejsewerynwojcik 

 

The line that I indicate is the one that is related to a NAT, but not the one that associates the ACL with the output interface.

 

The ACL you have created is being applied with this line:

interface GigabitEthernet0/1

ip address 172.16.10.1 255.255.255.252

ip access-group Deny-Manchester out

ip nat outside

 

Regards

 

I tried removing it still the same issue looks like ACL is matching the traffic but there is no translation occuring. I attached my packet tracer file