06-18-2003 08:13 AM - edited 03-02-2019 08:14 AM
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
06-18-2003 08:50 AM
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.
06-18-2003 09:33 AM
Thanks, I will try this
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