NAT IP Secundaria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2013 04:38 PM - edited 03-04-2019 07:21 PM
Hola Amigos, tengo la siguiente consulta, actualmente tengo un router que tiene conexion a un ISP, donde la configuracion es así :
ip dhcp pool Internet
network 190.208.x.x 255.255.255.248
dns-server 200.27.x.x 200.27.x.x
default-router 190.208.x.x
lease infinite
interface F0.943
ip address 172.16.x.x 255.255.255.252
description Wan a MPLS
interface vlan 10
ip address 190.208.x.x 255.255.255.248
descrition Lan Cliente
ip route 0.0.0.0 0.0.0.0 fastethernet0.943 172.16.x.x
Hasta allí todo bien, pero ahora, necesito incorporar otro dhcp, con el rango 192.168.100.0 /24, como IP secundaria de la interface Vlan 10, es decir
interface vlan 10
ip address 192.168.100.1 255.255.255.0 secondary
ip address 190.208.x.x 255.255.255.248
description Lan Cliente
Con esto en mente, necesito hacer una NAT a la IP secundaria, en el fondo necesito que la IP 190.208.x.x realice el NAT algo así como esto :
(------ NAT --------)
172.16.x.x------------) 190.208.x.x---------) 192.168.100.1
Se puede realizar?
Un abrazo
Gonzalo
- Labels:
-
Other Routing
