User manual

!
www.rovingnetworks.com Version 1.0r 9/21/2012 13
RN-WIFLYCR-UM
set dns address <address>
This command sets the IP address of the DNS sever, where <address> is an IP address in the form
<value>.<value>.<value>.<value> with <value> being a number between 0 and 255. This address is automatically set
when using DHCP; you must set the DNS IP address for static IP or automatic IP modes.
Default: 0.0.0.0
Example: set dns address 169.64.1.1 // Set the DNS server address to 169.64.1.1
set dns name <string>
This command sets the name of the host for TCP/IP connections to <string>, where <string> is up to 32 characters
(32 bytes).
Default: server1
Example: set dns name roving1 // Set the DNS host name to roving1
set dns backup <string>
This command sets the name of the backup host for TCP/IP connections to <string>, where <string> is up to 32
characters (32 bytes). The FTP client uses the backup string to download the firmware via the ftp update command.
Default: rn.microchip.com
Example: set dns backup roving2 // Set the DNS host name to roving2
set ftp addr <address>
This command sets the FTP server’s IP address of the FTP server, where <address> is an IP address in the form
<value>.<value>.<value>.<value> with <value> being a number between 0 and 255.
Default: 0.0.0.0
Example: set ftp addr 66.35.227.3 // Set the FTP server to 66.35.227.3
set ftp dir <string>
This command sets the starting directory on the FTP server, where <string> is up to 32 characters. To read/write to
subfolders, use the \ character. To indicate the root directory, use a period.
Default: public
Example: set ftp dir demo // Sets the FTP server starting directory to demo
set ftp dir demo\test // Sets the FTP server starting directory to demo\test
set ftp dir . // Sets the FTP server starting directory to the root
// directory