cnPilot R-series Home Routers Important Configuration Parameters

Before I starting on the subject on this article I wish to highlight some important changes intoduced in the recent firmware releases starting 4.3.4-R8 and beyond. In case users are finding difficulty accessing their devices post an upgrade, they must review this information and proceed.

Note 1. By default, http access is disabled. Only https is allowed.
Note 2. By default, UI access over WAN is disabled for security concerns. Can be enabled if required.
Note 3. By default, SNMP access over WAN interface is disabled for security concerns. Can be enabled if required.
It is recommended to change the administrator password before enabling any one of the above.

Below is the list of important configuration parameters for R-series along with their descriptions.

These can be pushed via the "User Defined Overrides" in cnMaestro. For details refer to the article below.

Unique per-device values in Profiles using User-defined Overrides

Parameter (Key=<value>)

Description

way_access_web=https

change https to http to enable accessing device GUI using http

SyslogLevel=INFO

change INFO to DEBUG to increase debug logging level

DBID_LAN_LOGIN_ONLY=1

set to 0 to enable GUI access through WAN

wireless_access_web=0

set to 1 to enable GUI access through wireless clients

swFastnatEnabled=0

set to 1 to enable SW-NAT

FactoryDefaultsSetting=1

set to 0 to disable Factory Reset Lock

DBID_SUPER_WEB_PASSWORD=admin

set a new admin password

SSH_SERVER_REMOTE_ENABLE=0

set to 1 to enable ssh over WAN interface

SSH_SERVER_PORT=22

change SSH port

SNMPRemoteLogin=0

set to 1 to enable SNMP access over WAN

SNMPGetCommunity=public

change the SNMP Read community string

SNMPSetCommunity=private 

change the SNMP Write community string

DBID_WEB_LOCAL_PORT=80 

change the http port number for LAN side access

DBID_WEB_PORT=80

change the http port number for WAN side access

DBID_WEB_SSL_PORT=443  

change the https port

3 Likes

@raytaylor wrote:

Host name of the device (eg. for filesharing) 
HostName=cnPilot-R200


LAN Settings
lan_ipaddr=192.168.11.1
lan_netmask=255.255.255.0
dhcpEnabled=0   (0=off 1=on)
dhcpStart=192.168.11.2
dhcpEnd=192.168.11.254
dhcpMask=255.255.255.0
dhcpPriDns=192.168.11.1
dhcpSecDns=8.8.8.8
dhcpGateway=192.168.11.1
dhcpLease=86400


DMZ

DMZEnable=0 (0=off 1=on)
DMZAddress=

NTP
NTPEnable=1 (1=on 0=off)
NTPServerIP=pool.ntp.org
SecondNTPServerIP=
NTPSync=60
NTPRetryTimes=3


Dynamic DNS
DDNSProvider=     (name of provider, variables unknown yet) 
DDNS=    (ddns address or hostname) 
DDNSAccount=   (username)
DDNSPassword=    (password)
WatchDogEnable=1

Wifi
SSID1=CambiumSSID
Channel=1         (1-11)
TxPower=100    (percentage)
WPAPSK1=12345678

Telnet
RemoteTelnet=0    (access via telnet from wan 0=block 1=allow)
LocalTelnet=0      (access via telnet from lan 0=block 1=allow)
TelnetPort=23
telnet_allow_ip=0.0.0.0    (0.0.0.0 = allow all) 



@raytaylor wrote:

2.4ghz More settings:

HT_BW=1     (2.4ghz 0=20mhz mode 1=20/40mhz mode)
AutoChannelSelect= (0=use specific channel 1=Auto)
Channel= (1-13)

5ghz more settings:
RTDEV_HT_BW=  (0=20mhz 1=20/40mhz)
RTDEV_VHT_BW= (0=20/40mhz 1=80mhz)
RTDEV_AutoChannelSelect= (0=use specific channel 1=Auto)
RTDEV_Channel= (5ghz channel number)


2 Likes

How do you enable more SSID’s

Hi @SKYNET360. I don’t have the commands on hand but a good way to find this for any configuration setting is to export the full configuration from a test device, make the desired changes on the device’s web GUI, and then export the full configuration from the device again.

Compare the two configuration files with a diff tool to see what changed and what commands should be used in a Template or AP Group’s Advanced Configuration.

Hi @SKYNET360, If you want to enable SSID from device override, these are the commands:
Maximum 4 SSID can be enabled for each radio band.

SSID1=${SSID1=2.4G_Name}
SSID2=${SSID2=2.4G_Name2}
SSID3=${SSID3=2.4G_Name3}
SSID4=${SSID4=2.4G_Name4}
WPAPSK1=${SSID_PASSWORD1=default}
WPAPSK2=${SSID_PASSWORD2=default}
WPAPSK3=${SSID_PASSWORD3=default}
WPAPSK4=${SSID_PASSWORD4=default}
RTDEV_SSID1=${5G_SSSID1=5G_Name}
RTDEV_SSID2=${5G_SSSID2=5G_Name2}
RTDEV_SSID3=${5G_SSSID3=5G_Name3}
RTDEV_SSID4=${5G_SSSID4=5G_Name4}
RTDEV_WPAPSK1=${5G_SSID_PASSWORD1=default}
RTDEV_WPAPSK2=${5G_SSID_PASSWORD2=default}
RTDEV_WPAPSK3=${5G_SSID_PASSWORD3=default}
RTDEV_WPAPSK4=${5G_SSID_PASSWORD4=default}

Output

1 Like

Is there a way to override the IP address on a WAN port.
Config/
WAN 1 - DHCP
WAN 2 - Static with VLAN
What would the User Overrides be for WAN 2, IP Address, Mask, Gateway, VLAN, 802.1p
Thanks