cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1084
Views
0
Helpful
2
Replies

NAT on serial interface question

jkrawczyk
Level 1
Level 1

Hi,

I need to NAT my inside traffic to the IP address of my egressing serial interface (S0/0.500), like a PIX.

Is this possible with a router and is so can you explain or provide a cisco url?

Assume my inside network is behind fastethernet0/1 and addresses ad 172.16.10.0/24 and my serial interface has the IP of 157.156.155.2

2 Replies 2

network.king
Level 4
Level 4

Hi

Pls use a simple config

access-list 10 permit 172.16.10.0 0.0.0.255

ip nat inside source list 10 interface s0/0.500 overload

int s0/0.500

ip nat outside

int fa0/1

ip nat inside

ref:

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a0080091cb9.shtml

Hope this helps

regards

vanesh k

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card