www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / scdmz.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3         (c) 2005 U.S. Robotics Corporation
4 -->
5 <html>
6 <head>
7         <title>Security &raquo; DMZ Host</title>
8
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <link href="usr_menus.css" rel="stylesheet" type="text/css"><script src="usr_menus.js" type="text/javascript"></script><script src="usr_menus_build.js" type="text/javascript"></script>
11         <script src="usr_common.js" type="text/javascript"></script>
12
13         <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
14
15    <script type="text/javascript" src="util.js"></script>
16    <script type="text/javascript">
17 <!-- hide
18
19 setPageTitle("<%ejGetWlJS(wlInterface)%>");
20
21 function frmLoad() {
22    var addr = '<%ejGetOther(dmzHost)%>';
23
24    with ( document.forms[0] ) {
25       dmzAddr.value = addr;
26    }
27 }
28
29 function btnApply() {
30    var loc = 'scdmz.cmd?';
31    with ( document.forms[0] ) {
32       if ( dmzAddr.value != '' &&
33            isValidIpAddress(dmzAddr.value) == false ) {
34          alert('DMZ host address "' + dmzAddr.value + '" is invalid IP address.');
35          return;
36       }
37       loc += 'address=' + dmzAddr.value;
38    }
39    var code = 'location = "' + loc + '"';
40    eval(code);
41 }
42
43 // done hiding -->
44 </script>
45 </head>
46 <body onload="initMenu(); frmLoad();">
47
48 <script type="text/javascript">
49         writeHeader("Security", "<%ejGetJS(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWlJS(wlInterface)%>", <%ejGetJS(enblQos)%>);
50 </script>
51
52         <h3>DMZ Host</h3>
53
54         <p>The router will forward from the WAN to the DMZ host computer
55         any IP packets that do not belong to
56    the applications configured in the <b>Virtual Servers</b> table.</p>
57
58         <p>To activate the DMZ host, enter the computer's IP address and press <b>Apply</b>.</p>
59
60         <p>To deactivate the DMZ host, clear the IP address field and press <b>Apply</b>.</p>
61
62 <form>
63         <p><label for="dmzAddr">DMZ host IP address:</label> <input type='text' name='dmzAddr' id='dmzAddr'></p>
64
65         <p><input type='button' onClick='btnApply()' value='Apply'></p>
66 </form>
67
68 <script type="text/javascript">
69         writeFooter();
70 </script>
71
72 </body>
73 </html>