<html> <%!PosGrantIpAccess urlparam%> <title>Internet Services Administrator - Grant Access</title> <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020> <!-- Header --> <TABLE BORDER=0> <TR VALIGN=CENTER> <TD> <A HREF="/htmla/htmla.htm"> <IMG SRC="/htmla/iis_t.gif" ALT="Microsoft Peer Web Services" ALIGN=BOTTOM BORDER=0></A></TD> <TD><FONT SIZE=+2 COLOR=#802020> <B><%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Administrator - Grant Access</B></FONT><BR> <FONT SIZE=+1 COLOR=#802020>Administration for <%servname%>://<%hostname%></FONT> </TD></TR> </TABLE> <HR> <P> Grant <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> access to the following :<P> <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/advedgu+<%ipgrantref%>"> <input type="radio" name="grantisipsingle" value=1 <%if grantisipsingle EQ 1%>CHECKED<%endif%>> Single Computer<p> <input type="radio" name="grantisipsingle" value=0 <%if grantisipsingle EQ 0%>CHECKED<%endif%>> Group of Computers<p> IP Address : <input type="text" name="grantipaddr" value="<%grantipaddr%>"><p> A subnet mask is only necessary when you grant access to a group of computers<p> Subnet Mask : <input type="text" name="grantipmask" value="<%if grantisipsingle EQ 0%><%grantipmask%><%endif%>"><p> <input type="submit" value="OK"> <input type="reset" value="reset"> <input type="submit" name="cancel" value="Cancel"> </form> </html>