cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
247
Views
0
Helpful
1
Replies

NAT static translation using dynamic global address

gaoyang
Level 1
Level 1

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

1 Reply 1

a.manosca
Level 4
Level 4

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.

Review Cisco Networking for a $25 gift card