Advertisement
Guest User

Untitled

a guest
Nov 12th, 2016
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.89 KB | None | 0 0
  1.  
  2. root@Pineapple:~# uci show network.wan2
  3. uci: Entry not found
  4. root@Pineapple:~# uci show
  5. autossh.@autossh[0]=autossh
  6. autossh.@autossh[0].ssh='-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host'
  7. autossh.@autossh[0].gatetime='0'
  8. autossh.@autossh[0].monitorport='20000'
  9. autossh.@autossh[0].poll='600'
  10. deauth.run=deauth
  11. deauth.settings=deauth
  12. deauth.settings.mode='normal'
  13. deauth.autostart=deauth
  14. deauth.module=deauth
  15. deauth.module.installed='1'
  16. dhcp.@dnsmasq[0]=dnsmasq
  17. dhcp.@dnsmasq[0].domainneeded='1'
  18. dhcp.@dnsmasq[0].boguspriv='1'
  19. dhcp.@dnsmasq[0].filterwin2k='0'
  20. dhcp.@dnsmasq[0].localise_queries='1'
  21. dhcp.@dnsmasq[0].rebind_protection='1'
  22. dhcp.@dnsmasq[0].rebind_localhost='1'
  23. dhcp.@dnsmasq[0].local='/lan/'
  24. dhcp.@dnsmasq[0].domain='lan'
  25. dhcp.@dnsmasq[0].expandhosts='1'
  26. dhcp.@dnsmasq[0].nonegcache='0'
  27. dhcp.@dnsmasq[0].authoritative='1'
  28. dhcp.@dnsmasq[0].readethers='1'
  29. dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases'
  30. dhcp.@dnsmasq[0].resolvfile='/tmp/resolv.conf.auto'
  31. dhcp.@dnsmasq[0].localservice='1'
  32. dhcp.lan=dhcp
  33. dhcp.lan.interface='lan'
  34. dhcp.lan.start='100'
  35. dhcp.lan.limit='150'
  36. dhcp.lan.leasetime='12h'
  37. dhcp.wan=dhcp
  38. dhcp.wan.interface='wan'
  39. dhcp.wan.ignore='1'
  40. firewall.@defaults[0]=defaults
  41. firewall.@defaults[0].syn_flood='1'
  42. firewall.@defaults[0].input='ACCEPT'
  43. firewall.@defaults[0].output='ACCEPT'
  44. firewall.@defaults[0].forward='ACCEPT'
  45. firewall.@zone[0]=zone
  46. firewall.@zone[0].name='lan'
  47. firewall.@zone[0].network='lan'
  48. firewall.@zone[0].input='ACCEPT'
  49. firewall.@zone[0].output='ACCEPT'
  50. firewall.@zone[0].forward='ACCEPT'
  51. firewall.@zone[1]=zone
  52. firewall.@zone[1].name='wan'
  53. firewall.@zone[1].network='wan' 'wan6'
  54. firewall.@zone[1].input='ACCEPT'
  55. firewall.@zone[1].output='ACCEPT'
  56. firewall.@zone[1].forward='ACCEPT'
  57. firewall.@zone[1].masq='1'
  58. firewall.@zone[1].mtu_fix='1'
  59. firewall.@zone[2]=zone
  60. firewall.@zone[2].name='usb'
  61. firewall.@zone[2].network='usb'
  62. firewall.@zone[2].input='ACCEPT'
  63. firewall.@zone[2].output='ACCEPT'
  64. firewall.@zone[2].forward='ACCEPT'
  65. firewall.@zone[2].masq='1'
  66. firewall.@zone[2].mtu_fix='1'
  67. firewall.@forwarding[0]=forwarding
  68. firewall.@forwarding[0].src='lan'
  69. firewall.@forwarding[0].dest='wan'
  70. firewall.@forwarding[1]=forwarding
  71. firewall.@forwarding[1].src='wan'
  72. firewall.@forwarding[1].dest='lan'
  73. firewall.@forwarding[2]=forwarding
  74. firewall.@forwarding[2].src='lan'
  75. firewall.@forwarding[2].dest='usb'
  76. firewall.@forwarding[3]=forwarding
  77. firewall.@forwarding[3].src='usb'
  78. firewall.@forwarding[3].dest='lan'
  79. firewall.@rule[0]=rule
  80. firewall.@rule[0].name='Allow-DHCP-Renew'
  81. firewall.@rule[0].src='wan'
  82. firewall.@rule[0].proto='udp'
  83. firewall.@rule[0].dest_port='68'
  84. firewall.@rule[0].target='ACCEPT'
  85. firewall.@rule[0].family='ipv4'
  86. firewall.@rule[1]=rule
  87. firewall.@rule[1].name='Allow-Ping'
  88. firewall.@rule[1].src='wan'
  89. firewall.@rule[1].proto='icmp'
  90. firewall.@rule[1].icmp_type='echo-request'
  91. firewall.@rule[1].family='ipv4'
  92. firewall.@rule[1].target='ACCEPT'
  93. firewall.@rule[2]=rule
  94. firewall.@rule[2].name='Allow-IGMP'
  95. firewall.@rule[2].src='wan'
  96. firewall.@rule[2].proto='igmp'
  97. firewall.@rule[2].family='ipv4'
  98. firewall.@rule[2].target='ACCEPT'
  99. firewall.@rule[3]=rule
  100. firewall.@rule[3].name='Allow-DHCPv6'
  101. firewall.@rule[3].src='wan'
  102. firewall.@rule[3].proto='udp'
  103. firewall.@rule[3].src_ip='fe80::/10'
  104. firewall.@rule[3].src_port='547'
  105. firewall.@rule[3].dest_ip='fe80::/10'
  106. firewall.@rule[3].dest_port='546'
  107. firewall.@rule[3].family='ipv6'
  108. firewall.@rule[3].target='ACCEPT'
  109. firewall.@rule[4]=rule
  110. firewall.@rule[4].name='Allow-MLD'
  111. firewall.@rule[4].src='wan'
  112. firewall.@rule[4].proto='icmp'
  113. firewall.@rule[4].src_ip='fe80::/10'
  114. firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
  115. firewall.@rule[4].family='ipv6'
  116. firewall.@rule[4].target='ACCEPT'
  117. firewall.@rule[5]=rule
  118. firewall.@rule[5].name='Allow-ICMPv6-Input'
  119. firewall.@rule[5].src='wan'
  120. firewall.@rule[5].proto='icmp'
  121. 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'
  122. firewall.@rule[5].limit='1000/sec'
  123. firewall.@rule[5].family='ipv6'
  124. firewall.@rule[5].target='ACCEPT'
  125. firewall.@rule[6]=rule
  126. firewall.@rule[6].name='Allow-ICMPv6-Forward'
  127. firewall.@rule[6].src='wan'
  128. firewall.@rule[6].dest='*'
  129. firewall.@rule[6].proto='icmp'
  130. firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
  131. firewall.@rule[6].limit='1000/sec'
  132. firewall.@rule[6].family='ipv6'
  133. firewall.@rule[6].target='ACCEPT'
  134. firewall.@include[0]=include
  135. firewall.@include[0].path='/etc/firewall.user'
  136. firewall.@rule[7]=rule
  137. firewall.@rule[7].src='wan'
  138. firewall.@rule[7].dest='lan'
  139. firewall.@rule[7].proto='esp'
  140. firewall.@rule[7].target='ACCEPT'
  141. firewall.@rule[8]=rule
  142. firewall.@rule[8].src='wan'
  143. firewall.@rule[8].dest='lan'
  144. firewall.@rule[8].dest_port='500'
  145. firewall.@rule[8].proto='udp'
  146. firewall.@rule[8].target='ACCEPT'
  147. fstab.@global[0]=global
  148. fstab.@global[0].anon_swap='0'
  149. fstab.@global[0].anon_mount='0'
  150. fstab.@global[0].auto_swap='1'
  151. fstab.@global[0].auto_mount='1'
  152. fstab.@global[0].delay_root='5'
  153. fstab.@global[0].check_fs='0'
  154. fstab.@mount[0]=mount
  155. fstab.@mount[0].target='/sd'
  156. fstab.@mount[0].device='/dev/sdcard/sd1'
  157. fstab.@mount[0].fstype='auto'
  158. fstab.@mount[0].options='rw,sync'
  159. fstab.@mount[0].enabled='1'
  160. network.loopback=interface
  161. network.loopback.ifname='lo'
  162. network.loopback.proto='static'
  163. network.loopback.ipaddr='127.0.0.1'
  164. network.loopback.netmask='255.0.0.0'
  165. network.lan=interface
  166. network.lan.ifname='eth0'
  167. network.lan.type='bridge'
  168. network.lan.proto='static'
  169. network.lan.ipaddr='172.16.42.1'
  170. network.lan.netmask='255.255.255.0'
  171. network.lan.gateway='172.16.42.42'
  172. network.lan.dns='8.8.8.8, 8.8.4.4'
  173. network.usb=interface
  174. network.usb.ifname='usb0'
  175. network.usb.proto='dhcp'
  176. network.usb.dns='8.8.8.8, 8.8.4.4'
  177. network.wan=interface
  178. network.wan.proto='dhcp'
  179. network.wan.dns='8.8.8.8, 8.8.4.4'
  180. php5-fpm.@php5-fpm[0]=php5-fpm
  181. php5-fpm.@php5-fpm[0].enabled='1'
  182. pineap.autostart=pineap
  183. pineap.autostart.enabled='1'
  184. pineap.autostart.karma='0'
  185. pineap.autostart.log_probes='0'
  186. pineap.autostart.log_associations='0'
  187. pineap.autostart.pineap='0'
  188. pineap.autostart.harvester='0'
  189. pineap.autostart.beacon_responses='0'
  190. pineap.autostart.dogma='0'
  191. reporting.settings=reporting
  192. reporting.settings.interval='1'
  193. reporting.settings.save_report='0'
  194. reporting.settings.send_email='0'
  195. reporting.settings.log='0'
  196. reporting.settings.clear_log='0'
  197. reporting.settings.survey='0'
  198. reporting.settings.duration='15'
  199. reporting.settings.client='0'
  200. reporting.settings.tracking='0'
  201. reporting.ssmtp=reporting
  202. reporting.ssmtp.from='blabla@gmail.com'
  203. reporting.ssmtp.to='blabla@gmail.com'
  204. reporting.ssmtp.server='smtp.gmail.com'
  205. reporting.ssmtp.port='465'
  206. reporting.ssmtp.domain='gmail.com'
  207. reporting.ssmtp.username='blabla@gmail.com'
  208. reporting.ssmtp.password='blabla'
  209. reporting.ssmtp.tls='1'
  210. reporting.ssmtp.starttls='1'
  211. system.@system[0]=system
  212. system.@system[0].hostname='Pineapple'
  213. system.@system[0].timezone='UTC'
  214. system.@led[0]=led
  215. system.@led[0].name='wlan0'
  216. system.@led[0].sysfs='pineapple:blue:system'
  217. system.@led[0].trigger='netdev'
  218. system.@led[0].dev='wlan0'
  219. system.@led[0].mode='link tx rx'
  220. system.@led[1]=led
  221. system.@led[1].name='none'
  222. system.@led[1].sysfs='ath9k_htc-phy2'
  223. system.@led[1].default='0'
  224. system.ntp=timeserver
  225. system.ntp.server='0.openwrt.pool.ntp.org' '1.openwrt.pool.ntp.org' '2.openwrt.pool.ntp.org' '3.openwrt.pool.ntp.org'
  226. system.ntp.enable_server='0'
  227. wireless.radio0=wifi-device
  228. wireless.radio0.type='mac80211'
  229. wireless.radio0.channel='11'
  230. wireless.radio0.hwmode='11g'
  231. wireless.radio0.path='platform/ar933x_wmac'
  232. wireless.radio0.htmode='HT20'
  233. wireless.@wifi-iface[0]=wifi-iface
  234. wireless.@wifi-iface[0].device='radio0'
  235. wireless.@wifi-iface[0].network='lan'
  236. wireless.@wifi-iface[0].mode='ap'
  237. wireless.@wifi-iface[0].encryption='none'
  238. wireless.@wifi-iface[0].ssid='GP WiFi'
  239. wireless.@wifi-iface[0].hidden='1'
  240. wireless.@wifi-iface[1]=wifi-iface
  241. wireless.@wifi-iface[1].device='radio0'
  242. wireless.@wifi-iface[1].network='lan'
  243. wireless.@wifi-iface[1].mode='ap'
  244. wireless.@wifi-iface[1].encryption='psk2+ccmp'
  245. wireless.@wifi-iface[1].ssid='nano'
  246. wireless.@wifi-iface[1].key='blabla'
  247. wireless.radio1=wifi-device
  248. wireless.radio1.type='mac80211'
  249. wireless.radio1.channel='11'
  250. wireless.radio1.hwmode='11g'
  251. wireless.radio1.path='platform/ehci-platform/usb1/1-1/1-1.1/1-1.1:1.0'
  252. wireless.radio1.htmode='HT20'
  253. wireless.@wifi-iface[2]=wifi-iface
  254. wireless.@wifi-iface[2].device='radio1'
  255. wireless.@wifi-iface[2].ifname='wlan1'
  256. wireless.@wifi-iface[2].mode='sta'
  257. wireless.@wifi-iface[2].network='wan'
  258. wireless.@wifi-iface[2].ssid='Linksys'
  259. wireless.@wifi-iface[2].encryption='psk2+ccmp'
  260. wireless.@wifi-iface[2].key='blablabla'
  261. wireless.radio2=wifi-device
  262. wireless.radio2.type='mac80211'
  263. wireless.radio2.channel='11'
  264. wireless.radio2.hwmode='11g'
  265. wireless.radio2.path='platform/ehci-platform/usb1/1-1/1-1.3/1-1.3:1.0'
  266. wireless.radio2.htmode='HT20'
  267. wireless.@wifi-iface[3]=wifi-iface
  268. wireless.@wifi-iface[3].device='radio2'
  269. wireless.@wifi-iface[3].ifname='wlan2'
  270. wireless.@wifi-iface[3].mode='sta'
  271. wireless.@wifi-iface[3].network='wan'
  272. wireless.@wifi-iface[3].ssid='Linksys'
  273. wireless.@wifi-iface[3].encryption='psk2+ccmp'
  274. wireless.@wifi-iface[3].key='blabla'
  275. wps.module=wps
  276. wps.module.installed='1'
  277. root@Pineapple:~#
  278. root@Pineapple:~# root@Pineapple:~# uci show network.wan2
  279. uci: Entry not found
  280. -ashroot@Pineapple:~# uci show
  281. : autossh.@autossh[0]=autossh
  282. autossh.@autossh[0].ssh='-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host'
  283. autossh.@autossh[0].gatetime='0'
  284. root@Pineapple:~#autossh.@autossh[0].monitorport='20000'
  285. autossh.@autossh[0].poll='600'
  286. deauth.run=deauth
  287. deauth.settings=deauth
  288. : deauth.settings.mode='normal'
  289. not founddeauth.autostart=deauth
  290.  
  291. deauth.module=deauth
  292. root@Pineapple:~# uci: Entry not found
  293. -ash: uci:: not found
  294. root@Pineapple:~# root@Pineapple:~# uci show
  295. -ash: root@Pineapple:~#: not found
  296. root@Pineapple:~# autossh.@autossh[0]=autossh
  297. -ash: autossh.@autossh[0]=autossh: not found
  298. root@Pineapple:~# autossh.@autossh[0].ssh='-i /etc/dropbear/id_rsa -N -T -R 2222
  299. :localhost:22 user@host'
  300. dhcp.@dnsmasq[0].localise_queries='1'
  301. dhcp.@dnsmasq[0].rebind_protection='1'
  302. dhcp.@dnsmasq[0].rebind_localhost='1'
  303. dhcp.@dnsmasq[0].local='/lan/'
  304. dhcp.@dnsmasq[0].domain='lan'
  305. dhcp.@dnsmasq[0].expandhosts='1'
  306. dhcp.@dnsmasq[0].nonegcache='0'
  307. dhcp.@dnsmasq[0].authoritative='1'
  308. dhcp.@dnsmasq[0].readethers='1'
  309. -ash: autossh.@autossh[0].ssh=-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host: not found
  310. root@Pineapple:~# autossh.@autossh[0].gatetime='0'
  311. -ash: autossh.@autossh[0].gatetime=0: not found
  312. root@Pineapple:~# autossh.@autossh[0].monitorport='20000'
  313. -ash: autossh.@autossh[0].monitorport=20000: not found
  314. root@Pineapple:~# autossh.@autossh[0].poll='600'
  315. -ash: autossh.@autossh[0].poll=600: not found
  316. root@Pineapple:~# deauth.run=deauth
  317. -ash: deauth.run=deauth: not found
  318. root@Pineapple:~# deauth.settings=deauth
  319. -ash: deauth.settings=deauth: not found
  320. root@Pineapple:~# deauth.settings.mode='normal'
  321. -ash: deauth.settings.mode=normal: not found
  322. root@Pineapple:~# deauth.autostart=deauth
  323. -ash: deauth.autostart=deauth: not found
  324. root@Pineapple:~# deauth.module=deauth
  325. -ash: deauth.module=deauth: not found
  326. root@Pineapple:~# deauth.module.installed='1'
  327. -ash: deauth.module.installed=1: not found
  328. root@Pineapple:~# dhcp.@dnsmasq[0]=dnsmasq
  329. -ash: dhcp.@dnsmasq[0]=dnsmasq: not found
  330. root@Pineapple:~# dhcp.@dnsmasq[0].domainneeded='1'
  331. -ash: dhcp.@dnsmasq[0].domainneeded=1: not found
  332. root@Pineapple:~# dhcp.@dnsmasq[0].boguspriv='1'
  333. -ash: dhcp.@dnsmasq[0].boguspriv=1: not found
  334. root@Pineapple:~# dhcp.@dnsmasq[0].filterwin2k='0'
  335. -ash: dhcp.@dnsmasq[0].filterwin2k=0: not found
  336. root@Pineapple:~# dhcp.@dnsmasq[0].localise_queries='1'
  337. -ash: dhcp.@dnsmasq[0].localise_queries=1: not found
  338. root@Pineapple:~# dhcp.@dnsmasq[0].rebind_protection='1'
  339. -ash: dhcp.@dnsmasq[0].rebind_protection=1: not found
  340. root@Pineapple:~# dhcp.@dnsmasq[0].rebind_localhost='1'
  341. -ash: dhcp.@dnsmasq[0].rebind_localhost=1: not found
  342. root@Pineapple:~# dhcp.@dnsmasq[0].local='/lan/'
  343. -ash: dhcp.@dnsmasq[0].local=/lan/: not found
  344. firewall.@zone[0].input='ACCEPT'
  345. firewall.@zone[0].output='ACCEPT'
  346. firewall.@zone[0].forward='ACCEPT'
  347. firewall.@zone[1]=zone
  348. firewall.@zone[1].name='wan'
  349. firewall.@zone[1].network='wan' 'wan6'
  350. firewall.@zone[1].input='ACCEPT'
  351. firewall.@zone[1].output='ACCEPT'
  352. firewall.@zone[1].forward='ACCEPT'
  353. firewall.@zone[1].masq='1'
  354. root@Pineapple:~# dhcp.@dnsmasq[0].domain='lan'
  355. -ash: dhcp.@dnsmasq[0].domain=lan: not found
  356. root@Pineapple:~# dhcp.@dnsmasq[0].expandhosts='1'
  357. -ash: dhcp.@dnsmasq[0].expandhosts=1: not found
  358. root@Pineapple:~# dhcp.@dnsmasq[0].nonegcache='0'
  359. -ash: dhcp.@dnsmasq[0].nonegcache=0: not found
  360. root@Pineapple:~# dhcp.@dnsmasq[0].authoritative='1'
  361. -ash: dhcp.@dnsmasq[0].authoritative=1: not found
  362. root@Pineapple:~# dhcp.@dnsmasq[0].readethers='1'
  363. -ash: dhcp.@dnsmasq[0].readethers=1: not found
  364. root@Pineapple:~# dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases'
  365. -ash: dhcp.@dnsmasq[0].leasefile=/tmp/dhcp.leases: not found
  366. firewall.@zone[1].mtu_fix='1'
  367. root@Pineapple:~# dhcp.@dnsmasq[0].resolvfile='/tmp/resolv.conf.auto'
  368. -ash: dhcp.@dnsmasq[0].resolvfile=/tmp/resolv.conf.auto: not found
  369. root@Pineapple:~# dhcp.@dnsmasq[0].localservice='1'
  370. -ash: dhcp.@dnsmasq[0].localservice=1: not found
  371. root@Pineapple:~# dhcp.lan=dhcp
  372. -ash: dhcp.lan=dhcp: not found
  373. root@Pineapple:~# dhcp.lan.interface='lan'
  374. -ashfirewall.@forwarding[3]=forwarding
  375. : dhcp.lan.interface=lanfirewall.@forwarding[3].src='usb'
  376. : firewall.@forwarding[3].dest='lan'
  377. not found
  378. root@Pineapple:~# dhcp.lan.start='100'
  379. -ash: dhcp.lan.start=100: not found
  380. root@Pineapple:~# dhcp.lan.limit='150'
  381. -ash: dhcp.lan.limit=150: not found
  382. root@Pineapple:~# dhcp.lan.leasetime='12h'
  383. -ash: dhcp.lan.leasetime=12h: not found
  384. root@Pineapple:~# dhcp.wan=dhcp
  385. -ash: dhcp.wan=dhcp: not found
  386. root@Pineapple:~# dhcp.wan.interface='wan'
  387. -ash: dhcp.wan.interface=wan: not found
  388. root@Pineapple:~# dhcp.wan.ignore='1'
  389. -ash: dhcp.wan.ignore=1: not found
  390. root@Pineapple:~# firewall.@defaults[0]=defaults
  391. -ash: firewall.@defaults[0]=defaults: not found
  392. root@Pineapple:~# firewall.@defaults[0].syn_flood='1'
  393. -ash: firewall.@defaults[0].syn_flood=1: not found
  394. root@Pineapple:~# firewall.@defaults[0].input='ACCEPT'
  395. -ash: firewall.@defaults[0].input=ACCEPT: not found
  396. root@Pineapple:~# firewall.@defaults[0].output='ACCEPT'
  397. -ash: firewall.@defaults[0].output=ACCEPT: not found
  398. root@Pineapple:~# firewall.@defaults[0].forward='ACCEPT'
  399. -ash: firewall.@defaults[0].forward=ACCEPT: not found
  400. root@Pineapple:~# firewall.@zone[0]=zone
  401. -ash: firewall.@zone[0]=zone: not found
  402. root@Pineapple:~# firewall.@zone[0].name='lan'
  403. firewall.@rule[0]=rule
  404. -ashfirewall.@rule[0].name='Allow-DHCP-Renew'
  405. firewall.@rule[0].src='wan'
  406. : firewall.@zone[0].name=lan: not found
  407. root@Pineapple:~# firewall.@zone[0].network='lan'
  408. -ash: firewall.@zone[0].network=lan: not found
  409. root@Pineapple:~# firewall.@zone[0].input='ACCEPT'
  410. -ash: firewall.@zone[0].input=ACCEPT: not found
  411. root@Pineapple:~# firewall.@zone[0].output='ACCEPT'
  412. -ash: firewall.@zone[0].output=ACCEPT: not found
  413. root@Pineapple:~# firewall.@zone[0].forward='ACCEPT'
  414. -ash: firewall.@zone[0].forward=ACCEPT: not found
  415. root@Pineapple:~# firewall.@zone[1]=zone
  416. -ash: firewall.@zone[1]=zone: not found
  417. root@Pineapple:~# firewall.@zone[1].name='wan'
  418. -ash: firewall.@zone[1].name=wan: not found
  419. root@Pineapple:~# firewall.@zone[1].network='wan' 'wan6'
  420. -ash: firewall.@zone[1].network=wan: not found
  421. root@Pineapple:~# firewall.@zone[1].input='ACCEPT'
  422. -ash: firewall.@zone[1].input=ACCEPT: not found
  423. root@Pineapple:~# firewall.@zone[1].output='ACCEPT'
  424. -ash: firewall.@zone[1].output=ACCEPT: not found
  425. root@Pineapple:~# firewall.@zone[1].forward='ACCEPT'
  426. -ash: firewall.@zone[1].forward=ACCEPT: not found
  427. root@Pineapple:~# firewall.@zone[1].masq='1'
  428. -ash: firewall.@zone[1].masq=1: not foundfirewall.@rule[0].proto='udp'
  429. firewall.@rule[0].dest_port='68'
  430.  
  431. root@Pineapple:~# firewall.@zone[1].mtu_fix='1'
  432. -ash: firewall.@zone[1].mtu_fix=1: not found
  433. root@Pineapple:~# firewall.@zone[2]=zone
  434. -ash: firewall.@zone[2]=zone: not found
  435. root@Pineapple:~# firewall.@zone[2].name='usb'
  436. -ash: firewall.@zone[2].name=usb: not found
  437. root@Pineapple:~# firewall.@zone[2].network='usb'
  438. -ash: firewall.@zone[2].network=usb: not found
  439. root@Pineapple:~# firewall.@zone[2].input='ACCEPT'
  440. -ash: firewall.@zone[2].input=ACCEPT: not found
  441. root@Pineapple:~# firewall.@zone[2].output='ACCEPT'
  442. -ash: firewall.@zone[2].output=ACCEPT: not found
  443. root@Pineapple:~# firewall.@zone[2].forward='ACCEPT'
  444. -ash: firewall.@zone[2].forward=ACCEPT: not found
  445. root@Pineapple:~# firewall.@zone[2].masq='1'
  446. -ash: firewall.@zone[2].masq=1: not found
  447. root@Pineapple:~# firewall.@zone[2].mtu_fix='1'
  448. -ash: firewall.@zone[2].mtu_fix=1: not found
  449. root@Pineapple:~# firewall.@forwarding[0]=forwarding
  450. -ash: firewall.@forwarding[0]=forwarding: not found
  451. root@Pineapple:~# firewall.@forwarding[0].src='lan'
  452. -ash: firewall.@forwarding[0].src=lan: not found
  453. root@Pineapple:~# firewall.@forwarding[0].dest='wan'
  454. -ash: firewall.@forwarding[0].dest=wan: not found
  455. root@Pineapple:~# firewall.@forwarding[1]=forwarding
  456. -ash: firewall.@forwarding[1]=forwarding: not found
  457. root@Pineapple:~# firewall.@forwarding[1].src='wan'
  458. -ash: firewall.@forwarding[1].src=wan: not found
  459. root@Pineapple:~# firewall.@forwarding[1].dest='lan'
  460. -ash: firewall.@forwarding[1].dest=lan: not found
  461. root@Pineapple:~# firewall.@forwarding[2]=forwarding
  462. -ash: firewall.@forwarding[2]=forwarding: not found
  463. root@Pineapple:~# firewall.@forwarding[2].src='lan'
  464. -ash: firewall.@forwarding[2].src=lan: not found
  465. root@Pineapple:~# firewall.@forwarding[2].dest='usb'
  466. -ash: firewall.@forwarding[2].dest=usb: not found
  467. root@Pineapple:~# firewall.@forwarding[3]=forwarding
  468. -ash: firewall.@forwarding[3]=forwarding: not found
  469. root@Pineapple:~# firewall.@forwarding[3].src='usb'
  470. -ash: firewall.@forwarding[3].src=usb: not found
  471. root@Pineapple:~# firewall.@forwarding[3].dest='lan'
  472. -ash: firewall.@forwarding[3].dest=lan: not found
  473. root@Pineapple:~# firewall.@rule[0]=rule
  474. -ash: firewall.@rule[0]=rule: not found
  475. root@Pineapple:~# firewall.@rule[0].name='Allow-DHCP-Renew'
  476. -ash: firewall.@rule[0].name=Allow-DHCP-Renew: not found
  477. root@Pineapple:~# firewall.@rule[0].src='wan'
  478. -ash: firewall.@rule[0].src=wan: not found
  479. root@Pineapple:~# firewall.@rule[0].proto='udp'
  480. -ash: firewall.@rule[0].proto=udp: not found
  481. root@Pineapple:~# firewall.@rule[0].dest_port='68'
  482. -ash: firewall.@rule[0].dest_port=68: not found
  483. root@Pineapple:~# firewall.@rule[0].target='ACCEPT'
  484. -ashfirewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
  485. : firewall.@rule[6].limit='1000/sec'
  486. firewall.@rule[0].target=ACCEPTfirewall.@rule[6].family='ipv6'
  487. firewall.@rule[6].target='ACCEPT'
  488. firewall.@include[0]=include
  489. : firewall.@include[0].path='/etc/firewall.user'
  490. not foundfirewall.@rule[7]=rule
  491.  
  492. root@Pineapple:~# firewall.@rule[0].family='ipv4'
  493. -ash: firewall.@rule[0].family=ipv4: not found
  494. root@Pineapple:~# firewall.@rule[1]=rule
  495. -ash: firewall.@rule[1]=rule: not found
  496. root@Pineapple:~# firewall.@rule[1].name='Allow-Ping'
  497. -ash: firewall.@rule[1].name=Allow-Ping: not found
  498. root@Pineapple:~# firewall.@rule[1].src='wan'
  499. -ash: firewall.@rule[1].src=wan: not found
  500. root@Pineapple:~# firewall.@rule[1].proto='icmp'
  501. -ash: firewall.@rule[1].proto=icmp: not found
  502. root@Pineapple:~# firewall.@rule[1].icmp_type='echo-request'
  503. -ash: firewall.@rule[1].icmp_type=echo-request: not found
  504. root@Pineapple:~# firewall.@rule[1].family='ipv4'
  505. -ash: firewall.@rule[1].family=ipv4: not found
  506. root@Pineapple:~# firewall.@rule[1].target='ACCEPT'
  507. -ash: firewall.@rule[1].target=ACCEPT: not found
  508. root@Pineapple:~# firewall.@rule[2]=rule
  509. -ash: firewall.@rule[2]=rule: not found
  510. root@Pineapple:~# firewall.@rule[2].name='Allow-IGMP'
  511. -ash: firewall.@rule[2].name=Allow-IGMP: not found
  512. root@Pineapple:~# firewall.@rule[2].src='wan'
  513. -ash: firewall.@rule[2].src=wan: not found
  514. root@Pineapple:~# firewall.@rule[2].proto='igmp'
  515. -ash: firewall.@rule[2].proto=igmp: not found
  516. root@Pineapple:~# firewall.@rule[2].family='ipv4'
  517. -ash: network.lan.type='bridge'
  518. network.lan.proto='static'
  519. network.lan.ipaddr='172.16.42.1'
  520. network.lan.netmask='255.255.255.0'
  521. network.lan.gateway='172.16.42.42'
  522. network.lan.dns='8.8.8.8, 8.8.4.4'
  523. network.usb=interface
  524. network.usb.ifname='usb0'
  525. network.usb.proto='dhcp'
  526. firewall.@rule[2].family=ipv4network.usb.dns='8.8.8.8, 8.8.4.4'
  527. : network.wan=interface
  528. not foundnetwork.wan.proto='dhcp'
  529.  
  530. network.wan.dns='8.8.8.8, 8.8.4.4'
  531. root@Pineapple:~# firewall.@rule[2].target='ACCEPT'
  532. -ash: firewall.@rule[2].target=ACCEPT: not found
  533. root@Pineapple:~# firewall.@rule[3]=rule
  534. -ash: firewall.@rule[3]=rule: not found
  535. root@Pineapple:~# firewall.@rule[3].name='Allow-DHCPv6'
  536. -ash: firewall.@rule[3].name=Allow-DHCPv6: not found
  537. root@Pineapple:~# firewall.@rule[3].src='wan'
  538. -ash: firewall.@rule[3].src=wan: not found
  539. root@Pineapple:~# firewall.@rule[3].proto='udp'
  540. -ash: firewall.@rule[3].proto=udp: not found
  541. root@Pineapple:~# firewall.@rule[3].src_ip='fe80::/10'
  542. -ash: firewall.@rule[3].src_ip=fe80::/10: not found
  543. root@Pineapple:~# firewall.@rule[3].src_port='547'
  544. -ash: firewall.@rule[3].src_port=547: not found
  545. root@Pineapple:~# firewall.@rule[3].dest_ip='fe80::/10'
  546. reporting.ssmtp.username='blablabla@gmail.com'
  547. reporting.ssmtp.password='blabla'
  548. reporting.ssmtp.tls='1'
  549. reporting.ssmtp.starttls='1'
  550. system.@system[0]=system
  551. system.@system[0].hostname='Pineapple'
  552. system.@system[0].timezone='UTC'
  553. system.@led[0]=led
  554. system.@led[0].name='wlan0'
  555. system.@led[0].sysfs='pineapple:blue:system'
  556. system.@led[0].trigger='netdev'
  557. system.@led[0].dev='wlan0'
  558. -ash: firewall.@rule[3].dest_ip=fe80::/10: not found
  559. root@Pineapple:~# firewall.@rule[3].dest_port='546'
  560. -ash: firewall.@rule[3].dest_port=546: not found
  561. root@Pineapple:~# firewall.@rule[3].family='ipv6'
  562. -ash: firewall.@rule[3].family=ipv6: not found
  563. root@Pineapple:~# firewall.@rule[3].target='ACCEPT'
  564. -ash: firewall.@rule[3].target=ACCEPT: not found
  565. system.@led[0].mode='link tx rx'
  566. system.@led[1]=led
  567. system.@led[1].name='none'
  568. system.@led[1].sysfs='ath9k_htc-phy2'
  569. system.@led[1].default='0'
  570. system.ntp=timeserver
  571. system.ntp.server='0.openwrt.pool.ntp.org' '1.openwrt.pool.ntp.org' '2.openwrt.pool.ntp.org' '3.openwrt.pool.ntp.org'
  572. system.ntp.enroot@Pineapple:~# firewall.@rule[4]=rule
  573. -ash: firewall.@rule[4]=rule: not found
  574. root@Pineapple:~# firewall.@rule[4].name='Allow-MLD'
  575. -ash: firewall.@rule[4].name=Allow-MLD: not found
  576. root@Pineapple:~# firewall.@rule[4].src='wan'
  577. -ash: firewall.@rule[4].src=wan: not found
  578. root@Pineapple:~# firewall.@rule[4].proto='icmp'
  579. -ash: firewall.@rule[4].proto=icmp: not found
  580. root@Pineapple:~# firewall.@rule[4].src_ip='fe80::/10'
  581. -ash: firewall.@rule[4].src_ip=fe80::/10: not found
  582. root@Pineapple:~# firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
  583. -ash: firewall.@rule[4].icmp_type=130/0: not found
  584. root@Pineapple:~# firewall.@rule[4].family='ipv6'
  585. -ash: firewall.@rule[4].family=ipv6: not found
  586. root@Pineapple:~# firewall.@rule[4].target='ACCEPT'
  587. -ash: firewall.@rule[4].target=ACCEPT: not found
  588. root@Pineapple:~# firewall.@rule[5]=rule
  589. -ash: firewall.@rule[5]=rule: not found
  590. root@Pineapple:~# firewall.@rule[5].name='Allow-ICMPv6-Input'
  591. -ash: firewall.@rule[5].name=Allow-ICMPv6-Input: not found
  592. root@Pineapple:~# firewall.@rule[5].src='wan'
  593. -ash: firewall.@rule[5].src=wan: not found
  594. root@Pineapple:~# firewall.@rule[5].proto='icmp'
  595. -ash: firewall.@rule[5].proto=icmp: not found
  596. root@Pineapple:~# firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'desti
  597. nation-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-heade
  598. r-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'n
  599. eighbour-advertisement'
  600. -ash: firewall.@rule[5].icmp_type=echo-request: not found
  601. root@Pineapple:~# firewall.@rule[5].limit='1000/sec'
  602. -ash: firewall.@rule[5].limit=1000/sec: not found
  603. root@Pineapple:~# firewall.@rule[5].family='ipv6'
  604. -ash: firewall.@rule[5].family=ipv6: not found
  605. root@Pineapple:~# firewall.@rule[5].target='ACCEPT'
  606. -ash: firewall.@rule[5].target=ACCEPT: not found
  607. root@Pineapple:~# firewall.@rule[6]=rule
  608. -ash: firewall.@rule[6]=rule: not found
  609. root@Pineapple:~# firewall.@rule[6].name='Allow-ICMPv6-Forward'
  610. -ash: firewall.@rule[6].name=Allow-ICMPv6-Forward: not found
  611. root@Pineapple:~# firewall.@rule[6].src='wan'
  612. -ash: firewall.@rule[6].src=wan: not found
  613. root@Pineapple:~# firewall.@rule[6].dest='*'
  614. -ash: firewall.@rule[6].dest=*: not found
  615. root@Pineapple:~# firewall.@rule[6].proto='icmp'
  616. -ash: firewall.@rule[6].proto=icmp: not found
  617. root@Pineapple:~# firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'desti
  618. nation-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-heade
  619. r-type'
  620. -ash: firewall.@rule[6].icmp_type=echo-request: not found
  621. root@Pineapple:~# firewall.@rule[6].limit='1000/sec'
  622. -ash: firewall.@rule[6].limit=1000/sec: not found
  623. root@Pineapple:~# firewall.@rule[6].family='ipv6'
  624. -ash: firewall.@rule[6].family=ipv6: not found
  625. root@Pineapple:~# firewall.@rule[6].target='ACCEPT'
  626. -ash: firewall.@rule[6].target=ACCEPT: not found
  627. root@Pineapple:~# firewall.@include[0]=include
  628. -ash: firewall.@include[0]=include: not found
  629. root@Pineapple:~# firewall.@include[0].path='/etc/firewall.user'
  630. -ash: firewall.@include[0].path=/etc/firewall.user: not found
  631. root@Pineapple:~# firewall.@rule[7]=rule
  632. -ash: firewall.@rule[7]=rule: not found
  633. root@Pineapple:~# firewall.@rule[7].src='wan'
  634. -ash: firewall.@rule[7].src=wan: not found
  635. root@Pineapple:~# firewall.@rule[7].dest='lan'
  636. -ash: firewall.@rule[7].dest=lan: not found
  637. root@Pineapple:~# firewall.@rule[7].proto='esp'
  638. -ash: firewall.@rule[7].proto=esp: not found
  639. root@Pineapple:~# firewall.@rule[7].target='ACCEPT'
  640. -ash: firewall.@rule[7].target=ACCEPT: not found
  641. root@Pineapple:~# firewall.@rule[8]=rule
  642. -ash: firewall.@rule[8]=rule: not found
  643. root@Pineapple:~# firewall.@rule[8].src='wan'
  644. -ash: firewall.@rule[8].src=wan: not found
  645. root@Pineapple:~# firewall.@rule[8].dest='lan'
  646. -ash: firewall.@rule[8].dest=lan: not found
  647. root@Pineapple:~# firewall.@rule[8].dest_port='500'
  648. -ash: firewall.@rule[8].dest_port=500: not found
  649. root@Pineapple:~# firewall.@rule[8].proto='udp'
  650. -ash: firewall.@rule[8].proto=udp: not found
  651. root@Pineapple:~# firewall.@rule[8].target='ACCEPT'
  652. -ash: firewall.@rule[8].target=ACCEPT: not found
  653. root@Pineapple:~# fstab.@global[0]=global
  654. -ash: fstab.@global[0]=global: not found
  655. root@Pineapple:~# fstab.@global[0].anon_swap='0'
  656. -ash: fstab.@global[0].anon_swap=0: not found
  657. root@Pineapple:~# fstab.@global[0].anon_mount='0'
  658. -ash: fstab.@global[0].anon_mount=0: not found
  659. root@Pineapple:~# fstab.@global[0].auto_swap='1'
  660. -ash: fstab.@global[0].auto_swap=1: not found
  661. root@Pineapple:~# fstab.@global[0].auto_mount='1'
  662. -ash: fstab.@global[0].auto_mount=1: not found
  663. root@Pineapple:~# fstab.@global[0].delay_root='5'
  664. -ash: fstab.@global[0].delay_root=5: not found
  665. root@Pineapple:~# fstab.@global[0].check_fs='0'
  666. -ash: fstab.@global[0].check_fs=0: not found
  667. root@Pineapple:~# fstab.@mount[0]=mount
  668. -ash: fstab.@mount[0]=mount: not found
  669. root@Pineapple:~# fstab.@mount[0].target='/sd'
  670. -ash: i-iface[3]=wifi-iface
  671. wireless.@wifi-iface[3].device='radio2'
  672. wireless.@wifi-iface[3].ifname='wlan2'
  673. wireless.@wifi-iface[3].mode='sta'
  674. wireless.@wifi-iface[3].network='wan'
  675. wireless.@wifi-iface[3].ssid='Linksys'
  676. wireless.@wifi-iface[3].encryption='psk2+ccmp'
  677. wireless.@wifi-iface[3].key='blablabla'
  678. wps.module=wps
  679. wpsfstab.@mount[0].target=/sd: not found
  680. root@Pineapple:~# fstab.@mount[0].device='/dev/sdcard/sd1'
  681. .module.installed='1'
  682. root@Pineapple:~#
  683. -ash: fstab.@mount[0].device=/dev/sdcard/sd1: not found
  684. root@Pineapple:~# fstab.@mount[0].fstype='auto'
  685. -ash: fstab.@mount[0].fstype=auto: not found
  686. root@Pineapple:~# fstab.@mount[0].options='rw,sync'
  687. -ash: fstab.@mount[0].options=rw,sync: not found
  688. root@Pineapple:~# fstab.@mount[0].enabled='1'
  689. -ash: fstab.@mount[0].enabled=1: not found
  690. root@Pineapple:~# network.loopback=interface
  691. -ash: network.loopback=interface: not found
  692. root@Pineapple:~# network.loopback.ifname='lo'
  693. -ash: network.loopback.ifname=lo: not found
  694. root@Pineapple:~# network.loopback.proto='static'
  695. -ash: network.loopback.proto=static: not found
  696. root@Pineapple:~# network.loopback.ipaddr='127.0.0.1'
  697. -ash: network.loopback.ipaddr=127.0.0.1: not found
  698. root@Pineapple:~# network.loopback.netmask='255.0.0.0'
  699. -ash: network.loopback.netmask=255.0.0.0: not found
  700. root@Pineapple:~# network.lan=interface
  701. -ash: network.lan=interface: not found
  702. root@Pineapple:~# network.lan.ifname='eth0'
  703. -ash: network.lan.ifname=eth0: not found
  704. root@Pineapple:~# network.lan.type='bridge'
  705. -ash: network.lan.type=bridge: not found
  706. root@Pineapple:~# network.lan.proto='static'
  707. -ash: network.lan.proto=static: not found
  708. root@Pineapple:~# network.lan.ipaddr='172.16.42.1'
  709. -ash: network.lan.ipaddr=172.16.42.1: not found
  710. root@Pineapple:~# network.lan.netmask='255.255.255.0'
  711. -ash: network.lan.netmask=255.255.255.0: not found
  712. root@Pineapple:~# network.lan.gateway='172.16.42.42'
  713. -ash: network.lan.gateway=172.16.42.42: not found
  714. root@Pineapple:~# network.lan.dns='8.8.8.8, 8.8.4.4'
  715. -ash: network.lan.dns=8.8.8.8, 8.8.4.4: not found
  716. root@Pineapple:~# network.usb=interface
  717. -ash: network.usb=interface: not found
  718. root@Pineapple:~# network.usb.ifname='usb0'
  719. -ash: network.usb.ifname=usb0: not found
  720. root@Pineapple:~# network.usb.proto='dhcp'
  721. -ash: network.usb.proto=dhcp: not found
  722. root@Pineapple:~# network.usb.dns='8.8.8.8, 8.8.4.4'
  723. -ash: network.usb.dns=8.8.8.8, 8.8.4.4: not found
  724. root@Pineapple:~# network.wan=interface
  725. -ash: network.wan=interface: not found
  726. root@Pineapple:~# network.wan.proto='dhcp'
  727. -ash: network.wan.proto=dhcp: not found
  728. root@Pineapple:~# network.wan.dns='8.8.8.8, 8.8.4.4'
  729. -ash: network.wan.dns=8.8.8.8, 8.8.4.4: not found
  730. root@Pineapple:~# php5-fpm.@php5-fpm[0]=php5-fpm
  731. -ash: php5-fpm.@php5-fpm[0]=php5-fpm: not found
  732. root@Pineapple:~# php5-fpm.@php5-fpm[0].enabled='1'
  733. -ash: php5-fpm.@php5-fpm[0].enabled=1: not found
  734. root@Pineapple:~# pineap.autostart=pineap
  735. -ash: pineap.autostart=pineap: not found
  736. root@Pineapple:~# pineap.autostart.enabled='1'
  737. -ash: pineap.autostart.enabled=1: not found
  738. root@Pineapple:~# pineap.autostart.karma='0'
  739. -ash: pineap.autostart.karma=0: not found
  740. root@Pineapple:~# pineap.autostart.log_probes='0'
  741. -ash: pineap.autostart.log_probes=0: not found
  742. root@Pineapple:~# pineap.autostart.log_associations='0'
  743. -ash: pineap.autostart.log_associations=0: not found
  744. root@Pineapple:~# pineap.autostart.pineap='0'
  745. -ash: pineap.autostart.pineap=0: not found
  746. root@Pineapple:~# pineap.autostart.harvester='0'
  747. -ash: pineap.autostart.harvester=0: not found
  748. root@Pineapple:~# pineap.autostart.beacon_responses='0'
  749. -ash: pineap.autostart.beacon_responses=0: not found
  750. root@Pineapple:~# pineap.autostart.dogma='0'
  751. -ash: pineap.autostart.dogma=0: not found
  752. root@Pineapple:~# reporting.settings=reporting
  753. -ash: reporting.settings=reporting: not found
  754. root@Pineapple:~# reporting.settings.interval='1'
  755. -ash: reporting.settings.interval=1: not found
  756. root@Pineapple:~# reporting.settings.save_report='0'
  757. -ash: reporting.settings.save_report=0: not found
  758. root@Pineapple:~# reporting.settings.send_email='0'
  759. -ash: reporting.settings.send_email=0: not found
  760. root@Pineapple:~# reporting.settings.log='0'
  761. -ash: reporting.settings.log=0: not found
  762. root@Pineapple:~# reporting.settings.clear_log='0'
  763. -ash: reporting.settings.clear_log=0: not found
  764. root@Pineapple:~# reporting.settings.survey='0'
  765. -ash: reporting.settings.survey=0: not found
  766. root@Pineapple:~# reporting.settings.duration='15'
  767. -ash: reporting.settings.duration=15: not found
  768. root@Pineapple:~# reporting.settings.client='0'
  769. -ash: reporting.settings.client=0: not found
  770. root@Pineapple:~# reporting.settings.tracking='0'
  771. -ash: reporting.settings.tracking=0: not found
  772. root@Pineapple:~# reporting.ssmtp=reporting
  773. -ash: reporting.ssmtp=reporting: not found
  774. root@Pineapple:~# reporting.ssmtp.from='blabla@gmail.com'
  775. -ash: reporting.ssmtp.from=blabla@gmail.com: not found
  776. root@Pineapple:~# reporting.ssmtp.to='blabla@gmail.com'
  777. -ash: reporting.ssmtp.to=blabla@gmail.com: not found
  778. root@Pineapple:~# reporting.ssmtp.server='smtp.gmail.com'
  779. -ash: reporting.ssmtp.server=smtp.gmail.com: not found
  780. root@Pineapple:~# reporting.ssmtp.port='465'
  781. -ash: reporting.ssmtp.port=465: not found
  782. root@Pineapple:~# reporting.ssmtp.domain='gmail.com'
  783. -ash: reporting.ssmtp.domain=gmail.com: not found
  784. root@Pineapple:~# reporting.ssmtp.username='blabla@gmail.com'
  785. -ash: reporting.ssmtp.username=blabla@gmail.com: not found
  786. root@Pineapple:~# reporting.ssmtp.password='blabla2k6'
  787. -ash: reporting.ssmtp.password=blabla2k6: not found
  788. root@Pineapple:~# reporting.ssmtp.tls='1'
  789. -ash: reporting.ssmtp.tls=1: not found
  790. root@Pineapple:~# reporting.ssmtp.starttls='1'
  791. -ash: reporting.ssmtp.starttls=1: not found
  792. root@Pineapple:~# system.@system[0]=system
  793. -ash: system.@system[0]=system: not found
  794. root@Pineapple:~# system.@system[0].hostname='Pineapple'
  795. -ash: system.@system[0].hostname=Pineapple: not found
  796. root@Pineapple:~# system.@system[0].timezone='UTC'
  797. -ash: system.@system[0].timezone=UTC: not found
  798. root@Pineapple:~# system.@led[0]=led
  799. -ash: system.@led[0]=led: not found
  800. root@Pineapple:~# system.@led[0].name='wlan0'
  801. -ash: system.@led[0].name=wlan0: not found
  802. root@Pineapple:~# system.@led[0].sysfs='pineapple:blue:system'
  803. -ash: system.@led[0].sysfs=pineapple:blue:system: not found
  804. root@Pineapple:~# system.@led[0].trigger='netdev'
  805. -ash: system.@led[0].trigger=netdev: not found
  806. root@Pineapple:~# system.@led[0].dev='wlan0'
  807. -ash: system.@led[0].dev=wlan0: not found
  808. root@Pineapple:~# system.@led[0].mode='link tx rx'
  809. -ash: system.@led[0].mode=link tx rx: not found
  810. root@Pineapple:~# system.@led[1]=led
  811. -ash: system.@led[1]=led: not found
  812. root@Pineapple:~# system.@led[1].name='none'
  813. -ash: system.@led[1].name=none: not found
  814. root@Pineapple:~# system.@led[1].sysfs='ath9k_htc-phy2'
  815. -ash: system.@led[1].sysfs=ath9k_htc-phy2: not found
  816. root@Pineapple:~# system.@led[1].default='0'
  817. -ash: system.@led[1].default=0: not found
  818. root@Pineapple:~# system.ntp=timeserver
  819. -ash: system.ntp=timeserver: not found
  820. root@Pineapple:~# system.ntp.server='0.openwrt.pool.ntp.org' '1.openwrt.pool.ntp
  821. .org' '2.openwrt.pool.ntp.org' '3.openwrt.pool.ntp.org'
  822. -ash: system.ntp.server=0.openwrt.pool.ntp.org: not found
  823. root@Pineapple:~# system.ntp.enable_server='0'
  824. -ash: system.ntp.enable_server=0: not found
  825. root@Pineapple:~# wireless.radio0=wifi-device
  826. -ash: wireless.radio0=wifi-device: not found
  827. root@Pineapple:~# wireless.radio0.type='mac80211'
  828. -ash: wireless.radio0.type=mac80211: not found
  829. root@Pineapple:~# wireless.radio0.channel='11'
  830. -ash: wireless.radio0.channel=11: not found
  831. root@Pineapple:~# wireless.radio0.hwmode='11g'
  832. -ash: wireless.radio0.hwmode=11g: not found
  833. root@Pineapple:~# wireless.radio0.path='platform/ar933x_wmac'
  834. -ash: wireless.radio0.path=platform/ar933x_wmac: not found
  835. root@Pineapple:~# wireless.radio0.htmode='HT20'
  836. -ash: wireless.radio0.htmode=HT20: not found
  837. root@Pineapple:~# wireless.@wifi-iface[0]=wifi-iface
  838. -ash: wireless.@wifi-iface[0]=wifi-iface: not found
  839. root@Pineapple:~# wireless.@wifi-iface[0].device='radio0'
  840. -ash: wireless.@wifi-iface[0].device=radio0: not found
  841. root@Pineapple:~# wireless.@wifi-iface[0].network='lan'
  842. -ash: wireless.@wifi-iface[0].network=lan: not found
  843. root@Pineapple:~# wireless.@wifi-iface[0].mode='ap'
  844. -ash: wireless.@wifi-iface[0].mode=ap: not found
  845. root@Pineapple:~# wireless.@wifi-iface[0].encryption='none'
  846. -ash: wireless.@wifi-iface[0].encryption=none: not found
  847. root@Pineapple:~# wireless.@wifi-iface[0].ssid='GP WiFi'
  848. -ash: wireless.@wifi-iface[0].ssid=GP WiFi: not found
  849. root@Pineapple:~# wireless.@wifi-iface[0].hidden='1'
  850. -ash: wireless.@wifi-iface[0].hidden=1: not found
  851. root@Pineapple:~# wireless.@wifi-iface[1]=wifi-iface
  852. -ash: wireless.@wifi-iface[1]=wifi-iface: not found
  853. root@Pineapple:~# wireless.@wifi-iface[1].device='radio0'
  854. -ash: wireless.@wifi-iface[1].device=radio0: not found
  855. root@Pineapple:~# wireless.@wifi-iface[1].network='lan'
  856. -ash: wireless.@wifi-iface[1].network=lan: not found
  857. root@Pineapple:~# wireless.@wifi-iface[1].mode='ap'
  858. -ash: wireless.@wifi-iface[1].mode=ap: not found
  859. root@Pineapple:~# wireless.@wifi-iface[1].encryption='psk2+ccmp'
  860. -ash: wireless.@wifi-iface[1].encryption=psk2+ccmp: not found
  861. root@Pineapple:~# wireless.@wifi-iface[1].ssid='nano'
  862. -ash: wireless.@wifi-iface[1].ssid=nano: not found
  863. root@Pineapple:~# wireless.@wifi-iface[1].key='blabla05'
  864. -ash: wireless.@wifi-iface[1].key=blabla05: not found
  865. root@Pineapple:~# wireless.radio1=wifi-device
  866. -ash: wireless.radio1=wifi-device: not found
  867. root@Pineapple:~# wireless.radio1.type='mac80211'
  868. -ash: wireless.radio1.type=mac80211: not found
  869. root@Pineapple:~# wireless.radio1.channel='11'
  870. -ash: wireless.radio1.channel=11: not found
  871. root@Pineapple:~# wireless.radio1.hwmode='11g'
  872. -ash: wireless.radio1.hwmode=11g: not found
  873. root@Pineapple:~# wireless.radio1.path='platform/ehci-platform/usb1/1-1/1-1.1/1-
  874. 1.1:1.0'
  875. -ash: wireless.radio1.path=platform/ehci-platform/usb1/1-1/1-1.1/1-1.1:1.0: not found
  876. root@Pineapple:~# wireless.radio1.htmode='HT20'
  877. -ash: wireless.radio1.htmode=HT20: not found
  878. root@Pineapple:~# wireless.@wifi-iface[2]=wifi-iface
  879. -ash: wireless.@wifi-iface[2]=wifi-iface: not found
  880. root@Pineapple:~# wireless.@wifi-iface[2].device='radio1'
  881. -ash: wireless.@wifi-iface[2].device=radio1: not found
  882. root@Pineapple:~# wireless.@wifi-iface[2].ifname='wlan1'
  883. -ash: wireless.@wifi-iface[2].ifname=wlan1: not found
  884. root@Pineapple:~# wireless.@wifi-iface[2].mode='sta'
  885. -ash: wireless.@wifi-iface[2].mode=sta: not found
  886. root@Pineapple:~# wireless.@wifi-iface[2].network='wan'
  887. -ash: wireless.@wifi-iface[2].network=wan: not found
  888. root@Pineapple:~# wireless.@wifi-iface[2].ssid='Linksys'
  889. -ash: wireless.@wifi-iface[2].ssid=Linksys: not found
  890. root@Pineapple:~# wireless.@wifi-iface[2].encryption='psk2+ccmp'
  891. -ash: wireless.@wifi-iface[2].encryption=psk2+ccmp: not found
  892. root@Pineapple:~# wireless.@wifi-iface[2].key='blabla06'
  893. -ash: wireless.@wifi-iface[2].key=blabla06: not found
  894. root@Pineapple:~# wireless.radio2=wifi-device
  895. -ash: wireless.radio2=wifi-device: not found
  896. root@Pineapple:~# wireless.radio2.type='mac80211'
  897. -ash: wireless.radio2.type=mac80211: not found
  898. root@Pineapple:~# wireless.radio2.channel='11'
  899. -ash: wireless.radio2.channel=11: not found
  900. root@Pineapple:~# wireless.radio2.hwmode='11g'
  901. -ash: wireless.radio2.hwmode=11g: not found
  902. root@Pineapple:~# wireless.radio2.path='platform/ehci-platform/usb1/1-1/1-1.3/1-
  903. 1.3:1.0'
  904. -ash: wireless.radio2.path=platform/ehci-platform/usb1/1-1/1-1.3/1-1.3:1.0: not found
  905. root@Pineapple:~# wireless.radio2.htmode='HT20'
  906. -ash: wireless.radio2.htmode=HT20: not found
  907. root@Pineapple:~# wireless.@wifi-iface[3]=wifi-iface
  908. -ash: wireless.@wifi-iface[3]=wifi-iface: not found
  909. root@Pineapple:~# wireless.@wifi-iface[3].device='radio2'
  910. -ash: wireless.@wifi-iface[3].device=radio2: not found
  911. root@Pineapple:~# wireless.@wifi-iface[3].ifname='wlan2'
  912. -ash: wireless.@wifi-iface[3].ifname=wlan2: not found
  913. root@Pineapple:~# wireless.@wifi-iface[3].mode='sta'
  914. -ash: wireless.@wifi-iface[3].mode=sta: not found
  915. root@Pineapple:~# wireless.@wifi-iface[3].network='wan'
  916. -ash: wireless.@wifi-iface[3].network=wan: not found
  917. root@Pineapple:~# wireless.@wifi-iface[3].ssid='Linksys'
  918. -ash: wireless.@wifi-iface[3].ssid=Linksys: not found
  919. root@Pineapple:~# wireless.@wifi-iface[3].encryption='psk2+ccmp'
  920. -ash: wireless.@wifi-iface[3].encryption=psk2+ccmp: not found
  921. root@Pineapple:~# wireless.@wifi-iface[3].key='blabla06'
  922. -ash: wireless.@wifi-iface[3].key=blabla06: not found
  923. root@Pineapple:~# wps.module=wps
  924. -ash: wps.module=wps: not found
  925. root@Pineapple:~# wps.module.installed='1'
  926. -ash: wps.module.installed=1: not found
  927. root@Pineapple:~# root@Pineapple:~#
  928. -ash: root@Pineapple:~#: not found
  929. root@Pineapple:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement