- 70 -Set Server Parameter ValuesNote:This request require administrator accessMethod:GET/POSTSyntax:http://<servername>/cgi-bin/admin/setparam.cgi?[nosync=&]=[&=…][&return=]parametervaluedescriptionnosync0, 1Specifies that there should be no sync (write) ofthe corresponding configuration file on flash. Ifparameter is omitted, a sync write will occur.(note: this parameter must be put at begin ofparameter list)_.value to assigned Assigntotheparameter_..returnRedirecttothepagepage>aftertheparameter is assigned.Thecanbe a full URL path or relative path according thethe current path. If you omit this parameter, itwill redirect to an empty page.(note: The return page can be a general HTMLfile(.htm,.html)oraserverscriptexecutable(.vspx) file. It can not be a CGI command. It cannot have any extra parameters. This parametermust be put at end of parameter list)Example:Set the IP address of server to 192.168.0.123http://myserver/cgi-bin/admin/setparam.cgi?Network_IPAddress=192.168.0.123