cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
489
Views
4
Helpful
5
Replies

NAT configuration

ket14pril14
Level 1
Level 1

Hi everybody!

I am trying to make NAT configurations on the following topology:

ket14pril14_1-1709128360638.png

After reading various articles and watching some tutorials, I seemed to have finally found a way to make configurations using following inputs:ket14pril14_0-1709128335339.png

However, Simple PDU checks have failed and I noticed that outside local and outside global addresses are not shown. I will be grateful for any suggestions on how to fix this

1 Accepted Solution

Accepted Solutions

Hello @ket14pril14 ,

>> Yes, you are right  subnet 10.0.0.0/25 is defined nowhere. I didn't particularly understand what you meant by  "IP 129.55.18.1/30  you can nat to it".  Did you mean the following natting?

You could use a trick like adding 10.0.0.0/25 as a secondary address on the serial interface

int serial0/0/0

ip address 10.0.0.1 255.255.255.128 secondary


Alternatively you can create a loopback interface

int loopback 10

desc used for NAT

ip address 10.0.0.1 255.255.255.128

no shut

this to be able to use your previous NAT commands

Hope to help

Giuseppe

 

View solution in original post

5 Replies 5

M02@rt37
VIP
VIP

Hello @ket14pril14 

M02rt37_0-1709131515460.png

It should be

ip route 20.0.0.0 255.255.255.128 129.55.18.2, no ?
Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @ket14pril14 ,

you have configured static source nat entries this is why you don't see anything under Outside local and Outsid global this is not an issue.

Where is defined your public IP subnet 10.0.0.0/25?

  your network diagram shows a serial with a different IP 129.55.18.1/30  you can nat to it .

Edit:

M02@rt37 is spot on your static route should be referring to the remote public subnet 20.0.00/25 not your local one

Hope to help

Giuseppe

 

 

Yes, you are right  subnet 10.0.0.0/25 is defined nowhere. I didn't particularly understand what you meant by  "IP 129.55.18.1/30  you can nat to it".  Did you mean the following natting?

The first router:

ket14pril14_0-1709133517850.png

The second router:

ket14pril14_1-1709133566549.png

 

 

Hello @ket14pril14 ,

>> Yes, you are right  subnet 10.0.0.0/25 is defined nowhere. I didn't particularly understand what you meant by  "IP 129.55.18.1/30  you can nat to it".  Did you mean the following natting?

You could use a trick like adding 10.0.0.0/25 as a secondary address on the serial interface

int serial0/0/0

ip address 10.0.0.1 255.255.255.128 secondary


Alternatively you can create a loopback interface

int loopback 10

desc used for NAT

ip address 10.0.0.1 255.255.255.128

no shut

this to be able to use your previous NAT commands

Hope to help

Giuseppe

 

Thank you very much for all the suggestions

 

 

Review Cisco Networking for a $25 gift card