02-14-2003 12:06 AM - edited 03-02-2019 05:06 AM
How to statically map a local address to global internet address which is negotiated when using dialing interface.
the "ip nat inside source static" can only assign global ip address which is known
02-14-2003 12:29 AM
If I understand you correctly, this might be the answer:
ip nat inside source list 1 interface
access-list 1 permit
[for inside interface]
ip nat inside
[for outsde interface]
ip nat outside
Hope this helps.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Log in to Community