<[ // Personal Web Server - VNS Configuration Update // (c) 1997 SmartDesk, Inc., All Rights Reserved _apGenerate( ) websrvr = 0 + param( 1 ) sessionId = 0 + param( 2 ) session = new( "session", websrvr, sessionId ) if ( ! session.secure( "Server.Modify" ) ) return( 0 ) end file = webServerConfigFile( websrvr ) ini = new( "inifile", file ) if ( type( ini ) != "O" ) session.error( "Unable to locate the " + file + "data file.", "FFFFFF", "000000" ) return( 0 ) end if ( session.var( "cmd" ) == "update" ) vnsFlag = 0 if ( session.var( "IsVNS" ) == "on" ) vnsFlag |= 1 end if ( session.var( "IsAPHost" ) == "on" ) vnsFlag |= 2 end if ( session.var( "IsVnsRedirect" ) == "on" ) vnsFlag |= 4 end ini.SetString( "LocalVNS", "vnsFlag", "" + vnsFlag ) ini.SetString( "Config", "vnsServer", session.var( "vnsServer" ) ) ini.SetString( "Config", "vnsUserId", session.var( "vnsUserId" ) ) ini.SetString( "Config", "apHost", session.var( "apHost" ) ) ini.SetString( "Config", "apUserId", session.var( "apUserId" ) ) ini.SetString( "LocalVNS", "ftpServer", session.var( "ftpServer" ) ) ini.SetString( "LocalVNS", "ftpUserId", session.var( "ftpUserId" ) ) ini.SetString( "LocalVNS", "ftpPassword", session.var( "ftpPassword" ) ) ini.SetString( "LocalVNS", "ftpDirectory", session.var( "ftpDirectory" ) ) ini.SetString( "LocalVNS", "vnsInFile", session.var( "vnsInFile" ) ) ini.SetString( "LocalVNS", "vnsOutFile", session.var( "vnsOutFile" ) ) ini.SetString( "LocalVNS", "vnsTargetFile", session.var( "vnsTargetFile" ) ) else vnsFlag = 0 + ini.GetString( "LocalVNS", "vnsFlag", "" ) end ]> Personal Web Server - VNS Update
VNS Configuration

©Copyright 1997
by SmartDesk, Inc.
All Rights Reserved

.

Details | Statistics | Configuration | Server Log | Home

The Virtual Name Server (VNS) is used to automatically maintain changing IP addresses for users. Each time a user's personal web server is started or stopped a synchronization message is sent to the VNS. This lets others on the net find you regardless of where you are or which IP address you are using.

    > Enable Virtual Name Server Updating

Server Address:" SIZE=30>
VNS User Id:" SIZE=30>

AP Hosting provides VNS service for those users without access to their own VNS system. This is usually because they do not have access to a system with a dedicated IP address to run the VNS software. SmartDesk provides AP hosting services that enables others to find you regardless of the IP address used.

    > Enable AP Hosting Updating

AP Host Address:" SIZE=30>
AP Host User Id:" SIZE=30>

VNS Redirection lets you use an existing web site to maintain your current IP contact information. This allows you to create one web page that automatically contains your access information whenever your desktop is available, and another when you are unavailable. In this way, the web server will automatically FTP the proper page with the updated IP information whenever you log on or off of your server. FTP access to the server is required.

    > Enable VNS Redirection

Server Address:" SIZE=30>
User Name:" SIZE=30>
Password:" SIZE=30>
Directory:" SIZE=30>
IN file:" SIZE=30>
OUT file:" SIZE=30>
Destination file:" SIZE=30>



Details | Statistics | Configuration | Server Log | Home