Advertisement
Guest User

dd-wrt 4.9.60rc1 multi-block contiguous allocation for nvram

a guest
Nov 1st, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 29.90 KB | None | 0 0
  1. 1 https://pastebin.com/gyzLGKEs first successful mips32 compile
  2. 2 https://pastebin.com/nHzYRDps copied over missing libc files/tidied up (missed copying c++ over in this one)
  3. 3 https://pastebin.com/AzFHxnPD libqmi (glib 2.52 and util-linux 2.29 upgraded as well)
  4. 4 https://pastebin.com/Cyh8eivj minidlna update
  5. 5 https://pastebin.com/L9w8arvC gudev added
  6. 6 https://pastebin.com/h2xFLf2V php7 updates etc
  7. 7 https://pastebin.com/bHPpZrRx updated ar71xx for 4.9 (also did it for ar934x platform ["wasp"--mips74k])
  8. 8 https://pastebin.com/zsdTjjKQ status update on the firmware (not really exclusive to the AC55U, just packing it using mkimage vs lzma-loader etc).
  9. 9 https://pastebin.com/qNMiWkD9 failure of AC55U due to sensitive MTD flash partitioning (likely due to shoe-horning of AR7134 devicetree file for QCA9558)
  10. 10 https://pastebin.com/1BPUmMzx just an update to glibc 2.29 and using the latest 4.9 committed by brainslayer to ensure we're all on teh same page.
  11. 11 https://pastebin.com/9jrT1gkP raw bootlog from the r6700v2/r6800/r6900v2. included so people can observe how the u-boot and "stage  code seem to be "together"; that is, the u-boot seems to be customised to deal with the sercomm utilities (no mtdparts, but there is an sc_nand).
  12. 12 https://pastebin.com/TJHeu9VC discussing the sercomm boot tools and such.
  13. 13 https://pastebin.com/uadhgmvS just showing the boot log (without initramfs enabled).
  14. 14 https://pastebin.com/jNmY4y9D was just sharing the observation about initrd that wasn't really useful to the problem
  15. 15 https://pastebin.com/EUeDuLHZ briefly discussing the boot and problem with the dtb (device tree binary) not being "seen" by the kernel
  16. 16 https://pastebin.com/K7yuBYfv just a nothingness update (talking about clocksource driver being picked up when disabling the devicetree node calls in mt7621.c)
  17. 17 https://pastebin.com/LAewauYh discussing the devicetree hack created by The oh-so-clever Crispy One John Crispin (blogic), and how it must be used instead of the "appended_dtb" kernel configuration options. also pointed out the resulting file system driver issue
  18. 18 https://pastebin.com/uMBaREgn expressing my justified frustration at being unable to mount the bloody filesystem, which is/was likely caused by the network devices having "priority" on the CPU cores, thereby creating a "lock' that can only be opened with the drivers.
  19. 19 https://pastebin.com/nqYDn4XD successful driver loading, and the rdinit allows the sercommised firmware to "let go" and release the kernel for further booting. this is where i bricked my router trying to update/flash a compiled u-boot. at least i got this build to dump the stack before it died (https://pastebin.com/g1fsrWtm remember, it's MIPS!)
  20. 20 https://pastebin.com/ux4jky9c just discussing the transition to a d-link dir882 and the issue with the ralink_nand driver.
  21. 21 https://pastebin.com/m0Fer8cM just talking about wrapping ralink_nand.h.
  22. 22 https://pastebin.com/sDSU1JZg discussing RDinit success (in the sense that it works) when using DLINK's uclibc romfs, but no such success when invoking glibc-linked programs.
  23. 23 https://www.sendspace.com/file/5x7z3g discussing the successful boot with initrd of a uclibc image
  24. 24 https://pastebin.com/vKyTpSGe just sharing my excitement at having a statically-compiled gcc for the platform (among other things)
  25.  
  26. below is the paste from clearing the two nvram banks, and then calling startservice defaults, and then printing the output of each bank. you will see there is no overlap and that they are contigous.
  27.  
  28. eat our ass broadCRAP [(c) boru]
  29.  
  30. #mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux#mipslinux
  31. bash-4.4# ralink_init clear 2860              
  32. bash-4.4# ralink_init clear config2          
  33. bash-4.4# nvram show 0
  34. #mipslinux#mipslinux#mipslinux| RT2860_NVRAM CONTENTS |#mipslinux#mipslinux#mipslinux
  35. bash-4.4# nvram show 4
  36. #mipslinux#mipslinux#mipslinux| CONFIG2_NVRAM CONTENTS |#mipslinux#mipslinux#mipslinux
  37. bash-4.4# startservice defaults              
  38. restore nvram to defaults
  39. WARNING: RT2860_NVRAM BLOCK WILL BE WIPED. ARE YOU SURE YOU WANT TO CONTINUE? (y/n):y
  40. Nearing limit for RT2860_NVRAM, moving to CONFIG2_NVRAM [idx=4]...
  41. bash-4.4# nvram show 0
  42. #mipslinux#mipslinux#mipslinux| RT2860_NVRAM CONTENTS |#mipslinux#mipslinux#mipslinux
  43. nvram_ver=3
  44. router_style=elegant
  45. os_version=30895
  46. os_date=Nov  1 2017
  47. wait_time=5
  48. timer_interval=3600
  49. time_zone=Europe/Berlin
  50. ntp_server=
  51. refresh_time=3
  52. auth_limit=180
  53. log_level=0
  54. upnp_enable=0
  55. upnp_config=1
  56. upnp_internet_dis=0
  57. upnp_ssdp_interval=60
  58. upnp_max_age=180
  59. upnpcas=0
  60. ezc_enable=1
  61. ezc_version=2
  62. is_default=1
  63. os_server=
  64. stats_server=
  65. console_loglevel=7
  66. fw_disable=0
  67. log_enable=0
  68. log_ipaddr=0
  69. lan_ifname=
  70. lan_ifnames=
  71. lan_hwnames=
  72. lan_hwaddr=
  73. wl0_ifname=eth1
  74. lan_proto=dhcp
  75. lan_ipaddr=192.168.1.1
  76. lan_netmask=255.255.255.0
  77. lan_gateway=0.0.0.0
  78. sv_localdns=0.0.0.0
  79. lan_stp=0
  80. lan_wins=
  81. lan_domain=
  82. lan_lease=86400
  83. sfe=1
  84. wan_dial=0
  85. wan_ifname=
  86. wan_ifname2=
  87. wan_ifnames=
  88. wan_default=
  89. wan_hwname=
  90. wan_hwaddr=
  91. wan_vdsl=0
  92. dtag_vlan8=0
  93. dtag_bng=0
  94. wan_proto=dhcp
  95. wan_ipaddr=0.0.0.0
  96. wan_netmask=0.0.0.0
  97. wan_gateway=0.0.0.0
  98. pptp_wan_gateway=0.0.0.0
  99. l2tp_wan_gateway=0.0.0.0
  100. wan_dns=
  101. wan_wins=0.0.0.0
  102. wan_dualaccess=0
  103. wan_hostname=
  104. wan_domain=
  105. wan_lease=86400
  106. static_route=
  107. static_route_name=
  108. ses_enable=1
  109. ses_event=2
  110. ses_button=0
  111. ses_script=
  112. wan_primary=1
  113. wan_unit=0
  114. filter_maclist=
  115. filter_macmode=deny
  116. filter_client0=
  117. filter_port=
  118. filter_rule1=
  119. filter_rule2=
  120. filter_rule3=
  121. filter_rule4=
  122. filter_rule5=
  123. filter_rule6=
  124. filter_rule7=
  125. filter_rule8=
  126. filter_rule9=
  127. filter_rule10=
  128. filter_tod1=
  129. filter_tod2=
  130. filter_tod3=
  131. filter_tod4=
  132. filter_tod5=
  133. filter_tod6=
  134. filter_tod7=
  135. filter_tod8=
  136. filter_tod9=
  137. filter_tod10=
  138. filter_tod_buf1=
  139. filter_tod_buf2=
  140. filter_tod_buf3=
  141. filter_tod_buf4=
  142. filter_tod_buf5=
  143. filter_tod_buf6=
  144. filter_tod_buf7=
  145. filter_tod_buf8=
  146. filter_tod_buf9=
  147. filter_tod_buf10=
  148. filter_ip_grp1=
  149. filter_ip_grp2=
  150. filter_ip_grp3=
  151. filter_ip_grp4=
  152. filter_ip_grp5=
  153. filter_ip_grp6=
  154. filter_ip_grp7=
  155. filter_ip_grp8=
  156. filter_ip_grp9=
  157. filter_ip_grp10=
  158. filter_mac_grp1=
  159. filter_mac_grp2=
  160. filter_mac_grp3=
  161. filter_mac_grp4=
  162. filter_mac_grp5=
  163. filter_mac_grp6=
  164. filter_mac_grp7=
  165. filter_mac_grp8=
  166. filter_mac_grp9=
  167. filter_mac_grp10=
  168. filter_web_host1=
  169. filter_web_host2=
  170. filter_web_host3=
  171. filter_web_host4=
  172. filter_web_host5=
  173. filter_web_host6=
  174. filter_web_host7=
  175. filter_web_host8=
  176. filter_web_host9=
  177. filter_web_host10=
  178. filter_web_host11=
  179. filter_web_host12=
  180. filter_web_host13=
  181. filter_web_host14=
  182. filter_web_url1=
  183. filter_web_url2=
  184. filter_web_url3=
  185. filter_web_url4=
  186. filter_web_url5=
  187. filter_web_url6=
  188. filter_web_url7=
  189. filter_web_url8=
  190. filter_web_url9=
  191. filter_web_url10=
  192. filter_web_url11=
  193. filter_web_url12=
  194. filter_web_url13=
  195. filter_web_url14=
  196. filter_web_url15=
  197. filter_port_grp1=
  198. filter_port_grp2=
  199. filter_port_grp3=
  200. filter_port_grp4=
  201. filter_port_grp5=
  202. filter_port_grp6=
  203. filter_port_grp7=
  204. filter_port_grp8=
  205. filter_port_grp9=
  206. filter_port_grp10=
  207. filter_dport_grp1=
  208. filter_dport_grp2=
  209. filter_dport_grp3=
  210. filter_dport_grp4=
  211. filter_dport_grp5=
  212. filter_dport_grp6=
  213. filter_dport_grp7=
  214. filter_dport_grp8=
  215. filter_dport_grp9=
  216. filter_dport_grp10=
  217. filter_services=
  218. filter_services_1=
  219. dmz_enable=0
  220. dmz_ipaddr=0
  221. autofw_port0=
  222. dhcp_start=100
  223. dhcp_num=50
  224. dhcp_lease=1440
  225. dhcp_domain=wan
  226. dhcp_wins=wan
  227. wan_get_dns=
  228. http_username=bJ/GddyoJuiU2
  229. http_passwd=bJz7PcC1rCRJQ
  230. remote_ip_any=1
  231. remote_ip=0.0.0.0 0
  232. http_wanport=8080
  233. http_lanport=80
  234. http_enable=1
  235. https_enable=0
  236. http_method=post
  237. wl0_web_filter=0
  238. wl1_web_filter=0
  239. wl2_web_filter=0
  240. pppoe_ifname=
  241. ppp_username=
  242. ppp_passwd=
  243. ppp_idletime=5
  244. ppp_keepalive=0
  245. ppp_demand=0
  246. ppp_redialperiod=30
  247. ppp_service=
  248. ppp_ac=
  249. ppp_static=0
  250. ppp_static_ip=
  251. ppp_get_ac=
  252. ppp_get_srv=
  253. ppp_compression=0
  254. ppp_mppe=
  255. ppp_mlppp=0
  256. wl0_nbw_cap=1
  257. wl1_nbw_cap=1
  258. wl2_nbw_cap=1
  259. wl0_nbw=20
  260. wl1_nbw=20
  261. wl2_nbw=20
  262. wl0_bw_cap=255
  263. wl1_bw_cap=255
  264. wl2_bw_cap=255
  265. wl0_nctrlsb=none
  266. wl1_nctrlsb=none
  267. wl2_nctrlsb=none
  268. wl0_nband=0
  269. wl1_nband=1
  270. wl2_nband=1
  271. wl0_nmcsidx=-1
  272. wl1_nmcsidx=-1
  273. wl2_nmcsidx=-1
  274. wl0_nmode=-1
  275. wl1_nmode=-1
  276. wl2_nmode=-1
  277. wl0_nreqd=0
  278. wl1_nreqd=0
  279. wl2_nreqd=0
  280. wl0_vlan_prio_mode=off
  281. wl1_vlan_prio_mode=off
  282. wl2_vlan_prio_mode=off
  283. wl0_leddc=0x640000
  284. wl_rxstreams=0
  285. wl_txstreams=0
  286. wl0_wmf_bss_enable=0
  287. wl1_wmf_bss_enable=0
  288. wl2_wmf_bss_enable=0
  289. wl0_wmf_ucigmp_query=0
  290. wl0_wmf_mdata_sendup=0
  291. wl0_wmf_ucast_upnp=1
  292. wl0_wmf_igmpq_filter=0
  293. wl1_wmf_ucigmp_query=0
  294. wl1_wmf_mdata_sendup=0
  295. wl1_wmf_ucast_upnp=1
  296. wl1_wmf_igmpq_filter=0
  297. wl2_wmf_ucigmp_query=0
  298. wl2_wmf_mdata_sendup=0
  299. wl2_wmf_ucast_upnp=1
  300. wl2_wmf_igmpq_filter=0
  301. wl0_atf=0
  302. wl1_atf=0
  303. wl2_atf=0
  304. wl0_txbf=0
  305. wl1_txbf=0
  306. wl2_txbf=0
  307. wl0_itxbf=0
  308. wl1_itxbf=0
  309. wl2_itxbf=0
  310. wl0_txbf_bfr_cap=1
  311. wl0_txbf_bfe_cap=1
  312. wl1_txbf_bfr_cap=1
  313. wl1_txbf_bfe_cap=1
  314. wl2_txbf_bfr_cap=1
  315. wl2_txbf_bfe_cap=1
  316. wl0_turbo_qam=1
  317. wl1_turbo_qam=1
  318. wl2_turbo_qam=1
  319. wl0_rxchain_pwrsave_enable=0
  320. wl1_rxchain_pwrsave_enable=0
  321. wl2_rxchain_pwrsave_enable=0
  322. wl0_txchain_pwrsave_enable=0
  323. wl1_txchain_pwrsave_enable=0
  324. wl2_txchain_pwrsave_enable=0
  325. wl0_lbr_aggr_en_mask=0
  326. wl0_lbr_aggr_len=16
  327. wl0_lbr_aggr_release_timeout=10
  328. wl1_lbr_aggr_en_mask=0
  329. wl1_lbr_aggr_len=16
  330. wl1_lbr_aggr_release_timeout=10
  331. wl2_lbr_aggr_en_mask=0
  332. wl2_lbr_aggr_len=16
  333. wl2_lbr_aggr_release_timeout=10
  334. wl_rifs_advert=auto
  335. wl0_rifs_advert=auto
  336. wl1_rifs_advert=auto
  337. wl2_rifs_advert=auto
  338. wl_stbc_tx=auto
  339. wl_stbc_rx=1
  340. wl_ampdu=auto
  341. wl_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
  342. wl_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
  343. wl_ampdu_mpdu=0
  344. wl_ampdu_rts=1
  345. wl_amsdu=auto
  346. wl_rx_amsdu_in_ampdu=auto
  347. wl_cal_period=0
  348. wl_obss_coex=0
  349. wl0_stbc_tx=auto
  350. wl0_stbc_rx=1
  351. wl0_ampdu=auto
  352. wl0_ampdu_rtylimit_tid=7 7 7 7 7 7 7 7
  353. wl0_ampdu_rr_rtylimit_tid=3 3 3 3 3 3 3 3
  354. wl0_ampdu_rts=1
  355. wl0_ampdu_mpdu=0
  356. wl0_amsdu=auto
  357. wl0_rx_amsdu_in_ampdu=auto
  358. wl0_cal_period=0
  359. wl0_obss_coex=0
  360. wl0_bss_opmode_cap_reqd=0
  361. wl1_stbc_tx=auto
  362. wl1_stbc_rx=1
  363. wl1_ampdu=auto
  364. wl1_ampdu_rtylimit_tid=7 7 7 7 7 7 7 7
  365. wl1_ampdu_rr_rtylimit_tid=3 3 3 3 3 3 3 3
  366. wl1_ampdu_rts=1
  367. wl1_ampdu_mpdu=0
  368. wl1_amsdu=auto
  369. wl1_rx_amsdu_in_ampdu=auto
  370. wl1_cal_period=0
  371. wl1_obss_coex=0
  372. wl1_bss_opmode_cap_reqd=0
  373. wl2_stbc_tx=auto
  374. wl2_stbc_rx=1
  375. wl2_ampdu=auto
  376. wl2_ampdu_rtylimit_tid=7 7 7 7 7 7 7 7
  377. wl2_ampdu_rr_rtylimit_tid=3 3 3 3 3 3 3 3
  378. wl2_ampdu_rts=1
  379. wl2_ampdu_mpdu=0
  380. wl2_amsdu=auto
  381. wl2_rx_amsdu_in_ampdu=auto
  382. wl2_cal_period=0
  383. wl2_obss_coex=0
  384. wl2_bss_opmode_cap_reqd=0
  385. wl0_sta_retry_time=5
  386. wl_distance=2000
  387. wl_ifname=
  388. wl_hwaddr=
  389. wl_phytype=g
  390. wl_corerev=
  391. wl_phytypes=
  392. wl_radioids=
  393. wl_shortslot=auto
  394. wl1_shortslot=auto
  395. wl2_shortslot=auto
  396. wl_ssid=dd-wrt
  397. wl0_ssid=dd-wrt
  398. wl1_ssid=dd-wrt
  399. wl2_ssid=dd-wrt
  400. wl0.1_ssid=
  401. wl0.2_ssid=
  402. wl0.3_ssid=
  403. wl0_bridged=1
  404. wl0.1_bridged=1
  405. wl0.2_bridged=1
  406. wl0.3_bridged=1
  407. wl0_ipaddr=0.0.0.0
  408. wl0.1_ipaddr=0.0.0.0
  409. wl0.2_ipaddr=0.0.0.0
  410. wl0.3_ipaddr=0.0.0.0
  411. wl0_netmask=0.0.0.0
  412. wl0.1_netmask=0.0.0.0
  413. wl0.2_netmask=0.0.0.0
  414. wl0.3_netmask=0.0.0.0
  415. wl_radio=1
  416. wl0_radio=1
  417. wl0_closed=0
  418. wl0.1_closed=0
  419. wl0.2_closed=0
  420. wl0.3_closed=0
  421. wl1_radio=1
  422. wl1_closed=0
  423. wl_ap_isolate=0
  424. wl1_ap_isolate=0
  425. wl2_ap_isolate=0
  426. wl_mode=ap
  427. wl0_mode=ap
  428. wl1_mode=ap
  429. wl2_mode=ap
  430. wl_lazywds=0
  431. wl_wds=
  432. wl_wep=disabled
  433. wl_crypto=off
  434. wl_auth=0
  435. wl0_crypto=off
  436. wl0_auth=0
  437. wl1_auth=0
  438. wl0_key=1
  439. wl0_key1=
  440. wl0_key2=
  441. wl0_key3=
  442. wl0_key4=
  443. wl0.1_crypto=off
  444. wl0.1_auth=0
  445. wl0.1_key=1
  446. wl0.1_key1=
  447. wl0.1_key2=
  448. wl0.1_key3=
  449. wl0.1_key4=
  450. wl0.2_crypto=off
  451. wl0.2_auth=0
  452. wl0.2_key=1
  453. wl0.2_key1=
  454. wl0.2_key2=
  455. wl0.2_key3=
  456. wl0.2_key4=
  457. wl0.3_crypto=off
  458. wl0.3_auth=0
  459. wl0.3_key=1
  460. wl0.3_key1=
  461. wl0.3_key2=
  462. wl0.3_key3=
  463. wl0.3_key4=
  464. wl_macmode=disabled
  465. wl_macmode1=disabled
  466. wl0_channel=6
  467. wl_reg_mode=off
  468. wl_dfs_preism=60
  469. wl_dfs_postism=60
  470. wl_rate=0
  471. wl1_rate=0
  472. wl_mrate=0
  473. wl_rateset=default
  474. wl1_rateset=default
  475. wl_frag=2346
  476. wl1_frag=2346
  477. wl_rts=2347
  478. wl1_rts=2347
  479. wl_dtim=1
  480. wl1_dtim=1
  481. wl_bcn=100
  482. wl1_bcn=100
  483. wl_plcphdr=long
  484. wl1_plcphdr=long
  485. wl_net_mode=mixed
  486. wl0_net_mode=mixed
  487. wl1_net_mode=mixed
  488. wl2_net_mode=mixed
  489. wl0_gmode=1
  490. wl_gmode_protection=auto
  491. wl1_gmode_protection=auto
  492. wl2_gmode_protection=auto
  493. wl_nmode_protection=auto
  494. wl_frameburst=off
  495. wl1_frameburst=off
  496. wl2_frameburst=off
  497. wl_infra=1
  498. wl_passphrase=
  499. wl_wep_bit=64
  500. wl_wep_buf=
  501. wl_wep_gen=
  502. wl_wep_last=
  503. wl_active_mac=
  504. wl_mac_list=
  505. wl_mac_deny=
  506. security_mode=disabled
  507. security_mode_last=
  508. wl0_auth_mode=disabled
  509. wl0_akm=disabled
  510. wl0_wpa_psk=
  511. wl0_wpa_gtk_rekey=3600
  512. wl0_radius_port=1812
  513. wl0_radius_ipaddr=
  514. wl0_radius_key=
  515. wl0_security_mode=disabled
  516. wl0.1_auth_mode=disabled
  517. wl0.1_akm=disabled
  518. wl0.1_wpa_psk=
  519. wl0.1_wpa_gtk_rekey=3600
  520. wl0.1_radius_port=1812
  521. wl0.1_radius_ipaddr=
  522. wl0.1_radius_key=
  523. wl0.2_auth_mode=disabled
  524. wl0.2_akm=disabled
  525. wl0.2_wpa_psk=
  526. wl0.2_wpa_gtk_rekey=3600
  527. wl0.2_radius_port=1812
  528. wl0.2_radius_ipaddr=
  529. wl0.2_radius_key=
  530. wl0.3_auth_mode=disabled
  531. wl0.3_akm=disabled
  532. wl0.3_wpa_psk=
  533. wl0.3_wpa_gtk_rekey=3600
  534. wl0.3_radius_port=1812
  535. wl0.3_radius_ipaddr=
  536. wl0.3_radius_key=
  537. wl0_radius_override=1
  538. wl0_max_unauth_users=0
  539. wl0_radmacpassword=0
  540. wl_afterburner=off
  541. wl1_afterburner=off
  542. wl_unit=0
  543. restore_defaults=0
  544. router_name=DD-WRT
  545. ntp_mode=auto
  546. pptp_server_ip=
  547. pptp_get_ip=
  548. filter=on
  549. block_wan=1
  550. block_ident=1
  551. block_proxy=0
  552. block_java=0
  553. block_activex=0
  554. block_cookie=0
  555. block_multicast=1
  556. block_loopback=0
  557. block_snmp=1
  558. ipsec_pass=1
  559. pptp_pass=1
  560. l2tp_pass=1
  561. limit_ssh=0
  562. limit_telnet=0
  563. limit_pptp=0
  564. arp_spoofing=1
  565. remote_management=0
  566. remote_mgt_https=0
  567. mtu_enable=0
  568. wan_mtu=1500
  569. forward_port=
  570. forward_spec=
  571. port_trigger=
  572. wk_mode=gateway
  573. dr_setting=0
  574. dr_lan_tx=0
  575. dr_lan_rx=0
  576. dr_wan_tx=0
  577. dr_wan_rx=0
  578. mac_clone_enable=0
  579. def_hwaddr=00:00:00:00:00:00
  580. port_swap=0
  581. ddns_enable=0
  582. ddns_wan_ip=1
  583. ddns_username=
  584. ddns_passwd=
  585. ddns_hostname=
  586. ddns_dyndnstype=
  587. ddns_wildcard=
  588. ddns_username_2=
  589. ddns_passwd_2=
  590. ddns_hostname_2=
  591. ddns_username_3=
  592. ddns_passwd_3=
  593. ddns_hostname_3=
  594. ddns_username_4=
  595. ddns_passwd_4=
  596. ddns_hostname_4=
  597. ddns_username_5=
  598. ddns_passwd_5=
  599. ddns_hostname_5=
  600. ddns_custom_5=
  601. ddns_conf=
  602. ddns_url=
  603. ddns_username_6=
  604. ddns_passwd_6=
  605. ddns_hostname_6=
  606. ddns_dyndnstype_6=
  607. ddns_wildcard_6=
  608. ddns_username_7=
  609. ddns_passwd_7=
  610. ddns_hostname_7=
  611. ddns_wildcard_7=
  612. ddns_username_8=
  613. ddns_passwd_8=
  614. ddns_hostname_8=
  615. ddns_username_9=
  616. ddns_passwd_9=
  617. ddns_hostname_9=
  618. ddns_username_10=
  619. ddns_passwd_10=
  620. ddns_username_11=
  621. ddns_passwd_11=
  622. ddns_hostname_11=
  623. ddns_enable_buf=
  624. ddns_username_buf=
  625. ddns_passwd_buf=
  626. ddns_hostname_buf=
  627. ddns_force=10
  628. ddns_cache=
  629. ddns_time=
  630. skip_amd_check=0
  631. skip_intel_check=0
  632. l2tp_use_dhcp=1
  633. l2tp_server_ip=
  634. l2tp_server_name=
  635. l2tp_get_ip=
  636. l2tp_req_chap=1
  637. l2tp_ref_pap=1
  638. l2tp_req_auth=1
  639. l2tp_encrypt=0
  640. wan_gateway_buf=0.0.0.0
  641. hb_server_ip=
  642. hb_server_domain=
  643. samba_mount=0
  644. rflow_enable=0
  645. info_passwd=0
  646. macupd_enable=0
  647. wl_radauth=0
  648. rc_startup=
  649. rc_firewall=
  650. rc_custom=
  651. rc_shutdown=
  652. wl0_txpwr=100
  653. wl1_txpwr=100
  654. wl0_txant=3
  655. wl0_antdiv=3
  656. wl1_txant=3
  657. wl1_antdiv=3
  658. wl2_txant=3
  659. wl2_antdiv=3
  660. apwatchdog_enable=0
  661. apwatchdog_interval=15
  662. boot_wait=on
  663. cron_enable=1
  664. cron_jobs=
  665. dhcpd_options=
  666. dhcpd_usenvram=0
  667. dns_crypt=0
  668. dnssec=0
  669. dnssec_cu=0
  670. dnssec_proxy=0
  671. local_dns=0
  672. dnsmasq_no_dns_rebind=1
  673. dnsmasq_strict=1
  674. dnsmasq_add_mac=0
  675. dnsmasq_enable=1
  676. dnsmasq_options=
  677. nas_enable=1
  678. ntp_enable=1
  679. pptpd_enable=0
  680. pptpd_forcemppe=1
  681. pptpd_bcrelay=0
  682. pptpd_lip=
  683. pptpd_rip=
  684. pptpd_auth=
  685. pptpd_radius=0
  686. pptpd_radserver=0.0.0.0
  687. pptpd_radport=1812
  688. pptpd_acctport=1813
  689. pptpd_radpass=
  690. pptpd_conn=64
  691. pptp_reorder=0
  692. pptp_iptv=0
  693. pptp_extraoptions=
  694. pptpd_mtu=1436
  695. pptpd_mru=1436
  696. pptp_encrypt=0
  697. resetbutton_enable=1
  698. telnetd_enable=1
  699. ipv6_enable=0
  700. ipv6_pf_len=64
  701. ipv6_mtu=1452
  702. ipv6_tun_client_addr_pref=64
  703. ipv6_tun_upd_url=See tunnelbroker account
  704. radvd_enable=1
  705. radvd_custom=0
  706. radvd_conf=
  707. dhcp6c_custom=0
  708. dhcp6c_conf=
  709. dhcp6s_enable=0
  710. dhcp6s_seq_ips=0
  711. dhcp6s_custom=0
  712. dhcp6s_conf=
  713. chilli_net=192.168.182.0/24
  714. chilli_enable=0
  715. chilli_url=
  716. chilli_radius=0.0.0.0
  717. chilli_backup=0.0.0.0
  718. chilli_pass=
  719. chilli_dns1=0.0.0.0
  720. chilli_interface=
  721. chilli_radiusnasid=
  722. chilli_uamsecret=
  723. chilli_uamanydns=0
  724. chilli_uamallowed=
  725. chilli_macauth=0
  726. chilli_macpasswd=password
  727. chilli_802.1Xauth=0
  728. chilli_additional=
  729. hotss_enable=0
  730. hotss_uamenable=0
  731. hotss_loginonsplash=0
  732. hotss_customsplash=0
  733. hotss_uamallowed=
  734. hotss_operatorid=
  735. hotss_locationid=
  736. hotss_interface=
  737. hotss_net=192.168.182.0/24
  738. hotss_customuam=
  739. hotss_customuamproto=https
  740. hotss_remotekey=
  741. sshd_enable=0
  742. sshd_forwarding=0
  743. sshd_port=22
  744. sshd_passwd_auth=1
  745. sshd_rsa_host_key=
  746. sshd_dss_host_key=
  747. sshd_authorized_keys=
  748. remote_mgt_ssh=0
  749. sshd_wanport=22
  750. remote_mgt_telnet=0
  751. telnet_wanport=23
  752. syslogd_enable=0
  753. klogd_enable=0
  754. syslogd_rem_ip=
  755. wl0_wds1_enable=0
  756. wl0_wds2_enable=0
  757. wl0_wds3_enable=0
  758. wl0_wds4_enable=0
  759. wl0_wds5_enable=0
  760. wl0_wds6_enable=0
  761. wl0_wds7_enable=0
  762. wl0_wds8_enable=0
  763. wl0_wds9_enable=0
  764. wl0_wds10_enable=0
  765. wl0_wds1_hwaddr=
  766. wl0_wds2_hwaddr=
  767. wl0_wds3_hwaddr=
  768. wl0_wds4_hwaddr=
  769. wl0_wds5_hwaddr=
  770. wl0_wds6_hwaddr=
  771. wl0_wds7_hwaddr=
  772. wl0_wds8_hwaddr=
  773. wl0_wds9_hwaddr=
  774. wl0_wds10_hwaddr=
  775. wl0_wds1_ipaddr=
  776. wl0_wds2_ipaddr=
  777. wl0_wds3_ipaddr=
  778. wl0_wds4_ipaddr=
  779. wl0_wds5_ipaddr=
  780. wl0_wds6_ipaddr=
  781. wl0_wds7_ipaddr=
  782. wl0_wds8_ipaddr=
  783. wl0_wds9_ipaddr=
  784. wl0_wds10_ipaddr=
  785. wl0_wds1_netmask=
  786. wl0_wds2_netmask=
  787. wl0_wds3_netmask=
  788. wl0_wds4_netmask=
  789. wl0_wds5_netmask=
  790. wl0_wds6_netmask=
  791. wl0_wds7_netmask=
  792. wl0_wds8_netmask=
  793. wl0_wds9_netmask=
  794. wl0_wds10_netmask=
  795. wl0_wds1_desc=
  796. wl0_wds2_desc=
  797. wl0_wds3_desc=
  798. wl0_wds4_desc=
  799. wl0_wds5_desc=
  800. wl0_wds6_desc=
  801. wl0_wds7_desc=
  802. wl0_wds8_desc=
  803. wl0_wds9_desc=
  804. wl0_wds10_desc=
  805. wl0_wds1_ospf=
  806. wl0_wds2_ospf=
  807. wl0_wds3_ospf=
  808. wl0_wds4_ospf=
  809. wl0_wds5_ospf=
  810. wl0_wds6_ospf=
  811. wl0_wds7_ospf=
  812. wl0_wds8_ospf=
  813. wl0_wds9_ospf=
  814. wl0_wds10_ospf=
  815. wl1_wds1_enable=0
  816. wl1_wds2_enable=0
  817. wl1_wds3_enable=0
  818. wl1_wds4_enable=0
  819. wl1_wds5_enable=0
  820. wl1_wds6_enable=0
  821. wl1_wds7_enable=0
  822. wl1_wds8_enable=0
  823. wl1_wds9_enable=0
  824. wl1_wds10_enable=0
  825. wl1_wds1_hwaddr=
  826. wl1_wds2_hwaddr=
  827. wl1_wds3_hwaddr=
  828. wl1_wds4_hwaddr=
  829. wl1_wds5_hwaddr=
  830. wl1_wds6_hwaddr=
  831. wl1_wds7_hwaddr=
  832. wl1_wds8_hwaddr=
  833. wl1_wds9_hwaddr=
  834. wl1_wds10_hwaddr=
  835. wl1_wds1_ipaddr=
  836. wl1_wds2_ipaddr=
  837. wl1_wds3_ipaddr=
  838. wl1_wds4_ipaddr=
  839. wl1_wds5_ipaddr=
  840. wl1_wds6_ipaddr=
  841. wl1_wds7_ipaddr=
  842. wl1_wds8_ipaddr=
  843. wl1_wds9_ipaddr=
  844. wl1_wds10_ipaddr=
  845. wl1_wds1_netmask=
  846. wl1_wds2_netmask=
  847. wl1_wds3_netmask=
  848. wl1_wds4_netmask=
  849. wl1_wds5_netmask=
  850. wl1_wds6_netmask=
  851. wl1_wds7_netmask=
  852. wl1_wds8_netmask=
  853. wl1_wds9_netmask=
  854. wl1_wds10_netmask=
  855. wl1_wds1_desc=
  856. wl1_wds2_desc=
  857. wl1_wds3_desc=
  858. wl1_wds4_desc=
  859. wl1_wds5_desc=
  860. wl1_wds6_desc=
  861. wl1_wds7_desc=
  862. wl1_wds8_desc=
  863. wl1_wds9_desc=
  864. wl1_wds10_desc=
  865. wl1_wds1_ospf=
  866. wl1_wds2_ospf=
  867. wl1_wds3_ospf=
  868. wl1_wds4_ospf=
  869. wl1_wds5_ospf=
  870. wl1_wds6_ospf=
  871. wl1_wds7_ospf=
  872. wl1_wds8_ospf=
  873. wl1_wds9_ospf=
  874. wl1_wds10_ospf=
  875. wl0_br1_enable=0
  876. wl0_br1_nat=0
  877. wl1_br1_enable=0
  878. wl1_br1_nat=0
  879. wl0_wds=
  880. wl0_wds0=
  881. wl0_wds1=
  882. wl0_wds2=
  883. wl0_wds3=
  884. wl0_wds4=
  885. wl0_wds5=
  886. wl0_wds6=
  887. wl0_wds7=
  888. wl0_wds8=
  889. wl0_wds9=
  890. wl1_wds=
  891. wl1_wds0=
  892. wl1_wds1=
  893. wl1_wds2=
  894. wl1_wds3=
  895. wl1_wds4=
  896. wl1_wds5=
  897. wl1_wds6=
  898. wl1_wds7=
  899. wl1_wds8=
  900. wl1_wds9=
  901. wl0_wds0_if=
  902. wl0_wds1_if=
  903. wl0_wds2_if=
  904. wl0_wds3_if=
  905. wl0_wds4_if=
  906. wl0_wds5_if=
  907. wl0_wds6_if=
  908. wl0_wds7_if=
  909. wl0_wds8_if=
  910. wl0_wds9_if=
  911. wl0_wds10_if=
  912. wl1_wds0_if=
  913. wl1_wds1_if=
  914. wl1_wds2_if=
  915. wl1_wds3_if=
  916. wl1_wds4_if=
  917. wl1_wds5_if=
  918. wl1_wds6_if=
  919. wl1_wds7_if=
  920. wl1_wds8_if=
  921. wl1_wds9_if=
  922. wl1_wds10_if=
  923. wds0.1=
  924. wds0.2=
  925. wds0.3=
  926. wds0.4=
  927. wds0.5=
  928. wds0.6=
  929. wds0.7=
  930. wds0.8=
  931. wds0.9=
  932. wds0.10=
  933. wds0.11=
  934. wds0.12=
  935. wds0.13=
  936. wds0.14=
  937. wds0.15=
  938. wds0.16=
  939. wds1.1=
  940. wds1.2=
  941. wds1.3=
  942. wds1.4=
  943. wds1.5=
  944. wds1.6=
  945. wds1.7=
  946. wds1.8=
  947. wds1.9=
  948. wds1.10=
  949. wds1.11=
  950. wds1.12=
  951. wds1.13=
  952. wds1.14=
  953. wds1.15=
  954. wds1.16=
  955. wshaper_enable=0
  956. wshaper_dev=WAN
  957. wshaper_downlink=0
  958. wshaper_uplink=0
  959. wshaper_nopriohostsrc=
  960. wshaper_nopriohostdst=
  961. wshaper_noprioportsrc=
  962. wshaper_noprioportdst=
  963. zebra_enable=1
  964. qos_type=0
  965. svqos_svcs=
  966. svqos_ips=
  967. svqos_macs=
  968. svqos_port1bw=FULL
  969. svqos_port2bw=FULL
  970. svqos_port3bw=FULL
  971. svqos_port4bw=FULL
  972. svqos_port1prio=10
  973. svqos_port2prio=10
  974. svqos_port3prio=10
  975. svqos_port4prio=10
  976. snmpd_enable=0
  977. snmpd_syslocation=Unknown
  978. snmpd_syscontact=root
  979. snmpd_sysname=dd-wrt
  980. snmpd_rocommunity=public
  981. snmpd_rwcommunity=private
  982. snmpd_conf=See http://www.net-snmp.org for expert snmpd.conf options
  983. wol_enable=0
  984. wol_interval=86400
  985. wol_hostname=
  986. wol_macs=
  987. wol_passwd=
  988. hs_enable=
  989. hs_exempt=
  990. hs_urls=
  991. hs_redirect=
  992. hs_html=
  993. hs_image=
  994. def_whwaddr=00:00:00:00:00:00
  995. sv_restore_defaults=0
  996. ospfd_conf=
  997. zebra_conf=
  998. ospfd_copt=0
  999. zebra_copt=0
  1000. zebra_log=0
  1001. dyn_default=0
  1002. altdns1=
  1003. altdns2=
  1004. altdns3=
  1005. log_accepted=0
  1006. log_dropped=0
  1007. log_rejected=0
  1008. port0vlans=1
  1009. port1vlans=0
  1010. port2vlans=0
  1011. port3vlans=0
  1012. port4vlans=0
  1013. port5vlans=0 1 16
  1014. vlans=0
  1015. trunking=0
  1016. manual_boot_nv=0
  1017. status_auth=1
  1018. enable_jffs2=0
  1019. clean_jffs2=0
  1020. sys_enable_jffs2=0
  1021. language=english
  1022. macupd_ip=0.0.0.0
  1023. macupd_port=2056
  1024. macupd_interval=10
  1025. mmc_enable=0
  1026. mmc_enable0=0
  1027. ip_conntrack_max=4096
  1028. wl_regdomain=UNITED_STATES
  1029. wl0_country_code=US
  1030. wl1_country_code=US
  1031. wl0_country_rev=0
  1032. wl1_country_rev=0
  1033. ip_conntrack_tcp_timeouts=3600
  1034. ip_conntrack_udp_timeouts=120
  1035. rflow_ip=0.0.0.0
  1036. rflow_port=2055
  1037. rflow_if=br0
  1038. pppoerelay_enable=0
  1039. schedule_enable=0
  1040. schedule_time=3600
  1041. schedule_hour_time=1
  1042. schedule_minutes=0
  1043. bash-4.4# nvram show 4
  1044. #mipslinux#mipslinux#mipslinux| CONFIG2_NVRAM CONTENTS |#mipslinux#mipslinux#mipslinux
  1045. schedule_hours=0
  1046. schedule_weekdays=00
  1047. smtp_redirect_enable=0
  1048. smtp_redirect_destination=0.0.0.0
  1049. smtp_source_network=0.0.0.0
  1050. wds_watchdog_enable=0
  1051. wds_watchdog_interval_sec=1000
  1052. wds_watchdog_ips=
  1053. dhcpfwd_enable=0
  1054. dhcpfwd_ip=0.0.0.0
  1055. NC_enable=0
  1056. NC_GatewayName=DD-WRT
  1057. NC_HomePage=http://www.dd-wrt.com
  1058. NC_ExcludePorts=25
  1059. NC_IncludePorts=
  1060. NC_Verbosity=2
  1061. NC_LoginTimeout=86400
  1062. NC_AllowedWebHosts=
  1063. NC_RouteOnly=0
  1064. NC_DocumentRoot=/www
  1065. NC_SplashURL=
  1066. NC_SplashURLTimeout=21600
  1067. NC_MACWhiteList=
  1068. NC_GatewayPort=5280
  1069. NC_GatewayMode=Open
  1070. NC_extifname=auto
  1071. NC_ForcedRedirect=0
  1072. NC_IdleTimeout=0
  1073. NC_MaxMissedARP=5
  1074. NC_RenewTimeout=0
  1075. wl_wme=on
  1076. wl1_wme=on
  1077. wl_wme_sta_bk=15 1023 7 0 0 off off
  1078. wl_wme_sta_be=15 1023 3 0 0 off off
  1079. wl_wme_sta_vi=7 15 2 6016 3008 off off
  1080. wl_wme_sta_vo=3 7 2 3264 1504 off off
  1081. wl_wme_ap_bk=15 1023 7 0 0 off off
  1082. wl_wme_ap_be=15 63 3 0 0 off off
  1083. wl_wme_ap_vi=7 15 1 6016 3008 off off
  1084. wl_wme_ap_vo=3 7 1 3264 1504 off off
  1085. wl_wme_no_ack=off
  1086. wl_wme_apsd=on
  1087. wl1_wme_sta_bk=15 1023 7 0 0 off off
  1088. wl1_wme_sta_be=15 1023 3 0 0 off off
  1089. wl1_wme_sta_vi=7 15 2 6016 3008 off off
  1090. wl1_wme_sta_vo=3 7 2 3264 1504 off off
  1091. wl2_wme_sta_bk=15 1023 7 0 0 off off
  1092. wl2_wme_sta_be=15 1023 3 0 0 off off
  1093. wl2_wme_sta_vi=7 15 2 6016 3008 off off
  1094. wl2_wme_sta_vo=3 7 2 3264 1504 off off
  1095. wl1_wme_ap_bk=15 1023 7 0 0 off off
  1096. wl1_wme_ap_be=15 63 3 0 0 off off
  1097. wl1_wme_ap_vi=7 15 1 6016 3008 off off
  1098. wl1_wme_ap_vo=3 7 1 3264 1504 off off
  1099. wl1_wme_no_ack=off
  1100. wl1_wme_apsd=on
  1101. wl2_wme_ap_bk=15 1023 7 0 0 off off
  1102. wl2_wme_ap_be=15 63 3 0 0 off off
  1103. wl2_wme_ap_vi=7 15 1 6016 3008 random: crng init done
  1104. off off
  1105. wl2_wme_ap_vo=3 7 1 3264 1504 off off
  1106. wl2_wme_no_ack=off
  1107. wl2_wme_apsd=on
  1108. wl_maxassoc=128
  1109. wl0_maxassoc=128
  1110. wl1_maxassoc=128
  1111. wl2_maxassoc=128
  1112. wl_wme_txp_be=7 3 4 2 0
  1113. wl_wme_txp_bk=7 3 4 2 0
  1114. wl_wme_txp_vi=7 3 4 2 0
  1115. wl_wme_txp_vo=7 3 4 2 0
  1116. wl1_wme_txp_be=7 3 4 2 0
  1117. wl1_wme_txp_bk=7 3 4 2 0
  1118. wl1_wme_txp_vi=7 3 4 2 0
  1119. wl1_wme_txp_vo=7 3 4 2 0
  1120. wl2_wme_txp_be=7 3 4 2 0
  1121. wl2_wme_txp_bk=7 3 4 2 0
  1122. wl2_wme_txp_vi=7 3 4 2 0
  1123. wl2_wme_txp_vo=7 3 4 2 0
  1124. shat_enable=0
  1125. shat_range=192.168.1.79+20
  1126. shat_shield=
  1127. dhcp_dnsmasq=1
  1128. dns_dnsmasq=1
  1129. auth_dnsmasq=1
  1130. dns_redirect=0
  1131. pptp_use_dhcp=1
  1132. pptp_server_name=
  1133. forward_entries=0
  1134. forwardspec_entries=0
  1135. trigger_entries=0
  1136. sip_port=5060
  1137. sip_domain=192.168.1.1
  1138. default_uplevel=100000
  1139. default_downlevel=100000
  1140. static_leases=
  1141. static_leasenum=0
  1142. dhcpc_vendorclass=
  1143. dhcpc_requestip=
  1144. maskmac=1
  1145. fullswitch=0
  1146. openvpncl_enable=0
  1147. openvpncl_remoteip=0.0.0.0
  1148. openvpncl_remoteport=1194
  1149. openvpncl_ca=
  1150. openvpncl_client=
  1151. openvpncl_key=
  1152. openvpncl_pkcs12=
  1153. openvpncl_lzo=adaptive
  1154. openvpncl_proto=udp
  1155. openvpncl_mtu=1500
  1156. openvpncl_mssfix=0
  1157. openvpncl_fragment=
  1158. openvpncl_certtype=0
  1159. openvpncl_tuntap=tun
  1160. openvpncl_nat=0
  1161. openvpncl_config=
  1162. openvpncl_tlsauth=
  1163. openvpncl_cipher=aes-128-cbc
  1164. openvpncl_auth=sha256
  1165. openvpncl_adv=0
  1166. openvpncl_bridge=0
  1167. openvpncl_tlscip=0
  1168. openvpncl_route=
  1169. openvpncl_ip=
  1170. openvpncl_mask=
  1171. openvpncl_sec=1
  1172. openvpncl_scramble=off
  1173. openvpncl_scrmblpw=o54a72ReutDK
  1174. openvpn_enable=0
  1175. openvpn_net=0.0.0.0
  1176. openvpn_mask=0.0.0.0
  1177. openvpn_tunmask=0.0.0.0
  1178. openvpn_gateway=0.0.0.0
  1179. openvpn_startip=0.0.0.0
  1180. openvpn_endip=0.0.0.0
  1181. openvpn_port=1194
  1182. openvpn_ca=
  1183. openvpn_crl=
  1184. openvpn_crt=
  1185. openvpn_client=
  1186. openvpn_key=
  1187. openvpn_pkcs12=
  1188. openvpn_lzo=adaptive
  1189. openvpn_proto=udp
  1190. openvpn_mtu=1500
  1191. openvpn_mssfix=0
  1192. openvpn_fragment=
  1193. openvpn_config=
  1194. openvpn_dh=
  1195. openvpn_tlsauth=
  1196. openvpn_tuntap=tun
  1197. openvpn_cl2cl=1
  1198. openvpn_dupcn=0
  1199. openvpn_onwan=0
  1200. openvpn_switch=0
  1201. openvpn_cipher=aes-128-cbc
  1202. openvpn_auth=sha256
  1203. openvpn_redirgate=0
  1204. openvpn_adv=0
  1205. openvpncl_upauth=0
  1206. openvpn_tlscip=0
  1207. openvpn_proxy=0
  1208. openvpn_clcon=
  1209. openvpn_cldiscon=
  1210. openvpn_ccddef=
  1211. openvpn_dhcpbl=0
  1212. openvpn_scramble=off
  1213. openvpn_scrmblpw=o54a72ReutDK
  1214. upgrade_delay=300
  1215. wd_enable=0
  1216. wd_gwid=default
  1217. wd_url=
  1218. wd_gwport=2060
  1219. wd_httpdname=WiFiDog
  1220. wd_httpdcon=10
  1221. wd_interval=60
  1222. wd_timeout=5
  1223. wd_maclist=
  1224. wd_hostname=
  1225. wd_sslavailable=0
  1226. wd_sslport=443
  1227. wd_httpport=80
  1228. wd_path=/wifidog
  1229. wd_auth=0
  1230. wd_username=
  1231. wd_password=
  1232. wd_iface=
  1233. wd_extiface=
  1234. fon_usernames=0
  1235. fon_userlist=
  1236. fon_enable=0
  1237. pptpd_client_enable=
  1238. pptpd_client_srvip=
  1239. pptpd_client_srvsub=
  1240. pptpd_client_srvsubmsk=
  1241. pptpd_client_srvuser=
  1242. pptpd_client_srvpass=
  1243. pptpd_client_ipparam=
  1244. pptpd_client_mtu=1436
  1245. pptpd_client_mru=1436
  1246. radiooff_button=0
  1247. radiooff_boot_off=0
  1248. radio0_on_time=111111111111111111111111
  1249. radio0_timer_enable=0
  1250. radio1_on_time=111111111111111111111111
  1251. radio1_timer_enable=0
  1252. radio2_on_time=111111111111111111111111
  1253. radio2_timer_enable=0
  1254. br0_mcast=0
  1255. br1_mcast=0
  1256. eth0_bridged=1
  1257. eth0_ipaddr=0.0.0.0
  1258. eth0_netmask=0.0.0.0
  1259. eth1_bridged=1
  1260. eth1_ipaddr=0.0.0.0
  1261. eth1_netmask=0.0.0.0
  1262. eth2_bridged=1
  1263. eth2_ipaddr=0.0.0.0
  1264. eth2_netmask=0.0.0.0
  1265. eth3_bridged=1
  1266. eth3_ipaddr=0.0.0.0
  1267. eth3_netmask=0.0.0.0
  1268. eth4_bridged=1
  1269. eth4_ipaddr=0.0.0.0
  1270. eth4_netmask=0.0.0.0
  1271. eth5_bridged=1
  1272. eth5_ipaddr=0.0.0.0
  1273. eth5_netmask=0.0.0.0
  1274. eth6_bridged=1
  1275. eth6_ipaddr=0.0.0.0
  1276. eth6_netmask=0.0.0.0
  1277. eth7_bridged=1
  1278. eth7_ipaddr=0.0.0.0
  1279. eth7_netmask=0.0.0.0
  1280. eth8_bridged=1
  1281. eth8_ipaddr=0.0.0.0
  1282. eth8_netmask=0.0.0.0
  1283. eth9_bridged=1
  1284. eth9_ipaddr=0.0.0.0
  1285. eth9_netmask=0.0.0.0
  1286. eth10_bridged=1
  1287. eth10_ipaddr=0.0.0.0
  1288. eth10_netmask=0.0.0.0
  1289. oet1_en=0
  1290. oet1_rem=192.168.90.1
  1291. oet1_ipaddr=1.2.3.4
  1292. oet1_netmask=255.255.255.0
  1293. oet1_id=1
  1294. oet1_comp=0
  1295. oet1_pt=0
  1296. oet1_fragment=0
  1297. oet1_mssfix=0
  1298. oet1_shaper=0
  1299. oet1_bridged=1
  1300. oet2_en=0
  1301. oet2_rem=192.168.90.1
  1302. oet2_ipaddr=1.2.3.4
  1303. oet2_netmask=255.255.255.0
  1304. oet2_id=1
  1305. oet2_comp=0
  1306. oet2_pt=0
  1307. oet2_fragment=0
  1308. oet2_mssfix=0
  1309. oet2_shaper=0
  1310. oet2_bridged=1
  1311. oet3_en=0
  1312. oet3_rem=192.168.90.1
  1313. oet3_ipaddr=1.2.3.4
  1314. oet3_netmask=255.255.255.0
  1315. oet3_id=1
  1316. oet3_comp=0
  1317. oet3_pt=0
  1318. oet3_fragment=0
  1319. oet3_mssfix=0
  1320. oet3_shaper=0
  1321. oet3_bridged=1
  1322. oet4_en=0
  1323. oet4_rem=192.168.90.1
  1324. oet4_ipaddr=1.2.3.4
  1325. oet4_netmask=255.255.255.0
  1326. oet4_id=1
  1327. oet4_comp=0
  1328. oet4_pt=0
  1329. oet4_fragment=0
  1330. oet4_mssfix=0
  1331. oet4_shaper=0
  1332. oet4_bridged=1
  1333. oet5_en=0
  1334. oet5_rem=192.168.90.1
  1335. oet5_ipaddr=1.2.3.4
  1336. oet5_netmask=255.255.255.0
  1337. oet5_id=1
  1338. oet5_comp=0
  1339. oet5_pt=0
  1340. oet5_fragment=0
  1341. oet5_mssfix=0
  1342. oet5_shaper=0
  1343. oet5_bridged=1
  1344. oet6_en=0
  1345. oet6_rem=192.168.90.1
  1346. oet6_ipaddr=1.2.3.4
  1347. oet6_netmask=255.255.255.0
  1348. oet6_id=1
  1349. oet6_comp=0
  1350. oet6_pt=0
  1351. oet6_fragment=0
  1352. oet6_mssfix=0
  1353. oet6_shaper=0
  1354. oet6_bridged=1
  1355. oet7_en=0
  1356. oet7_rem=192.168.90.1
  1357. oet7_ipaddr=1.2.3.4
  1358. oet7_netmask=255.255.255.0
  1359. oet7_id=1
  1360. oet7_comp=0
  1361. oet7_pt=0
  1362. oet7_fragment=0
  1363. oet7_mssfix=0
  1364. oet7_shaper=0
  1365. oet7_bridged=1
  1366. oet8_en=0
  1367. oet8_rem=192.168.90.1
  1368. oet8_ipaddr=1.2.3.4
  1369. oet8_netmask=255.255.255.0
  1370. oet8_id=1
  1371. oet8_comp=0
  1372. oet8_pt=0
  1373. oet8_fragment=0
  1374. oet8_mssfix=0
  1375. oet8_shaper=0
  1376. oet8_bridged=1
  1377. oet9_en=0
  1378. oet9_rem=192.168.90.1
  1379. oet9_ipaddr=1.2.3.4
  1380. oet9_netmask=255.255.255.0
  1381. oet9_id=1
  1382. oet9_comp=0
  1383. oet9_pt=0
  1384. oet9_fragment=0
  1385. oet9_mssfix=0
  1386. oet9_shaper=0
  1387. oet9_bridged=1
  1388. oet10_en=0
  1389. oet10_rem=192.168.90.1
  1390. oet10_ipaddr=1.2.3.4
  1391. oet10_netmask=255.255.255.0
  1392. oet10_id=1
  1393. oet10_comp=0
  1394. oet10_pt=0
  1395. oet10_fragment=0
  1396. oet10_mssfix=0
  1397. oet10_shaper=0
  1398. oet10_bridged=1
  1399. wifi_bonding=0
  1400. wifi_display=wl0
  1401. usb_enable=0
  1402. usb_uhci=0
  1403. usb_ohci=0
  1404. usb_usb2=0
  1405. usb_storage=0
  1406. usb_printer=0
  1407. usb_automnt=0
  1408. usb_ses_umount=0
  1409. usb_mntpoint=mnt
  1410. usb_runonmount=
  1411. ttraff_enable=1
  1412. ttraff_iface=
  1413. pppoeserver_enabled=0
  1414. pppoeserver_interface=br0
  1415. pppoeradius_enabled=0
  1416. pppoeserver_bsdcomp=0
  1417. pppoeserver_deflate=0
  1418. pppoeserver_lzs=0
  1419. pppoeserver_mppc=0
  1420. pppoeserver_encryption=0
  1421. pppoeserver_lcpechoint=5
  1422. pppoeserver_lcpechofail=12
  1423. pppoeserver_sessionlimit=0
  1424. pppoeserver_chaps=
  1425. pppoeserver_chapsnum=0
  1426. pppoeserver_idle=0
  1427. pppoeserver_authserverip=192.168.1.1
  1428. pppoeserver_authserverip_backup=
  1429. pppoeserver_authserverport=1812
  1430. pppoeserver_authserverport_backup=1812
  1431. pppoeserver_acctserverport=1813
  1432. pppoeserver_acctserverport_backup=1813
  1433. pppoeserver_sharedkey=
  1434. pppoeserver_sharedkey_backup=
  1435. pppoeserver_pool=192.168.1.100
  1436. pppoeserver_clip=local
  1437. pppoeserver_clcount=64
  1438. pppoeserver_mtu=1492
  1439. pppoeserver_mru=1492
  1440. olsrd_pollsize=0.1
  1441. olsrd_redundancy=2
  1442. olsrd_coverage=7
  1443. olsrd_gateway=0
  1444. olsrd_lqfisheye=1
  1445. olsrd_lqaging=0.1
  1446. olsrd_lqdijkstramin=0
  1447. olsrd_lqdijkstramax=5.0
  1448. olsrd_lqlevel=2
  1449. olsrd_hysteresis=0
  1450. olsrd_smartgw=0
  1451. reconnect_enable=0
  1452. reconnect_hours=0
  1453. reconnect_minutes=0
  1454. proftpd_enable=0
  1455. proftpd_wan=0
  1456. proftpd_port=21
  1457. proftpd_dir=mnt
  1458. proftpd_passw=
  1459. proftpd_writeen=off
  1460. proftpd_anon=0
  1461. proftpd_anon_subdir=
  1462. proftpd_rad=0
  1463. proftpd_authserverip=
  1464. proftpd_authserverport=1812
  1465. proftpd_acctserverport=1813
  1466. proftpd_sharedkey=
  1467. dlna_enable=0
  1468. dlna_thumb=0
  1469. dlna_merge=0
  1470. dlna_cleandb=0
  1471. warn_enabled=0
  1472. warn_connlimit=500
  1473. usb_ip=0
  1474. lighttpd_enable=0
  1475. lighttpd_sslport=443
  1476. lighttpd_port=8000
  1477. lighttpd_root=/jffs/www
  1478. lighttpd_wan=0
  1479. router_style_dark=0
  1480. bash-4.4#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement