Explaining DMZ s and Port Forwarding for home networking, broadband routers, and NAT connection sharing. First some definitions (greatly simplified)



Similar documents
Chapter 3 Security and Firewall Protection

Half Bridge mode }These options are all found under Misc Configuration

Firewall VPN Router. Quick Installation Guide M73-APO09-380

DRO-210i LOAD BALANCING ROUTER. Review Package Contents

UIP1868P User Interface Guide

BROADBAND INTERNET ROUTER USER S MANUAL. Version Page 1 of 13 -

Multi-Homing Dual WAN Firewall Router

Technical Support Information

Protecting the Home Network (Firewall)

Virtual Server in SP883

Broadband Phone Gateway BPG510 Technical Users Guide

TL-R402M Cable/DSL Router

3.5 LAN HDD Enclosure User s Manual

BR-6104K / BR-6104KP Fast Ethernet Broadband Router User s Manual

emerge 50P emerge 5000P

Appendix C Network Planning for Dual WAN Ports

801.11n Wireless Broadband Router

ewon-vpn - User Guide Virtual Private Network by ewons

Network Address Translation (NAT)

How To Load balance traffic of Mail server hosted in the Internal network and redirect traffic over preferred Interface

Appendix IP CAMERA Network Connections

NETVIGATOR Wireless Modem Setup Guide. (TG789Pvn)


Setting up VPN connection: DI-824VUP+ with Windows PPTP client

Broadband Router ALL1294B

802.11n Wireless Broadband Router WNRT-625

Edgewater Routers User Guide

How Your Computer Accesses the Internet through your Wi-Fi for Boats Router

Wireless G Broadband quick install

DSL-G604T Install Guides

Setting up D-Link VPN Client to VPN Routers

Multifunctional Broadband Router User Guide. Copyright Statement

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR.

DSL-2600U. User Manual V 1.0

COPYRIGHT & TRADEMARKS FCC STATEMENT EC DECLARATION OF CONFORMITY (EUROPE) SAFETY NOTICES

Network Configuration Settings

Configuring DrayTek Equipment With A Sky Network.

LevelOne. User Manual. FBR-1430 VPN Broadband Router, 1W 4L V1.0

Upgrade your Software

TL-R460 Cable/DSL Router

Step-by-Step Configuration

1. Hardware Installation

Chapter 10 Troubleshooting

How To Configure Apple ipad for Cyberoam L2TP

Electromeet Participant Guide Optimising Your Internet Connection

Chapter 4 Managing Your Network

Figure 41-1 IP Filter Rules

TW100-BRV204 VPN Firewall Router

7 6.2 Windows Vista / Windows IP Address Syntax Mobile Port Windows Vista / Windows Apply Rules To Your Device

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The

Internet and Intranet Calling with Polycom PVX 8.0.1

Quick Guide of HiDDNS Settings (with UPnP)

How to configure DNAT in order to publish internal services via Internet

Edgewater Routers User Guide

Installation of the On Site Server (OSS)

ADSL MODEM. User Manual V1.0

Please use only wired network connections to configure the Router.

IMF Tune Quarantine & Reporting Running SQL behind a Firewall. WinDeveloper Software Ltd.

Chapter 1 Connecting Your Router to the Internet

Chapter 2 Connecting the FVX538 to the Internet

How to setup PPTP VPN connection with DI-804HV or DI-808HV using Windows PPTP client

Business VoIP Solution Training 04/2009

Multi-Homing Security Gateway

Polycom Phones User Guide Bicom Systems

User s Manual. Copyright 2010 Vantec Thermal Technologies. All Rights Reserved.

Broadband Router ESG-103. User s Guide

Getting started. Creating a Web Server support application

Internet Technologies. World Wide Web (WWW) Proxy Server Network Address Translator (NAT)

Initial Access and Basic IPv4 Internet Configuration

M2M Series Routers. Port Forwarding / DMZ Setup

Sweex Wireless BroadBand Router + 4 port switch + print server

FTP Server Application Guide. Rev:

Volume SYSLOG JUNCTION. User s Guide. User s Guide

MultiSite Manager. Setup Guide

USER MANUAL NETWORK DRIVE XS EXTERNAL NETWORK HARD DRIVE / 3.5" / GIGABIT LAN / USB 2.0. Rev. 945

Lab Configuring Access Policies and DMZ Settings

SITRANS RD500 Configuring the RD500 with PSTN or GSM modems and Windows-based servers and clients for communication Objective:

Steltronic Focus. Main Desk Internet connection

Tech-Note Bridges Vs Routers Version /06/2009. Bridges Vs Routers

TL-R860 Cable/DSL Router

Broadband ADSL2+ Modem DM111PSPv2

TW100-BRF114 Firewall Router. User's Guide. Cable/DSL Internet Access. 4-Port Switching Hub

If no telephone is needed, please connect the LINE port of the Modem Router to the wall jack using the telephone line directly.

ZTE Australia Help Guides MF91

FTP Server Application Guide

ADSL Router Quick Installation Guide Revised, edited and illustrated by Neo

NETWORK SETUP INSTRUCTIONS

Perimeter Firewalls. Brandon Napier Rick Archibald Pete Jamison HAL PC & HLUG 09/22/2007. brought to you by: in association with

How To Connect Xbox 360 Game Consoles to the Router by Ethernet cable (RJ45)?

Volume. Instruction Manual

Prestige 324. Prestige 324. Intelligent Broadband Sharing Gateway. Version 3.60 January 2003 Quick Start Guide

Prestige 324 Quick Start Guide. Prestige 324. Intelligent Broadband Sharing Gateway. Version V3.61(JF.0) May 2004 Quick Start Guide

Load Balance Mechanism

Internet Access to a DVR365

TL-R860 Cable/DSL Router

Quick Note 026. Using the firewall of a Digi TransPort to redirect HTTP Traffic to a proxy server. Digi International Technical Support December 2011

ZyWALL 5. Internet Security Appliance. Quick Start Guide Version 3.62 (XD.0) May 2004

exacqvision IP Camera Quickstart Guide

If you need additional assistance please contact our Technical Support Center at 24 hours a day, 7 days a week.

Port Forwarding your Router for Use with a Network DVR

Transcription:

Explaining DMZ s and Port Forwarding for home networking, broadband routers, and NAT connection sharing First some definitions (greatly simplified) Ports: Applications running on TCP/IP open connections to other computers using something called ports. Ports allow multiple applications to reside on a single computer - all talking TCP/IP. Ports are another set of numbers AFTER the standard IP address. Applications often hide these port numbers to reduce the complexity of TCP/IP. Example: web services (HTTP) reside on port 80 by default. To reach this web site, you could type http://www.webserver.com:80 into your browser. The 80 is the default port number for the HTTP protocol so typing it is not necessary. There are 65535 available ports. Please go to page 4 to view a list of some well known ports. Port Forwarding: A broadband router or other NAT application (like ICS) creates a firewall between your internal network and the internet. A firewall keeps unwanted traffic from the internet away from your LAN computers. A tunnel can be created through your firewall so that the computers on the Internet can communicate to one of the computers on your LAN on a single port. This is handy for running web servers, game servers, ftp servers, or even video conferencing. This is called port forwarding. One of your computers could run a web server (port 80) while another computer could run an FTP server (port 21) - both on the same IP address. Adsl Modem Router 10.0.0.3 (port 6311) WAN FTP://81.x.x.x (port 6311) 81.x.x.x (port range 7300-7305) Port forwarding (Virtual Server) rules are installed on the broadband router to send requests from the internet to server on your LAN LAN 10.0.0.5 (port 7300) i.e. BitTorrent

Port Range on the Wan side Server IP address Whatever port your software/application specified You probuably don't need to be able to perform router admin from the Internet You only need the FTP server running when you want to upload new firmare. This is the port the router admin server listens to. If the WAN side HTTP server is switched on, it shouldn't be the same port as any virtual server.

DMZ: This is a feature that is included on this routers but is not in Internet sharing software. A DMZ allows a single computer on your LAN to expose ALL of its ports to the Internet. When doing this, the exposed computer is no longer behind the firewall. So beware! 10.0.0.252 The IP address of the one computer you wish to open all its port to the internet. Port Forwarding vs DMZ A DMZ is far easier to set up than port forwarding but exposes your entire computer to the Internet. Sometimes TCP/IP applications require very specialized IP configurations that are difficult to set up or are not supported by your router. In this case, placing your computer in the DMZ is the only way to get the application working. Placing a computer in the DMZ should be considered temporary because your firewall is no longer able to provide any security to it. Port forwarding can sometimes be difficult to configure, but provides a relatively safe way of running a server from behind a firewall. Since only a single port (or small series of ports) is exposed to the Internet, the computer is easier to secure. Additionally, port forwarding allows you to run multiple kinds of servers from different computers on your lan. (Please see the above diagrams)

Below is a list of ports used for many applications and games. This is a list of the most common configurations needed to use the applications from behind a NAT based sharing device like a CABLE/DSL ROUTER or Microsoft ICS. As you can see, most applications work fine without configuration when making an outgoing connection. All applications need some kind of port forwarding when you need to act as a server to take incomming connections. This is a GENERAL guideline. The only way to tell if a particular application will work with your router is to test it.

Changing the Timezone on the Router Using Misc config ensure that FTP is enabled on the router Login to the router via FTP and use FTP to download the following files (you should use a FTP Client/Server Application such as CuteFTP or WS_FTP95 L): - CONFIG.REG - FACTORY.REG Alter the [Class\Protocol\SntpClient] section in both files as follows: [Class\Protocol\SntpClient] "Server"="129.6.15.29" <========= this is probably 0.0.0.0 in you original file "ServerIndex"=dword:00000000 "TimeZone"=dword:00000016 <========= this is probably 00000001 in you original file "DaylightSavingTime"=dword:00000000 "Timeout"=dword:00000708 Save both files and use FTP to place them back to the router. Next do a power off/on to reboot the router DO NOT USE THE WEB INTERFACE TO REBOOT THE ROUTER! Disable FTP on router for security once finished (normal reboot from webpage should now work OK) The timeserver IP address can be any one you know works, but you must be sure it wont change or the router will not be able to set the time! See the table below for a list of the ID values. Please note that the table lists the IDs in decimal (base-10) and the value in the files is in hexadecimal (base-16). Please refer to the table (on page 6) for the decimal and hexadecimal values required. If you do have any problems press the reset to revert to factory default settings.

ID DEC HEX TimeZone ------------------------------------------------------------------------------------------------- 0 00 TIME_ZONE_ENEWETAK_KWAJALEIN, /* -12 for GMT */ 1 01 TIME_ZONE_MIDWAY_ISLAND, /* -11 for GMT */ 2 02 TIME_ZONE_HAWAII, /* -10 for GMT */ 3 03 TIME_ZONE_ALASKA, /* -9 for GMT */ 4 04 TIME_ZONE_PACIFIC, /* -8 for GMT */ 5 05 TIME_ZONE_ARIZONA, /* -7 for GMT */ 6 06 TIME_ZONE_MOUNTAIN, /* -7 for GMT */ 7 07 TIME_ZONE_CENTRAL, /* -6 for GMT */ 8 08 TIME_ZONE_MEXICO_CITY, /* -6 for GMT */ 9 09 TIME_ZONE_SASKATCHEWAN, /* -6 for GMT */ 10 0A TIME_ZONE_BOGOTA, /* -5 for GMT */ 11 0B TIME_ZONE_EASTERN, /* -5 for GMT */ 12 0C TIME_ZONE_INDIANA, /* -5 for GMT */ 13 0D TIME_ZONE_ATLANTIC, /* -4 for GMT */ 14 0E TIME_ZONE_CARACAS, /* -4 for GMT */ 15 0F TIME_ZONE_SANTIAGO, /* -4 for GMT */ 16 10 TIME_ZONE_NEWFOUNDLAND, /* -3 for GMT */ 17 11 TIME_ZONE_BRASILIA, /* -3 for GMT */ 18 12 TIME_ZONE_BUENOS, /* -3 for GMT */ 19 13 TIME_ZONE_MID_ATLANTIC, /* -2 for GMT */ 20 14 TIME_ZONE_AZORES, /* -1 for GMT */ 21 15 TIME_ZONE_CASABLANCA, /* 0 for GMT */ 22 16 TIME_ZONE_GREENWICH_MEAN_TIME_DUBLIN, /* 0 for GMT */ 23 17 TIME_ZONE_GREENWICH_MEAN_TIME_LISBON, /* 0 for MT */ 24 18 TIME_ZONE_AMSTERDAM, /* +1 for GMT */ 25 19 TIME_ZONE_STOCKHOIM, /* +1 for GMT */ 26 1A TIME_ZONE_BRATISLAVA, /* +1 for GMT */ 27 1B TIME_ZONE_PRAGUE, /* +1 for GMT */ 28 1C TIME_ZONE_PARIS, /* +1 for GMT */ 29 1D TIME_ZONE_SOFIJA, /* +1 for GMT */ 30 1E TIME_ZONE_ATHENS, /* +2 for GMT */ 31 1F TIME_ZONE_BUCHAREST, /* +2 for GMT */ 32 20 TIME_ZONE_CAIRO, /* +2 for GMT */ 33 21 TIME_ZONE_HARARE, /* +2 for GMT */ 34 22 TIME_ZONE_HELSINKI, /* +2 for GMT */ 35 23 TIME_ZONE_ISRAEL, /* +2 for GMT */ 36 24 TIME_ZONE_BAGHDAD, /* +3 for GMT */ 37 25 TIME_ZONE_MOSCOW, /* +3 for GMT */ 38 26 TIME_ZONE_TEHRAN, /* +3 for GMT */ 39 27 TIME_ZONE_ABU_DHABI, /* +4 for GMT */

40 28 TIME_ZONE_VOGOGRAD, /* +4 for GMT */ 41 29 TIME_ZONE_ISLAMABAD, /* +5 for GMT */ 42 2A TIME_ZONE_ALMATY, /* +6 for GMT */ 43 2B TIME_ZONE_BANGKOK, /* +7 for GMT */ 44 2C TIME_ZONE_BEIJING, /* +8 for GMT */ 45 2D TIME_ZONE_TAIPEI, /* +8 for GMT */ 46 2E TIME_ZONE_TOKYO, /* +9 for GMT */ 47 2F TIME_ZONE_BRISBANE, /* +10 for GMT */ 48 30 TIME_ZONE_CANBERRA, /* +10 for GMT */ 49 31 TIME_ZONE_GUAM, /* +10 for GMT */ 50 32 TIME_ZONE_HOBART, /* +10 for GMT */ 51 33 TIME_ZONE_MAGADAN, /* +11 for GMT */ 52 34 TIME_ZONE_FIJI, /* +12 for GMT */ 53 35 TIME_ZONE_WELLINGTON, /* +12 for GMT */ 54 36 TIME_ZONE_END