User`s guide

RN-WIFLYCR-UG
www.rovingnetworks.com Version 1.2r 4/30/13 page 14
The flush timer is one of three available methods you can use to control TCP/IP packet
forwarding. The others are set comm match and set comm size. For more informa-
tion refer to “UART Receiver & RTS/CTS Hardware Flow Control” on page 60.
Default: 5
Example: set comm time 20 // Set the flush timer to 20 ms
2.3.17 set dhcp lease <value>
This command sets the soft AP mode DHCP lease time to <value>, where <value> is
the number of seconds. The module uses this value when offering the DHCP lease to
each client associating with the module in soft AP mode.
Default: 86400
Example: set dhcp lease 2000 // Sets the DHCP lease to 2,000 seconds
2.3.18 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
2.3.19 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
2.3.20 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
2.3.21 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