Cargando

Configurar NAT en D-Link DFL-860E




Solución elegida por el autor
Iniciado por Siro Martinez , 22 mayo 2014 - 21:43

Hola jdochoa1 ;)

Aquí te dejo el ejemplo del manual oficial de tu Firewall Dlink para que veas cómo se activa el NAT:


Example 7.1. Specifying a NAT Rule

To following will add a NAT rule that will perform address translation for all HTTP traffic originating from the
internal network lan as it flows out to the public Internet on the wan interface. The IP address of the wan interface
will be used as the NATing address for all connections.


Command-Line Interface
First, change the current category to be the main IP rule set:
gw-world:/> cc IPRuleSet main


ow, create the IP rule:
gw-world:/main> add IPRule Action=NAT
SourceInterface=lan
SourceNetwork=lannet
DestinationInterface=wan
DestinationNetwork=all-nets
Service=http
Name=NAT_HTTP
NATAction=UseInterfaceAddress


Return to the top level:
gw-world:/main> cc

The NATAction option could be left out since the default value is to use the interface address. The alternative is to
specify UseSenderAddress and use the NATSenderAddress option to specify the IP address to use. The sender
address will also need to be explicitly ARP published on the interface.


Web Interface:
1. Go to: Rules > IP Rules > Add > IPRule
2. Specify a suitable name for the rule, for example NAT_HTTP
3. Now enter:


• Action: NAT
• Service: http
• Source Interface: lan
• Source Network: lannet
• Destination Interface: wan
• Destination Network: all-nets

4. Under the NAT tab, make sure that the Use Interface Address option is selected
5. Click OK


Logging can optionally be enabled for this rule so that a log message is generated each time it is triggered.
Protocols



Si quieres más info te dejo el enlace para que te lo descargues, te recomiendo leer el capítulo 7: Address Translation (7.2 NAT)

Descargar Manual DLink DFL860y260:
 

Pulsa corazón para recibir avisos de nuevas Respuestas

  AUTOR PREGUNTA

Publicado 22 mayo 2014 - 20:43
[color=#282828][font=helvetica, arial, sans-serif]Buenas tardes,[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]Solicito la colabroracion de todos ustedes para que me ayuden a configurar un DFL 860 E que estoy tratando de configurar. el problema que tengo es que deseo hacer un NAT a una ip de mi red LAN, quiero que cuando un usuario de una red externa buscando por SSH o trate de tomar control remoto a mi direccion publica, el firewall lo redireccione a un servidor de mi red privada. es decir que el usuario externo pueda acceder a traves de la ip publica a uno de los equipos de mi red.[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]Otra duda que tengo es que actualmente en un DI-LB604 eso que les explico lo hago por una oopcion que se llama NAT, y ahi simplemente pongo la direccion publica y la direccion a la cual quiero que se direccione en mi red lan. por ejemplo la IP que tengo configurada en la WAN1 termina en 210 y quiero que cuando la gente haga el llamado a la 213 (que tambien es de mi propiedad) los envie a un equipo de mi red.[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]Agradezco de antemano todo lo que me puedan suministrar de sus conocimientos para resolver este problema. Muchas gracias [/font][/color]
  • 3 personas más tuvieron esta duda Yo también
  • Volver arriba

 

Publicado 22 mayo 2014 - 21:43

Hola jdochoa1 ;)

Aquí te dejo el ejemplo del manual oficial de tu Firewall Dlink para que veas cómo se activa el NAT:


Example 7.1. Specifying a NAT Rule

To following will add a NAT rule that will perform address translation for all HTTP traffic originating from the
internal network lan as it flows out to the public Internet on the wan interface. The IP address of the wan interface
will be used as the NATing address for all connections.


Command-Line Interface
First, change the current category to be the main IP rule set:
gw-world:/> cc IPRuleSet main


ow, create the IP rule:
gw-world:/main> add IPRule Action=NAT
SourceInterface=lan
SourceNetwork=lannet
DestinationInterface=wan
DestinationNetwork=all-nets
Service=http
Name=NAT_HTTP
NATAction=UseInterfaceAddress


Return to the top level:
gw-world:/main> cc

The NATAction option could be left out since the default value is to use the interface address. The alternative is to
specify UseSenderAddress and use the NATSenderAddress option to specify the IP address to use. The sender
address will also need to be explicitly ARP published on the interface.


Web Interface:
1. Go to: Rules > IP Rules > Add > IPRule
2. Specify a suitable name for the rule, for example NAT_HTTP
3. Now enter:


• Action: NAT
• Service: http
• Source Interface: lan
• Source Network: lannet
• Destination Interface: wan
• Destination Network: all-nets

4. Under the NAT tab, make sure that the Use Interface Address option is selected
5. Click OK


Logging can optionally be enabled for this rule so that a log message is generated each time it is triggered.
Protocols



Si quieres más info te dejo el enlace para que te lo descargues, te recomiendo leer el capítulo 7: Address Translation (7.2 NAT)

Descargar Manual DLink DFL860y260:
 

Fichero Adjunto  MANUAL_NetDefendOS_2.27.03_Firewall_UserManual.pdf   8,28MB   47 Descargas



 

Publicado 22 mayo 2014 - 21:48
Si no lo consigues con lo que te comenta Siro (lo ha hecho perfecto), dinos que punto te quedas y te ayudamos, yo configuré el NAT del 210 de ese firewall, aunque es un poco lioso se acaba entendiendo, revisa esta pregunta que conteste yo:

http://www.solvetic....-dlink-dfl-210/

   AUTOR PREGUNTA

Publicado 22 mayo 2014 - 23:13
Mucahs gracias a los dos, en el soporte de D-Link me pasaron esto para resolver lo del alias de la IP, y junto con lo que ustedes me explicaron me ha servido de maravilla muchas gracias.

   AUTOR PREGUNTA

Publicado 22 mayo 2014 - 23:14
como puedo adjuntarles el archivo?

 

Publicado 22 mayo 2014 - 23:40

como puedo adjuntarles el archivo?


Si pulsas en el botón "Usar editor completo" tienes un botón de adjuntos donde puedes subir archivos, imagenes, pdf etc.. que quieras compartir y los verán. ;)

   AUTOR PREGUNTA

Publicado 22 mayo 2014 - 23:42
aqui esta muchas gracias

Archivos adjuntos:



 

Publicado 22 mayo 2014 - 23:48

aqui esta muchas gracias


Me alegro que te haya funcionado, gracias por el punto positivo!

 

Publicado 22 mayo 2014 - 23:50

aqui esta muchas gracias


Te damos ese punto positivo por tu colaboración detallada, agregando una info completa de la solución que conseguiste.

Bienvenido David!


X