cancelar
Mostrar resultados para 
Pesquisar em vez de 
Queria dizer: 
cancel
461
Apresentações
0
Útil
1
Respostas

nat doesn't work

paulo-v-araujo
Level 1
Level 1

I'm trying to do a NAT, but isn’t working.

Basically i have a server with this IP 10.10.10.250 connected to Router 1 and I want to connect to this server from the other Router 2 that have a PC with the same IP 10.10.10.250.

Between the two routers I have another one Router 3 with a different IP 10.20.20.0/24.

How do i do a NAT in this case?

 

I tried ip nat outside source static 10.10.10.250 10.20.20.10, it doesn’t work, but I can ping it.

1 RESPOSTA 1

Hi @paulo-v-araujo 

  You can do the NAT on the Router the PC is connected to.

ip nat inside source static 10.10.10.250  <router outside ip address>

You can also apply the NAT on the router that the server is connected to.

ip nat inside source static 10.10.10.250  <router outside ip address>

Apply ip nat inside and ip nat outside to the interfaces accordingly