Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.61 KB | None | 0 0
  1. root@OpenWrt:~# uci show
  2. dhcp.@dnsmasq[0]=dnsmasq
  3. dhcp.@dnsmasq[0].domainneeded='1'
  4. dhcp.@dnsmasq[0].boguspriv='1'
  5. dhcp.@dnsmasq[0].filterwin2k='0'
  6. dhcp.@dnsmasq[0].localise_queries='1'
  7. dhcp.@dnsmasq[0].rebind_protection='1'
  8. dhcp.@dnsmasq[0].rebind_localhost='1'
  9. dhcp.@dnsmasq[0].local='/lan/'
  10. dhcp.@dnsmasq[0].domain='lan'
  11. dhcp.@dnsmasq[0].expandhosts='1'
  12. dhcp.@dnsmasq[0].nonegcache='0'
  13. dhcp.@dnsmasq[0].authoritative='1'
  14. dhcp.@dnsmasq[0].readethers='1'
  15. dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases'
  16. dhcp.@dnsmasq[0].resolvfile='/tmp/resolv.conf.auto'
  17. dhcp.@dnsmasq[0].localservice='1'
  18. dhcp.@dnsmasq[0].server='208.67.222.222' '208.67.220.220'
  19. dhcp.lan=dhcp
  20. dhcp.lan.interface='lan'
  21. dhcp.lan.start='100'
  22. dhcp.lan.limit='150'
  23. dhcp.lan.leasetime='12h'
  24. dhcp.lan.dhcpv6='server'
  25. dhcp.lan.ra='server'
  26. dhcp.wan=dhcp
  27. dhcp.wan.interface='wan'
  28. dhcp.wan.ignore='1'
  29. dhcp.odhcpd=odhcpd
  30. dhcp.odhcpd.maindhcp='0'
  31. dhcp.odhcpd.leasefile='/tmp/hosts/odhcpd'
  32. dhcp.odhcpd.leasetrigger='/usr/sbin/odhcpd-update'
  33. dropbear.@dropbear[0]=dropbear
  34. dropbear.@dropbear[0].PasswordAuth='on'
  35. dropbear.@dropbear[0].RootPasswordAuth='on'
  36. dropbear.@dropbear[0].Port='22'
  37. firewall.@defaults[0]=defaults
  38. firewall.@defaults[0].syn_flood='1'
  39. firewall.@defaults[0].input='ACCEPT'
  40. firewall.@defaults[0].output='ACCEPT'
  41. firewall.@defaults[0].forward='REJECT'
  42. firewall.@zone[0]=zone
  43. firewall.@zone[0].name='lan'
  44. firewall.@zone[0].network='lan'
  45. firewall.@zone[0].input='ACCEPT'
  46. firewall.@zone[0].output='ACCEPT'
  47. firewall.@zone[0].forward='ACCEPT'
  48. firewall.@zone[1]=zone
  49. firewall.@zone[1].name='wan'
  50. firewall.@zone[1].network='wan' 'wan6'
  51. firewall.@zone[1].input='REJECT'
  52. firewall.@zone[1].output='ACCEPT'
  53. firewall.@zone[1].forward='REJECT'
  54. firewall.@zone[1].masq='1'
  55. firewall.@zone[1].mtu_fix='1'
  56. firewall.@forwarding[0]=forwarding
  57. firewall.@forwarding[0].src='lan'
  58. firewall.@forwarding[0].dest='wan'
  59. firewall.@rule[0]=rule
  60. firewall.@rule[0].name='Allow-DHCP-Renew'
  61. firewall.@rule[0].src='wan'
  62. firewall.@rule[0].proto='udp'
  63. firewall.@rule[0].dest_port='68'
  64. firewall.@rule[0].target='ACCEPT'
  65. firewall.@rule[0].family='ipv4'
  66. firewall.@rule[1]=rule
  67. firewall.@rule[1].name='Allow-Ping'
  68. firewall.@rule[1].src='wan'
  69. firewall.@rule[1].proto='icmp'
  70. firewall.@rule[1].icmp_type='echo-request'
  71. firewall.@rule[1].family='ipv4'
  72. firewall.@rule[1].target='ACCEPT'
  73. firewall.@rule[2]=rule
  74. firewall.@rule[2].name='Allow-IGMP'
  75. firewall.@rule[2].src='wan'
  76. firewall.@rule[2].proto='igmp'
  77. firewall.@rule[2].family='ipv4'
  78. firewall.@rule[2].target='ACCEPT'
  79. firewall.@rule[3]=rule
  80. firewall.@rule[3].name='Allow-DHCPv6'
  81. firewall.@rule[3].src='wan'
  82. firewall.@rule[3].proto='udp'
  83. firewall.@rule[3].src_ip='fe80::/10'
  84. firewall.@rule[3].src_port='547'
  85. firewall.@rule[3].dest_ip='fe80::/10'
  86. firewall.@rule[3].dest_port='546'
  87. firewall.@rule[3].family='ipv6'
  88. firewall.@rule[3].target='ACCEPT'
  89. firewall.@rule[4]=rule
  90. firewall.@rule[4].name='Allow-MLD'
  91. firewall.@rule[4].src='wan'
  92. firewall.@rule[4].proto='icmp'
  93. firewall.@rule[4].src_ip='fe80::/10'
  94. firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
  95. firewall.@rule[4].family='ipv6'
  96. firewall.@rule[4].target='ACCEPT'
  97. firewall.@rule[5]=rule
  98. firewall.@rule[5].name='Allow-ICMPv6-Input'
  99. firewall.@rule[5].src='wan'
  100. firewall.@rule[5].proto='icmp'
  101. firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
  102. firewall.@rule[5].limit='1000/sec'
  103. firewall.@rule[5].family='ipv6'
  104. firewall.@rule[5].target='ACCEPT'
  105. firewall.@rule[6]=rule
  106. firewall.@rule[6].name='Allow-ICMPv6-Forward'
  107. firewall.@rule[6].src='wan'
  108. firewall.@rule[6].dest='*'
  109. firewall.@rule[6].proto='icmp'
  110. firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
  111. firewall.@rule[6].limit='1000/sec'
  112. firewall.@rule[6].family='ipv6'
  113. firewall.@rule[6].target='ACCEPT'
  114. firewall.@include[0]=include
  115. firewall.@include[0].path='/etc/firewall.user'
  116. firewall.@rule[7]=rule
  117. firewall.@rule[7].src='wan'
  118. firewall.@rule[7].dest='lan'
  119. firewall.@rule[7].proto='esp'
  120. firewall.@rule[7].target='ACCEPT'
  121. firewall.@rule[8]=rule
  122. firewall.@rule[8].src='wan'
  123. firewall.@rule[8].dest='lan'
  124. firewall.@rule[8].dest_port='500'
  125. firewall.@rule[8].proto='udp'
  126. firewall.@rule[8].target='ACCEPT'
  127. luci.main=core
  128. luci.main.lang='auto'
  129. luci.main.resourcebase='/luci-static/resources'
  130. luci.main.mediaurlbase='/luci-static/bootstrap'
  131. luci.flash_keep=extern
  132. luci.flash_keep.uci='/etc/config/'
  133. luci.flash_keep.dropbear='/etc/dropbear/'
  134. luci.flash_keep.openvpn='/etc/openvpn/'
  135. luci.flash_keep.passwd='/etc/passwd'
  136. luci.flash_keep.opkg='/etc/opkg.conf'
  137. luci.flash_keep.firewall='/etc/firewall.user'
  138. luci.flash_keep.uploads='/lib/uci/upload/'
  139. luci.languages=internal
  140. luci.sauth=internal
  141. luci.sauth.sessionpath='/tmp/luci-sessions'
  142. luci.sauth.sessiontime='3600'
  143. luci.ccache=internal
  144. luci.ccache.enable='1'
  145. luci.themes=internal
  146. luci.themes.Bootstrap='/luci-static/bootstrap'
  147. network.loopback=interface
  148. network.loopback.ifname='lo'
  149. network.loopback.proto='static'
  150. network.loopback.ipaddr='127.0.0.1'
  151. network.loopback.netmask='255.0.0.0'
  152. network.globals=globals
  153. network.globals.ula_prefix='fd7b:0d69:c99a::/48'
  154. network.lan=interface
  155. network.lan.ifname='eth0.1'
  156. network.lan.force_link='1'
  157. network.lan.macaddr='ac:22:0b:ea:a4:02'
  158. network.lan.type='bridge'
  159. network.lan.proto='static'
  160. network.lan.ipaddr='192.168.1.1'
  161. network.lan.netmask='255.255.255.0'
  162. network.lan.ip6assign='60'
  163. network.wan=interface
  164. network.wan.ifname='ppp0'
  165. network.wan.device='/dev/ttyUSB2'
  166. network.wan.service='umts'
  167. network.wan.proto='3g'
  168. network.wan.pincode='2502'
  169. network.wan.apn='internet.tele2.ru'
  170. network.wan.pppd_options='noipdefault'
  171. network.wan6=interface
  172. network.wan6.ifname='eth0.2'
  173. network.wan6.proto='dhcpv6'
  174. network.@switch[0]=switch
  175. network.@switch[0].name='rt305x'
  176. network.@switch[0].reset='1'
  177. network.@switch[0].enable_vlan='1'
  178. network.@switch_vlan[0]=switch_vlan
  179. network.@switch_vlan[0].device='rt305x'
  180. network.@switch_vlan[0].vlan='1'
  181. network.@switch_vlan[0].ports='1 2 3 4 6t'
  182. network.@switch_vlan[1]=switch_vlan
  183. network.@switch_vlan[1].device='rt305x'
  184. network.@switch_vlan[1].vlan='2'
  185. network.@switch_vlan[1].ports='0 6t'
  186. uci: Entry not found
  187. rpcd.@login[0]=login
  188. rpcd.@login[0].username='root'
  189. rpcd.@login[0].password='$p$root'
  190. rpcd.@login[0].read='*'
  191. rpcd.@login[0].write='*'
  192. system.@system[0]=system
  193. system.@system[0].hostname='OpenWrt'
  194. system.@system[0].timezone='UTC'
  195. system.ntp=timeserver
  196. system.ntp.server='0.openwrt.pool.ntp.org' '1.openwrt.pool.ntp.org' '2.openwrt.pool.ntp.org' '3.openwrt.pool.ntp.org'
  197. system.ntp.enabled='1'
  198. system.ntp.enable_server='0'
  199. ucitrack.@network[0]=network
  200. ucitrack.@network[0].init='network'
  201. ucitrack.@network[0].affects='dhcp' 'radvd'
  202. ucitrack.@wireless[0]=wireless
  203. ucitrack.@wireless[0].affects='network'
  204. ucitrack.@firewall[0]=firewall
  205. ucitrack.@firewall[0].init='firewall'
  206. ucitrack.@firewall[0].affects='luci-splash' 'qos' 'miniupnpd'
  207. ucitrack.@olsr[0]=olsr
  208. ucitrack.@olsr[0].init='olsrd'
  209. ucitrack.@dhcp[0]=dhcp
  210. ucitrack.@dhcp[0].init='dnsmasq'
  211. ucitrack.@dhcp[0].affects='odhcpd'
  212. ucitrack.@odhcpd[0]=odhcpd
  213. ucitrack.@odhcpd[0].init='odhcpd'
  214. ucitrack.@dropbear[0]=dropbear
  215. ucitrack.@dropbear[0].init='dropbear'
  216. ucitrack.@httpd[0]=httpd
  217. ucitrack.@httpd[0].init='httpd'
  218. ucitrack.@fstab[0]=fstab
  219. ucitrack.@fstab[0].init='fstab'
  220. ucitrack.@qos[0]=qos
  221. ucitrack.@qos[0].init='qos'
  222. ucitrack.@system[0]=system
  223. ucitrack.@system[0].init='led'
  224. ucitrack.@system[0].affects='luci_statistics'
  225. ucitrack.@luci_splash[0]=luci_splash
  226. ucitrack.@luci_splash[0].init='luci_splash'
  227. ucitrack.@upnpd[0]=upnpd
  228. ucitrack.@upnpd[0].init='miniupnpd'
  229. ucitrack.@ntpclient[0]=ntpclient
  230. ucitrack.@ntpclient[0].init='ntpclient'
  231. ucitrack.@samba[0]=samba
  232. ucitrack.@samba[0].init='samba'
  233. ucitrack.@tinyproxy[0]=tinyproxy
  234. ucitrack.@tinyproxy[0].init='tinyproxy'
  235. ucitrack.@6relayd[0]=6relayd
  236. ucitrack.@6relayd[0].init='6relayd'
  237. uhttpd.main=uhttpd
  238. uhttpd.main.listen_http='0.0.0.0:80' '[::]:80'
  239. uhttpd.main.listen_https='0.0.0.0:443' '[::]:443'
  240. uhttpd.main.redirect_https='1'
  241. uhttpd.main.home='/www'
  242. uhttpd.main.rfc1918_filter='1'
  243. uhttpd.main.max_requests='3'
  244. uhttpd.main.max_connections='100'
  245. uhttpd.main.cert='/etc/uhttpd.crt'
  246. uhttpd.main.key='/etc/uhttpd.key'
  247. uhttpd.main.cgi_prefix='/cgi-bin'
  248. uhttpd.main.script_timeout='60'
  249. uhttpd.main.network_timeout='30'
  250. uhttpd.main.http_keepalive='20'
  251. uhttpd.main.tcp_keepalive='1'
  252. uhttpd.main.ubus_prefix='/ubus'
  253. uhttpd.px5g=cert
  254. uhttpd.px5g.days='730'
  255. uhttpd.px5g.bits='1024'
  256. uhttpd.px5g.country='ZZ'
  257. uhttpd.px5g.state='Somewhere'
  258. uhttpd.px5g.location='Uknown'
  259. uhttpd.px5g.commonname='OpenWrt'
  260. wireless.radio0=wifi-device
  261. wireless.radio0.type='mac80211'
  262. wireless.radio0.channel='11'
  263. wireless.radio0.hwmode='11g'
  264. wireless.radio0.path='10180000.wmac'
  265. wireless.radio0.htmode='HT20'
  266. wireless.radio0.disabled='0'
  267. wireless.@wifi-iface[0]=wifi-iface
  268. wireless.@wifi-iface[0].device='radio0'
  269. wireless.@wifi-iface[0].network='lan'
  270. wireless.@wifi-iface[0].mode='ap'
  271. wireless.@wifi-iface[0].ssid='My-WiFi-Network'
  272. wireless.@wifi-iface[0].key='ppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp'
  273. wireless.@wifi-iface[0].encryption='psk2'
  274. root@OpenWrt:~# root@OpenWrt:~# uci show
  275. dhcp.@dnsmasq[0]=dnsmasq
  276. dhcp.@dnsmasq[0].domainneeded='1'
  277. dhcp.@dnsmasq[0].boguspriv='1'
  278. dhcp.@dnsmasq[0].filterwin2k='0'
  279. dhcp.@dnsmasq[0].localise_queries='1'
  280. dhcp.@dnsmasq[0].rebind_protection='1'
  281. dhcp.@dnsmasq[0].rebind_localhost='1'
  282. dhcp.@dnsmasq[0].local='/lan/'
  283. dhcp.@dnsmasq[0].domain='lan'
  284. dhcp.@dnsmasq[0].expandhosts='1'
  285. dhcp.@dnsmasq[0].nonegcache='0'
  286. dhcp.@dnsmasq[0].authoritative='1'
  287. dhcp.@dnsmasq[0].readethers='1'
  288. dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases'
  289. dhcp.@dnsmasq[0].resolvfile='/tmp/resolv.conf.auto'
  290. dhcp.@dnsmasq[0].localservice='1'
  291. dhcp.@dnsmasq[0].server='208.67.222.222' '208.67.220.220'
  292. dhcp.lan=dhcp
  293. dhcp.lan.interface='lan'
  294. dhcp.lan.start='100'
  295. dhcp.lan.limit='150'
  296. dhcp.lan.leasetime='12h'
  297. dhcp.lan.dhcpv6='server'
  298. dhcp.lan.ra='server'
  299. dhcp.wan=dhcp
  300. dhcp.wan.interface='wan'
  301. dhcp.wan.ignore='1'
  302. dhcp.odhcpd=odhcpd
  303. dhcp.odhcpd.maindhcp='0'
  304. dhcp.odhcpd.leasefile='/tmp/hosts/odhcpd'
  305. dhcp.odhcpd.leasetrigger='/usr/sbin/odhcpd-update'
  306. dropbear.@dropbear[0]=dropbear
  307. dropbear.@dropbear[0].PasswordAuth='on'
  308. dropbear.@dropbear[0].RootPasswordAuth='on'
  309. dropbear.@dropbear[0].Port='22'
  310. firewall.@defaults[0]=defaults
  311. firewall.@defaults[0].syn_flood='1'
  312. firewall.@defaults[0].input='ACCEPT'
  313. firewall.@defaults[0].output='ACCEPT'
  314. firewall.@defaults[0].forward='REJECT'
  315. firewall.@zone[0]=zone
  316. firewall.@zone[0].name='lan'
  317. firewall.@zone[0].network='lan'
  318. firewall.@zone[0].input='ACCEPT'
  319. firewall.@zone[0].output='ACCEPT'
  320. firewall.@zone[0].forward='ACCEPT'
  321. firewall.@zone[1]=zone
  322. firewall.@zone[1].name='wan'
  323. firewall.@zone[1].network='wan' 'wan6'
  324. firewall.@zone[1].input='REJECT'
  325. firewall.@zone[1].output='ACCEPT'
  326. firewall.@zone[1].forward='REJECT'
  327. firewall.@zone[1].masq='1'
  328. firewall.@zone[1].mtu_fix='1'
  329. firewall.@forwarding[0]=forwarding
  330. firewall.@forwarding[0].src='lan'
  331. firewall.@forwarding[0].dest='wan'
  332. firewall.@rule[0]=rule
  333. firewall.@rule[0].name='Allow-DHCP-Renew'
  334. firewall.@rule[0].src='wan'
  335. firewall.@rule[0].proto='udp'
  336. firewall.@rule[0].dest_port='68'
  337. firewall.@rule[0].target='ACCEPT'
  338. firewall.@rule[0].family='ipv4'
  339. firewall.@rule[1]=rule
  340. firewall.@rule[1].name='Allow-Ping'
  341. firewall.@rule[1].src='wan'
  342. firewall.@rule[1].proto='icmp'
  343. firewall.@rule[1].icmp_type='echo-request'
  344. firewall.@rule[1].family='ipv4'
  345. firewall.@rule[1].target='ACCEPT'
  346. firewall.@rule[2]=rule
  347. firewall.@rule[2].name='Allow-IGMP'
  348. firewall.@rule[2].src='wan'
  349. firewall.@rule[2].proto='igmp'
  350. firewall.@rule[2].family='ipv4'
  351. firewall.@rule[2].target='ACCEPT'
  352. firewall.@rule[3]=rule
  353. firewall.@rule[3].name='Allow-DHCPv6'
  354. firewall.@rule[3].src='wan'
  355. firewall.@rule[3].proto='udp'
  356. firewall.@rule[3].src_ip='fe80::/10'
  357. firewall.@rule[3].src_port='547'
  358. firewall.@rule[3].dest_ip='fe80::/10'
  359. firewall.@rule[3].dest_port='546'
  360. firewall.@rule[3].family='ipv6'
  361. firewall.@rule[3].target='ACCEPT'
  362. firewall.@rule[4]=rule
  363. firewall.@rule[4].name='Allow-MLD'
  364. firewall.@rule[4].src='wan'
  365. firewall.@rule[4].proto='icmp'
  366. firewall.@rule[4].src_ip='fe80::/10'
  367. firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
  368. firewall.@rule[4].family='ipv6'
  369. firewall.@rule[4].target='ACCEPT'
  370. firewall.@rule[5]=rule
  371. firewall.@rule[5].name='Allow-ICMPv6-Input'
  372. firewall.@rule[5].src='wan'
  373. firewall.@rule[5].proto='icmp'
  374. firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
  375. firewall.@rule[5].limit='1000/sec'
  376. firewall.@rule[5].family='ipv6'
  377. firewall.@rule[5].target='ACCEPT'
  378. firewall.@rule[6]=rule
  379. firewall.@rule[6].name='Allow-ICMPv6-Forward'
  380. firewall.@rule[6].src='wan'
  381. firewall.@rule[6].dest='*'
  382. firewall.@rule[6].proto='icmp'
  383. firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
  384. firewall.@rule[6].limit='1000/sec'
  385. firewall.@rule[6].family='ipv6'
  386. firewall.@rule[6].target='ACCEPT'
  387. firewall.@include[0]=include
  388. firewall.@include[0].path='/etc/firewall.user'
  389. firewall.@rule[7]=rule
  390. firewall.@rule[7].src='wan'
  391. firewall.@rule[7].dest='lan'
  392. firewall.@rule[7].proto='esp'
  393. firewall.@rule[7].target='ACCEPT'
  394. firewall.@rule[8]=rule
  395. firewall.@rule[8].src='wan'
  396. firewall.@rule[8].dest='lan'
  397. firewall.@rule[8].dest_port='500'
  398. firewall.@rule[8].proto='udp'
  399. firewall.@rule[8].target='ACCEPT'
  400. luci.main=core
  401. luci.main.lang='auto'
  402. luci.main.resourcebase='/luci-static/resources'
  403. luci.main.mediaurlbase='/luci-static/bootstrap'
  404. luci.flash_keep=extern
  405. luci.flash_keep.uci='/etc/config/'
  406. luci.flash_keep.dropbear='/etc/dropbear/'
  407. luci.flash_keep.openvpn='/etc/openvpn/'
  408. luci.flash_keep.passwd='/etc/passwd'
  409. luci.flash_keep.opkg='/etc/opkg.conf'
  410. luci.flash_keep.firewall='/etc/firewall.user'
  411. luci.flash_keep.uploads='/lib/uci/upload/'
  412. luci.languages=internal
  413. luci.sauth=internal
  414. luci.sauth.sessionpath='/tmp/luci-sessions'
  415. luci.sauth.sessiontime='3600'
  416. luci.ccache=internal
  417. luci.ccache.enable='1'
  418. luci.themes=internal
  419. luci.themes.Bootstrap='/luci-static/bootstrap'
  420. network.loopback=interface
  421. network.loopback.ifname='lo'
  422. network.loopback.proto='static'
  423. network.loopback.ipaddr='127.0.0.1'
  424. network.loopback.netmask='255.0.0.0'
  425. network.globals=globals
  426. network.globals.ula_prefix='fd7b:0d69:c99a::/48'
  427. network.lan=interface
  428. network.lan.ifname='eth0.1'
  429. network.lan.force_link='1'
  430. network.lan.macaddr='ac:22:0b:ea:a4:02'
  431. network.lan.type='bridge'
  432. network.lan.proto='static'
  433. network.lan.ipaddr='192.168.1.1'
  434. network.lan.netmask='255.255.255.0'
  435. network.lan.ip6assign='60'
  436. network.wan=interface
  437. network.wan.ifname='ppp0'
  438. network.wan.device='/dev/ttyUSB2'
  439. network.wan.service='umts'
  440. network.wan.proto='3g'
  441. network.wan.pincode='2502'
  442. network.wan.apn='internet.tele2.ru'
  443. network.wan.pppd_options='noipdefault'
  444. network.wan6=interface
  445. network.wan6.ifname='eth0.2'
  446. network.wan6.proto='dhcpv6'
  447. network.@switch[0]=switch
  448. network.@switch[0].name='rt305x'
  449. network.@switch[0].reset='1'
  450. network.@switch[0].enable_vlan='1'
  451. network.@switch_vlan[0]=switch_vlan
  452. network.@switch_vlan[0].device='rt305x'
  453. network.@switch_vlan[0].vlan='1'
  454. network.@switch_vlan[0].ports='1 2 3 4 6t'
  455. network.@switch_vlan[1]=switch_vlan
  456. network.@switch_vlan[1].device='rt305x'
  457. network.@switch_vlan[1].vlan='2'
  458. network.@switch_vlan[1].ports='0 6t'
  459. uci: Entry not found
  460. rpcd.@login[0]=login
  461. rpcd.@login[0].username='root'
  462. rpcd.@login[0].password='$p$root'
  463. rpcd.@login[0].read='*'
  464. rpcd.@login[0].write='*'
  465. system.@system[0]=system
  466. system.@system[0].hostname='OpenWrt'
  467. system.@system[0].timezone='UTC'
  468. system.ntp=timeserver
  469. system.ntp.server='0.openwrt.pool.ntp.org' '1.openwrt.pool.ntp.org' '2.openwrt.pool.ntp.org' '3.openwrt.pool.ntp.org'
  470. system.ntp.enabled='1'
  471. system.ntp.enable_server='0'
  472. ucitrack.@network[0]=network
  473. ucitrack.@network[0].init='network'
  474. ucitrack.@network[0].affects='dhcp' 'radvd'
  475. ucitrack.@wireless[0]=wireless
  476. ucitrack.@wireless[0].affects='network'
  477. ucitrack.@firewall[0]=firewall
  478. ucitrack.@firewall[0].init='firewall'
  479. ucitrack.@firewall[0].affects='luci-splash' 'qos' 'miniupnpd'
  480. ucitrack.@olsr[0]=olsr
  481. ucitrack.@olsr[0].init='olsrd'
  482. ucitrack.@dhcp[0]=dhcp
  483. ucitrack.@dhcp[0].init='dnsmasq'
  484. ucitrack.@dhcp[0].affects='odhcpd'
  485. ucitrack.@odhcpd[0]=odhcpd
  486. ucitrack.@odhcpd[0].init='odhcpd'
  487. ucitrack.@dropbear[0]=dropbear
  488. ucitrack.@dropbear[0].init='dropbear'
  489. ucitrack.@httpd[0]=httpd
  490. ucitrack.@httpd[0].init='httpd'
  491. ucitrack.@fstab[0]=fstab
  492. ucitrack.@fstab[0].init='fstab'
  493. ucitrack.@qos[0]=qos
  494. ucitrack.@qos[0].init='qos'
  495. ucitrack.@system[0]=system
  496. ucitrack.@system[0].init='led'
  497. ucitrack.@system[0].affects='luci_statistics'
  498. ucitrack.@luci_splash[0]=luci_splash
  499. ucitrack.@luci_splash[0].init='luci_splash'
  500. ucitrack.@upnpd[0]=upnpd
  501. ucitrack.@upnpd[0].init='miniupnpd'
  502. ucitrack.@ntpclient[0]=ntpclient
  503. ucitrack.@ntpclient[0].init='ntpclient'
  504. ucitrack.@samba[0]=samba
  505. ucitrack.@samba[0].init='samba'
  506. ucitrack.@tinyproxy[0]=tinyproxy
  507. ucitrack.@tinyproxy[0].init='tinyproxy'
  508. ucitrack.@6relayd[0]=6relayd
  509. ucitrack.@6relayd[0].init='6relayd'
  510. uhttpd.main=uhttpd
  511. uhttpd.main.listen_http='0.0.0.0:80' '[::]:80'
  512. uhttpd.main.listen_https='0.0.0.0:443' '[::]:443'
  513. uhttpd.main.redirect_https='1'
  514. uhttpd.main.home='/www'
  515. uhttpd.main.rfc1918_filter='1'
  516. uhttpd.main.max_requests='3'
  517. uhttpd.main.max_connections='100'
  518. uhttpd.main.cert='/etc/uhttpd.crt'
  519. uhttpd.main.key='/etc/uhttpd.key'
  520. uhttpd.main.cgi_prefix='/cgi-bin'
  521. uhttpd.main.script_timeout='60'
  522. uhttpd.main.network_timeout='30'
  523. uhttpd.main.http_keepalive='20'
  524. uhttpd.main.tcp_keepalive='1'
  525. uhttpd.main.ubus_prefix='/ubus'
  526. uhttpd.px5g=cert
  527. uhttpd.px5g.days='730'
  528. uhttpd.px5g.bits='1024'
  529. uhttpd.px5g.country='ZZ'
  530. uhttpd.px5g.state='Somewhere'
  531. uhttpd.px5g.location='Uknown'
  532. uhttpd.px5g.commonname='OpenWrt'
  533. wireless.radio0=wifi-device
  534. wireless.radio0.type='mac80211'
  535. wireless.radio0.channel='11'
  536. wireless.radio0.hwmode='11g'
  537. wireless.radio0.path='10180000.wmac'
  538. wireless.radio0.htmode='HT20'
  539. wireless.radio0.disabled='0'
  540. wireless.@wifi-iface[0]=wifi-iface
  541. wireless.@wifi-iface[0].device='radio0'
  542. wireless.@wifi-iface[0].network='lan'
  543. wireless.@wifi-iface[0].mode='ap'
  544. wireless.@wifi-iface[0].ssid='My-WiFi-Network'
  545. wireless.@wifi-iface[0].key='ppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp'
  546. wireless.@wifi-iface[0].encryption='psk2'
  547. root@OpenWrt:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement