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

nat inside to outside multiple interfaces

raysm
Level 1
Level 1

i have a router configured example as below

ethernet 0

ip address 131.108.1.10/24

ethernet 1

ip address 10.129.21.0/24

serial 0

ip address 10.3.100.1/24

-----------

users in ethernet 0

servers in ethernet 1

servers also behind the WAN and belongs to 10.129.35.0/24.x segment.

-------------

How should I do static nat to for users where they access the servers in ethernet 1 as well as behind wan .

example : 131.108.1.x should nat to 10.129.19.0/24 to access both ethernet 1 servers and wan side servers

2 Replies 2

thisisshanky
Level 11
Level 11

You can configure e1 and the serial 0 interface as Outside NAT interface (ip nat outside) and put a static nat for 131.108.1.x subnet into 10.129.19.0 subnet.

e0 will be inside nat interface.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Thanks, I will try this