Link to home
Start Free TrialLog in
Avatar of Jo Cox
Jo CoxFlag for United Kingdom of Great Britain and Northern Ireland

asked on

What does ip nat inside source list 111 interface Dialer0 overload actually do

Hi
Can anyone fill me in on exactly what this ip nat statement actually does on my cisco 1721?

ip nat inside source list 111 interface Dialer0 overload

access-list 111 deny   ip any 192.0.0.0 0.255.255.255
access-list 111 permit ip 192.168.18.0 0.0.0.255 any
access-list 111 permit ip 10.18.2.0 0.0.0.255 any
access-list 111 permit ip 10.18.1.0 0.0.0.255 any

TIA
Jo
Avatar of Nayyar HH (CCIE RS)
Nayyar HH (CCIE RS)
Flag of United Kingdom of Great Britain and Northern Ireland image

In basic terms, It will translate all your source addresses matched by the criteria in access-list 111 to the address of the dialer interface
Avatar of Jo Cox

ASKER

Does that mean
access-list 111 deny   ip any 192.0.0.0 0.255.255.255
will not get translated and thus its source address in the packet will remain as it was when originally sent from the device?

And the overload command, any particular meaning?
ASKER CERTIFIED SOLUTION
Avatar of Nayyar HH (CCIE RS)
Nayyar HH (CCIE RS)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jo Cox

ASKER

Perfect
No longer do I have to sit and stare thinking 'What' but can move on to other lines of code to think 'What' about.
Thank you
Jo
Pleasure :-)