User Tools

Site Tools


doc:appunti:hardware:dlink_dva_5593z

This is an old revision of the document!


Modem Router D-Link DVA‑5593Z

How to configure a port forward from the command line

D-Link DVA‑5593Z Enter the command line using telnet with the admin account.

Here we define a port-forward rule named my-ssh which will redirect the external TCP/59722 port of the router to the internal host 192.168.1.3, TCP/22 port:

DLINK# configure 
DLINK(cfg)# nat 
DLINK(cfg-nat)# add portmapping my-ssh
DLINK(cfg-nat)# portmapping my-ssh
DLINK(cfg-nat-portmap:ssh-IPBOX)# extPortList add TCP:59722
DLINK(cfg-nat-portmap:ssh-IPBOX)# host 192.168.1.3
DLINK(cfg-nat-portmap:ssh-IPBOX)# intPort 22
DLINK(cfg-nat-portmap:ssh-IPBOX)# allInterfaces enable
DLINK(cfg-nat-portmap:ssh-IPBOX)# enable
DLINK(cfg-nat-portmap:ssh-IPBOX)# show
DLINK(cfg-nat-portmap:ssh-IPBOX)# configSave
doc/appunti/hardware/dlink_dva_5593z.1621493809.txt.gz · Last modified: 2021/05/20 06:56 by niccolo