dmz ip

This command is used to set up the demilitarized zone (DMZ) feature of the modem that will let all packets go through the modem's firewall to a selected computer.

ip = 0.0.0.0Disables the DMZ feature (Default)
ip = 0.0.0.x to 255.255.255.255Local IP address to forward packets

Notes:


Examples:

  1. Set up all traffic to be forwarded to a device at 192.168.1.20 including remote Telnet (TCP port 23) traffic, remote SSH (TCP port 22) traffic, and remote Web configuration (TCP port 80) traffic :
    cmd dmz 192.168.1.20
  1. Disable the DMZ feature :
    cmd dmz 0.0.0.0
  1. Set up all traffic to be forwarded to a device at 192.168.1.20, except remote Web configuration (TCP port 80) traffic and remote SSH (TCP port 22) traffic that are forwarded to the modem :
    cmd rmtweb 1
    cmd rmtssh 1
    cmd dmz 192.168.1.20

Firmware revision 1.3.0.1586

Last modified 7 years ago Last modified on 12-12-28 11:31:26 AM