Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.33 KB | None | 0 0
  1. cp maestro_ap sshd-debug
  2. crypt manufcimhandler sshd-tunnel
  3. curl md5sum stats_export
  4. date mkdir stty
  5. dd mkfs.minix syslog-ng
  6. deluntaggedifaceip mknod systemagent
  7. df mktemp tail
  8. dhclient modprobe tar
  9. dhclient-lan monitord tc
  10. dhclient-wireless monstatusd tcpdump
  11. dhcpcd-pool more test
  12. dnrd mount top
  13. dumpstats msgbus_export touch
  14. eapolserver msntp tracemgr
  15. echo mv traceroute
  16. eraseall nslookup true
  17. evLocalTunnelDown openssl umount
  18. evLocalTunnelFail openvpn uname
  19. evLocalTunnelUp ping uptime
  20. expr pppd vconfig
  21. false pppdone wc
  22. fswcert ps websoap
  23. functions pwd wpa_supplicant
  24. getbootinfo rcapture wrflash
  25. getty reboot zcat
  26. grouplog regng zic
  27. # nano
  28. ash: nano: not found
  29. # sshd
  30. # vi
  31. ash: vi: not found
  32. # cat
  33.  
  34. # getbootinfo
  35. Extract a boot record
  36. getbootinfo [OPTIONS] key [mask]
  37. Options are:
  38. -h this help
  39. -a Output as ascii string, null terminated
  40. -x Output as Hex digits
  41. -d Output value & mask as Decimal unsigned long
  42. -r Raw output
  43. -R Raw output, complete record info
  44. # vim
  45. ash: vim: not found
  46. # help sshd
  47.  
  48. Built-in commands:
  49. -------------------
  50. . : bg break cd chdir continue eval exec exit export false fg
  51. hash help jobs kill let local pwd read readonly return set shift
  52. times trap true type ulimit umask unset wait
  53.  
  54. # sshd ?
  55. Extra argument ?.
  56. # sshd help
  57. Extra argument help.
  58. # /usr/sbin/dropbear
  59. ash: /usr/sbin/dropbear: not found
  60. # uname
  61. Linux
  62. # uname -all
  63. uname: invalid option -- l
  64. BusyBox v1.00-pre4 (2014.03.31-20:21+0000) multi-call binary
  65.  
  66. Usage: uname [OPTION]...
  67.  
  68. #
  69.  
  70. # uname -n
  71. 127.0.0.1
  72. # uname -a
  73. Linux 127.0.0.1 2.4.36.6-colubris #1 Mon Mar 31 20:12:24 UTC 2014 mips unknown
  74. #
  75.  
  76. # /etc/init.d/S50dropbear
  77. ash: /etc/init.d/S50dropbear: not found
  78. # cd /etc
  79. # ls
  80. cacerts
  81. cmp_text_file
  82. commands.txt
  83. config-compare-ignore-reg-table
  84. config-provisioning-upgrade-table.ALL
  85. config-provisioning-wireless.txt.factory
  86. config-provisioning.txt.factory
  87. config-upgrade-table.ALL
  88. config-user.txt.factory.CN320
  89. config-user.txt.factory.CN320.Coordinated
  90. config-user.txt.factory.CN330
  91. config-user.txt.factory.CN330.Coordinated
  92. config-user.txt.factory.CN625
  93. config-user.txt.factory.CN625.Coordinated
  94. config-user.txt.factory.CN630
  95. config-user.txt.factory.CN630.Coordinated
  96. config-user.txt.factory.M210
  97. config-user.txt.factory.MSM410
  98. config-user.txt.factory.MSM410.Coordinated
  99. config-user.txt.factory.PABST
  100. crypto_permissions
  101. data
  102. dhclient-dns-upd
  103. dhclient-script
  104. dhclient.conf
  105. dhparam1024.pem
  106. dnrd
  107. dummy-certs
  108. ethernet-port-stats
  109. firewall_scripts.txt
  110. fstab
  111. group
  112. hosts
  113. initmon.factory
  114. initmon.factory.CN320
  115. initmon.factory.CN330
  116. initmon.factory.CN625
  117. initmon.factory.CN630
  118. initmon.factory.M210
  119. initmon.factory.MSM410
  120. initmon.factory.pabst
  121. inittab
  122. isBIDok
  123. jffs.initial
  124. jffs2.initial
  125. launch_cli
  126. launch_openvpn
  127. launch_shell
  128. launch_syslog-ng
  129. launch_wpa_supp
  130. license.public-key.hex
  131. localtime
  132. login.default
  133. maestro-dhclient-scripts
  134. maestro-dhclient.conf
  135. moduli
  136. no_serial
  137. nsswitch.conf
  138. openssl
  139. openssl.conf
  140. openvpn-client.conf
  141. openvpn-server.conf
  142. pam.d
  143. passwd
  144. passwd.default
  145. ppp
  146. profile
  147. protocols
  148. random
  149. rc
  150. release.txt
  151. resolv.conf
  152. server.pem.factory
  153. server.pem.factory.Alvarion
  154. server.pem.factory.CN3500
  155. services
  156. showarpandcnt
  157. soap-api-server-ca.pem
  158. split_text_file
  159. ssh_config
  160. ssh_host_rsa_key.default
  161. sshd.default
  162. sshd_config
  163. ssl
  164. stats-xclude
  165. stopsshd
  166. strip_from_marker
  167. sysinfo
  168. ta.key
  169. termcap
  170. ulogd.conf
  171. user_accounts.txt.factory
  172. x509cert.der
  173. # cat ssh
  174. ssh_config sshd.default
  175. ssh_host_rsa_key.default sshd_config
  176. # cat ssh
  177. ssh_config sshd.default
  178. ssh_host_rsa_key.default sshd_config
  179. # cat ssh_config
  180. StrictHostKeyChecking no
  181. Protocol 2
  182. ForwardAgent yes
  183. Port 222
  184. # cat ssh
  185. ssh_config sshd.default
  186. ssh_host_rsa_key.default sshd_config
  187. # cat sshd.default
  188. #%PAM-1.0
  189. auth required /lib/security/pam_goahead.so
  190. account required /lib/security/pam_permit.so
  191. password required /lib/security/pam_permit.so
  192. session required /lib/security/pam_permit.so
  193. # cat sshd_config
  194. # This is ssh server systemwide configuration file.
  195.  
  196. Protocol 2
  197. HostKey /flash/etc/ssh_host_rsa_key
  198. ServerKeyBits 768
  199. LoginGraceTime 30
  200. KeyRegenerationInterval 3600
  201. PermitRootLogin yes
  202. Ciphers blowfish-cbc,aes128-cbc,3des-cbc
  203. #
  204. # Don't read ~/.rhosts and ~/.shosts files
  205. IgnoreRhosts yes
  206. # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
  207. #IgnoreUserKnownHosts yes
  208. StrictModes yes
  209. X11Forwarding no
  210. AllowTcpForwarding no
  211. PrintMotd no
  212. PrintLastLog no
  213. TCPKeepAlive no
  214. ClientAliveInterval 15
  215. ClientAliveCountMax 3
  216. UsePrivilegeSeparation no
  217. PermitUserEnvironment yes
  218. MaxStartups 3
  219.  
  220. # Logging
  221. SyslogFacility AUTH
  222. LogLevel INFO
  223.  
  224. #
  225. # For this to work you will also need host keys in /etc/ssh_known_hosts
  226. #
  227. RSAAuthentication yes
  228.  
  229. # To disable tunneled clear text passwords, change to no here!
  230. PasswordAuthentication yes
  231. PermitEmptyPasswords no
  232. UsePAM yes
  233. # Uncomment to disable s/key passwords
  234.  
  235. UseLogin no
  236. Subsystem sftp /bin/sftp-server
  237.  
  238.  
  239. # br0: received tcn bpdu on port 2(eth0)
  240. ifconfig
  241. br0 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  242. inet addr:192.168.2.65 Bcast:192.168.2.255 Mask:255.255.255.0
  243. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  244. RX packets:258 errors:0 dropped:0 overruns:0 frame:0
  245. TX packets:76 errors:0 dropped:0 overruns:0 carrier:0
  246. collisions:0 txqueuelen:1000
  247. RX bytes:78433 (76.5 KiB) TX bytes:25095 (24.5 KiB)
  248.  
  249. br0.1-4094 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  250. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  251. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  252. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  253. collisions:0 txqueuelen:1000
  254. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  255.  
  256. eth0 Link encap:Ethernet HWaddr 2C:41:38:28:F3:74
  257. UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
  258. RX packets:965 errors:0 dropped:0 overruns:0 frame:0
  259. TX packets:126 errors:0 dropped:12 overruns:12 carrier:0
  260. collisions:0 txqueuelen:100
  261. RX bytes:441068 (430.7 KiB) TX bytes:12769 (12.4 KiB)
  262.  
  263. eth0.1-4094 Link encap:Ethernet HWaddr 2C:41:38:28:F3:74
  264. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  265. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  266. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  267. collisions:0 txqueuelen:0
  268. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  269.  
  270. lo Link encap:Local Loopback
  271. inet addr:127.0.0.1 Mask:255.0.0.0
  272. UP LOOPBACK RUNNING MTU:3924 Metric:1
  273. RX packets:130 errors:0 dropped:0 overruns:0 frame:0
  274. TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
  275. collisions:0 txqueuelen:0
  276. RX bytes:8950 (8.7 KiB) TX bytes:8950 (8.7 KiB)
  277.  
  278. pvw0 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  279. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  280. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  281. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  282. collisions:0 txqueuelen:100
  283. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  284.  
  285. pvw0.1-4094 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  286. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  287. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  288. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  289. collisions:0 txqueuelen:0
  290. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  291.  
  292. wvlan0 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  293. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  294. RX packets:67 errors:573 dropped:0 overruns:0 frame:573
  295. TX packets:229 errors:763 dropped:0 overruns:0 carrier:0
  296. collisions:0 txqueuelen:100
  297. RX bytes:11772 (11.4 KiB) TX bytes:39625 (38.6 KiB)
  298. Interrupt:2 Memory:b80c0000-b80c4000
  299.  
  300. # pwd
  301. /etc
  302. # passwd
  303. ash: passwd: not found
  304. # chpasswd
  305. ash: chpasswd: not found
  306. # chpasswd
  307. ash: chpasswd: not found
  308. # cat /etc/passwd
  309. root:4EENiNUpkSg2A:0:0:root:/:/bin/ash
  310. nobody:*:99:99:Nobody:/:
  311. admin:x:1:1:Administrator:/:/bin/cli
  312. # useradd
  313. ash: useradd: not found
  314. # chpasswd --md5
  315. ash: chpasswd: not found
  316. # root
  317. ash: root: not found
  318. # cat shadow
  319. cat: shadow: No such file or directory
  320. # cd etc
  321. cd: 41: can't cd to etc
  322. # cat /etc/shadow
  323. cat: /etc/shadow: No such file or directory
  324. # su
  325. ash: su: not found
  326. # cat /proc/cpuinfo
  327. system type : Atheros AR9100
  328. processor : 0
  329. cpu model : MIPS 24K V7.4
  330. BogoMIPS : 266.24
  331. wait instruction : yes
  332. microsecond timers : yes
  333. tlb_entries : 16
  334. extra interrupt vector : yes
  335. hardware watchpoint : yes
  336. VCED exceptions : not available
  337. VCEI exceptions : not available
  338. # cat /proc/meminfo
  339. total: used: free: shared: buffers: cached:
  340. Mem: 64237568 44691456 19546112 0 6348800 17788928
  341. Swap: 0 0 0
  342. MemTotal: 62732 kB
  343. MemFree: 19088 kB
  344. MemShared: 0 kB
  345. Buffers: 6200 kB
  346. Cached: 17372 kB
  347. SwapCached: 0 kB
  348. Active: 12800 kB
  349. Inactive: 10844 kB
  350. HighTotal: 0 kB
  351. HighFree: 0 kB
  352. LowTotal: 62732 kB
  353. LowFree: 19088 kB
  354. SwapTotal: 0 kB
  355. SwapFree: 0 kB
  356. # free
  357. ash: free: not found
  358. # passwd
  359. ash: passwd: not found
  360. # cat /bin
  361. cat: Read error: Is a directory
  362. # ls /bin
  363. [ gunzip regtoken
  364. addlog gzip renice
  365. aeroscout hostname rfmgr_ap
  366. arp iappd rm
  367. arping ifconfig rmmod
  368. ash ifhandler route
  369. base64 init rpcapd
  370. basename insmod rpcd
  371. bidsigner ip scdp
  372. brctl iperf scp
  373. busd iptables sed
  374. busybox iwconfig sendcoordmsg
  375. cat iwtest sendmonmsg
  376. cfg2ndetector jdiff sendmonstatus
  377. cfg2sensor jpatch seq
  378. cfg2syslog-ng keypress setcfgtoken
  379. cfg2wpa_supplicant kill sflow
  380. checkeprommac launch_serial sh
  381. chgrp lldpagent sha1checkall
  382. chmod ln sha1sum
  383. chown login show_key
  384. cimhandler ls showlog
  385. cli lsmod sleep
  386. clienttrack lwpp snmpd
  387. cmpcfgfile macauth snmpresponder
  388. confighandler macxpend sshd
  389. cp maestro_ap sshd-debug
  390. crypt manufcimhandler sshd-tunnel
  391. curl md5sum stats_export
  392. date mkdir stty
  393. dd mkfs.minix syslog-ng
  394. deluntaggedifaceip mknod systemagent
  395. df mktemp tail
  396. dhclient modprobe tar
  397. dhclient-lan monitord tc
  398. dhclient-wireless monstatusd tcpdump
  399. dhcpcd-pool more test
  400. dnrd mount top
  401. dumpstats msgbus_export touch
  402. eapolserver msntp tracemgr
  403. echo mv traceroute
  404. eraseall nslookup true
  405. evLocalTunnelDown openssl umount
  406. evLocalTunnelFail openvpn uname
  407. evLocalTunnelUp ping uptime
  408. expr pppd vconfig
  409. false pppdone wc
  410. fswcert ps websoap
  411. functions pwd wpa_supplicant
  412. getbootinfo rcapture wrflash
  413. getty reboot zcat
  414. grouplog regng zic
  415. # cli
  416. ash: cli: not found
  417. # /bin/cli
  418. ash: /bin/cli: not found
  419. # cmpcfggile
  420. ash: cmpcfggile: not found
  421. # cmpcfgfile
  422. cmpcfgfile: Missing arguments, arg1=srccfg, arg2=destcfg, arg3=ignorelist
  423. # curl
  424. curl: try 'curl --help' for more information
  425. # curl --help
  426. Usage: curl [options...] <url>
  427. Options: (H) means HTTP/HTTPS only, (F) means FTP only
  428. -a/--append Append to target file when uploading (F)
  429. -A/--user-agent <string> User-Agent to send to server (H)
  430. --anyauth Tell curl to choose authentication method (H)
  431. -b/--cookie <name=string/file> Cookie string or file to read cookies from (H)
  432. --basic Enable HTTP Basic Authentication (H)
  433. -B/--use-ascii Use ASCII/text transfer
  434. -c/--cookie-jar <file> Write cookies to this file after operation (H)
  435. -C/--continue-at <offset> Resumed transfer offset
  436. -d/--data <data> HTTP POST data (H)
  437. --data-ascii <data> HTTP POST ASCII data (H)
  438. --data-binary <data> HTTP POST binary data (H)
  439. --negotiate Enable HTTP Negotiate Authentication (H)
  440. --digest Enable HTTP Digest Authentication (H)
  441. --disable-eprt Prevent curl from using EPRT or LPRT (F)
  442. --disable-epsv Prevent curl from using EPSV (F)
  443. -D/--dump-header <file> Write the headers to this file
  444. --egd-file <file> EGD socket path for random data (SSL)
  445. --tcp-nodelay Set the TCP_NODELAY option
  446. -e/--referer Referer URL (H)
  447. -E/--cert <cert[:passwd]> Client certificate file and password (SSL)
  448. --cert-type <type> Certificate file type (DER/PEM/ENG) (SSL)
  449. --key <key> Private key file name (SSL)
  450. --key-type <type> Private key file type (DER/PEM/ENG) (SSL)
  451. --pass <pass> Pass phrase for the private key (SSL)
  452. --engine <eng> Crypto engine to use (SSL). "--engine list" for list
  453. --cacert <file> CA certificate to verify peer against (SSL)
  454. --capath <directory> CA directory (made using c_rehash) to verify
  455. peer against (SSL)
  456. --ciphers <list> SSL ciphers to use (SSL)
  457. --compressed Request compressed response (using deflate or gzip)
  458. --connect-timeout <seconds> Maximum time allowed for connection
  459. --create-dirs Create necessary local directory hierarchy
  460. --crlf Convert LF to CRLF in upload
  461. -f/--fail Fail silently (no output at all) on errors (H)
  462. --ftp-create-dirs Create the remote dirs if not present (F)
  463. --ftp-pasv Use PASV instead of PORT (F)
  464. --ftp-ssl Enable SSL/TLS for the ftp transfer (F)
  465. -F/--form <name=content> Specify HTTP multipart POST data (H)
  466. -g/--globoff Disable URL sequences and ranges using {} and []
  467. -G/--get Send the -d data with a HTTP GET (H)
  468. -h/--help This help text
  469. -H/--header <line> Custom header to pass to server (H)
  470. -i/--include Include protocol headers in the output (H/F)
  471. -I/--head Show document info only
  472. -j/--junk-session-cookies Ignore session cookies read from file (H)
  473. --interface <interface> Specify network interface to use
  474. --krb4 <level> Enable krb4 with specified security level (F)
  475. -k/--secure Disallow curl to connect to SSL sites without certs (H)
  476. -K/--config Specify which config file to read
  477. -l/--list-only List only names of an FTP directory (F)
  478. --limit-rate <rate> Limit transfer speed to this rate
  479. -L/--location Follow Location: hints (H)
  480. --location-trusted Follow Location: and send authentication even
  481. to other hostnames (H)
  482. -m/--max-time <seconds> Maximum time allowed for the transfer
  483. --max-redirs <num> Maximum number of redirects allowed (H)
  484. --max-filesize <bytes> Maximum file size to download (H/F)
  485. -M/--manual Display the full manual
  486. -n/--netrc Must read .netrc for user name and password
  487. --netrc-optional Use either .netrc or URL; overrides -n
  488. --ntlm Enable HTTP NTLM authentication (H)
  489. -N/--no-buffer Disable buffering of the output stream
  490. -o/--output <file> Write output to <file> instead of stdout
  491. -O/--remote-name Write output to a file named as the remote file
  492. -p/--proxytunnel Operate through a HTTP proxy tunnel (using CONNECT)
  493. --proxy-basic Enable Basic authentication on the proxy (H)
  494. --proxy-digest Enable Digest authentication on the proxy (H)
  495. --proxy-ntlm Enable NTLM authentication on the proxy (H)
  496. -P/--ftp-port <address> Use PORT with address instead of PASV (F)
  497. -q If used as the first parameter disables .curlrc
  498. -Q/--quote <cmd> Send command(s) to server before file transfer (F)
  499. -r/--range <range> Retrieve a byte range from a HTTP/1.1 or FTP server
  500. --random-file <file> File for reading random data from (SSL)
  501. -R/--remote-time Set the remote file's time on the local output
  502. --retry <num> Retry request <num> times if transient problems occur
  503. --retry-delay <seconds> When retrying, wait this many seconds between each
  504. --retry-max-time <seconds> Retry only within this period
  505. -s/--silent Silent mode. Don't output anything
  506. -S/--show-error Show error. With -s, make curl show errors when they occur
  507. --socks <host[:port]> Use SOCKS5 proxy on given host + port
  508. --stderr <file> Where to redirect stderr. - means stdout
  509. -t/--telnet-option <OPT=val> Set telnet option
  510. --trace <file> Dump a network/debug trace to the given file
  511. --trace-ascii <file> Like --trace but without the hex output
  512. -T/--upload-file <file> Transfer/upload <file> to remote site
  513. --url <URL> Another way to specify URL to work with
  514. -u/--user <user[:password]> Specify user and password to use
  515. Overrides -n and --netrc-optional
  516. -U/--proxy-user <user[:password]> Specify Proxy authentication
  517. -v/--verbose Make the operation more talkative
  518. -V/--version Show version number and quit
  519. -w/--write-out [format] What to output after completion
  520. -x/--proxy <host[:port]> Use HTTP proxy on given port
  521. -X/--request <command> Specify request command to use
  522. -y/--speed-time Time needed to trig speed-limit abort. Defaults to 30
  523. -Y/--speed-limit Stop transfer if below speed-limit for 'speed-time' secs
  524. -z/--time-cond <time> Transfer based on a time condition
  525. -0/--http1.0 Use HTTP 1.0 (H)
  526. -1/--tlsv1 Use TLSv1 (SSL)
  527. -2/--sslv2 Use SSLv2 (SSL)
  528. -3/--sslv3 Use SSLv3 (SSL)
  529. -4/--ipv4 Resolve name to IPv4 address
  530. -6/--ipv6 Resolve name to IPv6 address
  531. -#/--progress-bar Display transfer progress as a progress bar
  532. # /bin/cli
  533. ash: /bin/cli: not found
  534. # ls /bin
  535. [ gunzip regtoken
  536. addlog gzip renice
  537. aeroscout hostname rfmgr_ap
  538. arp iappd rm
  539. arping ifconfig rmmod
  540. ash ifhandler route
  541. base64 init rpcapd
  542. basename insmod rpcd
  543. bidsigner ip scdp
  544. brctl iperf scp
  545. busd iptables sed
  546. busybox iwconfig sendcoordmsg
  547. cat iwtest sendmonmsg
  548. cfg2ndetector jdiff sendmonstatus
  549. cfg2sensor jpatch seq
  550. cfg2syslog-ng keypress setcfgtoken
  551. cfg2wpa_supplicant kill sflow
  552. checkeprommac launch_serial sh
  553. chgrp lldpagent sha1checkall
  554. chmod ln sha1sum
  555. chown login show_key
  556. cimhandler ls showlog
  557. cli lsmod sleep
  558. clienttrack lwpp snmpd
  559. cmpcfgfile macauth snmpresponder
  560. confighandler macxpend sshd
  561. cp maestro_ap sshd-debug
  562. crypt manufcimhandler sshd-tunnel
  563. curl md5sum stats_export
  564. date mkdir stty
  565. dd mkfs.minix syslog-ng
  566. deluntaggedifaceip mknod systemagent
  567. df mktemp tail
  568. dhclient modprobe tar
  569. dhclient-lan monitord tc
  570. dhclient-wireless monstatusd tcpdump
  571. dhcpcd-pool more test
  572. dnrd mount top
  573. dumpstats msgbus_export touch
  574. eapolserver msntp tracemgr
  575. echo mv traceroute
  576. eraseall nslookup true
  577. evLocalTunnelDown openssl umount
  578. evLocalTunnelFail openvpn uname
  579. evLocalTunnelUp ping uptime
  580. expr pppd vconfig
  581. false pppdone wc
  582. fswcert ps websoap
  583. functions pwd wpa_supplicant
  584. getbootinfo rcapture wrflash
  585. getty reboot zcat
  586. grouplog regng zic
  587. # login
  588. 127.0.0.1 login:
  589. 127.0.0.1 login:
  590. 127.0.0.1 login: admin
  591. Password:
  592. login: cannot run /bin/cli: No such file or directory
  593. # login
  594. 127.0.0.1 login: root
  595. Password:
  596. Login incorrect
  597. 127.0.0.1 login: root
  598. Password:
  599. Login incorrect
  600. 127.0.0.1 login: root
  601. Password:
  602. Login incorrect
  603. # login ?
  604. Password:
  605. # pwd
  606. /etc
  607. # pwd ?
  608. /etc
  609. # pwd --help
  610. pwd: 63: Illegal option --
  611. # pwd -l
  612. pwd: 64: Illegal option -l
  613. # pwd -
  614. /etc
  615. # pwd -?
  616. pwd: 66: Illegal option -?
  617. # systemagent
  618. Segmentation fault
  619. # test
  620. #
  621. # websoap
  622. Segmentation fault
  623. # ls /etc
  624. cacerts
  625. cmp_text_file
  626. commands.txt
  627. config-compare-ignore-reg-table
  628. config-provisioning-upgrade-table.ALL
  629. config-provisioning-wireless.txt.factory
  630. config-provisioning.txt.factory
  631. config-upgrade-table.ALL
  632. config-user.txt.factory.CN320
  633. config-user.txt.factory.CN320.Coordinated
  634. config-user.txt.factory.CN330
  635. config-user.txt.factory.CN330.Coordinated
  636. config-user.txt.factory.CN625
  637. config-user.txt.factory.CN625.Coordinated
  638. config-user.txt.factory.CN630
  639. config-user.txt.factory.CN630.Coordinated
  640. config-user.txt.factory.M210
  641. config-user.txt.factory.MSM410
  642. config-user.txt.factory.MSM410.Coordinated
  643. config-user.txt.factory.PABST
  644. crypto_permissions
  645. data
  646. dhclient-dns-upd
  647. dhclient-script
  648. dhclient.conf
  649. dhparam1024.pem
  650. dnrd
  651. dummy-certs
  652. ethernet-port-stats
  653. firewall_scripts.txt
  654. fstab
  655. group
  656. hosts
  657. initmon.factory
  658. initmon.factory.CN320
  659. initmon.factory.CN330
  660. initmon.factory.CN625
  661. initmon.factory.CN630
  662. initmon.factory.M210
  663. initmon.factory.MSM410
  664. initmon.factory.pabst
  665. inittab
  666. isBIDok
  667. jffs.initial
  668. jffs2.initial
  669. launch_cli
  670. launch_openvpn
  671. launch_shell
  672. launch_syslog-ng
  673. launch_wpa_supp
  674. license.public-key.hex
  675. localtime
  676. login.default
  677. maestro-dhclient-scripts
  678. maestro-dhclient.conf
  679. moduli
  680. no_serial
  681. nsswitch.conf
  682. openssl
  683. openssl.conf
  684. openvpn-client.conf
  685. openvpn-server.conf
  686. pam.d
  687. passwd
  688. passwd.default
  689. ppp
  690. profile
  691. protocols
  692. random
  693. rc
  694. release.txt
  695. resolv.conf
  696. server.pem.factory
  697. server.pem.factory.Alvarion
  698. server.pem.factory.CN3500
  699. services
  700. showarpandcnt
  701. soap-api-server-ca.pem
  702. split_text_file
  703. ssh_config
  704. ssh_host_rsa_key.default
  705. sshd.default
  706. sshd_config
  707. ssl
  708. stats-xclude
  709. stopsshd
  710. strip_from_marker
  711. sysinfo
  712. ta.key
  713. termcap
  714. ulogd.conf
  715. user_accounts.txt.factory
  716. x509cert.der
  717. # ls /passd.default
  718. ls: /passd.default: No such file or directory
  719. # ls /etc/passd.default
  720. ls: /etc/passd.default: No such file or directory
  721. # cat /etc/passwd
  722. /etc/passwd /etc/passwd.default
  723. # cat /etc/passwd
  724. /etc/passwd /etc/passwd.default
  725. # cat /etc/passwd
  726. /etc/passwd /etc/passwd.default
  727. # cat /etc/passwd.default
  728. root:4EENiNUpkSg2A:0:0:root:/:/bin/ash
  729. nobody:*:99:99:Nobody:/:
  730. # cat /etc/passwd
  731. root:4EENiNUpkSg2A:0:0:root:/:/bin/ash
  732. nobody:*:99:99:Nobody:/:
  733. admin:x:1:1:Administrator:/:/bin/cli
  734. # cat /bin
  735. cat: Read error: Is a directory
  736. # ls /bin
  737. [ gunzip regtoken
  738. addlog gzip renice
  739. aeroscout hostname rfmgr_ap
  740. arp iappd rm
  741. arping ifconfig rmmod
  742. ash ifhandler route
  743. base64 init rpcapd
  744. basename insmod rpcd
  745. bidsigner ip scdp
  746. brctl iperf scp
  747. busd iptables sed
  748. busybox iwconfig sendcoordmsg
  749. cat iwtest sendmonmsg
  750. cfg2ndetector jdiff sendmonstatus
  751. cfg2sensor jpatch seq
  752. cfg2syslog-ng keypress setcfgtoken
  753. cfg2wpa_supplicant kill sflow
  754. checkeprommac launch_serial sh
  755. chgrp lldpagent sha1checkall
  756. chmod ln sha1sum
  757. chown login show_key
  758. cimhandler ls showlog
  759. cli lsmod sleep
  760. clienttrack lwpp snmpd
  761. cmpcfgfile macauth snmpresponder
  762. confighandler macxpend sshd
  763. cp maestro_ap sshd-debug
  764. crypt manufcimhandler sshd-tunnel
  765. curl md5sum stats_export
  766. date mkdir stty
  767. dd mkfs.minix syslog-ng
  768. deluntaggedifaceip mknod systemagent
  769. df mktemp tail
  770. dhclient modprobe tar
  771. dhclient-lan monitord tc
  772. dhclient-wireless monstatusd tcpdump
  773. dhcpcd-pool more test
  774. dnrd mount top
  775. dumpstats msgbus_export touch
  776. eapolserver msntp tracemgr
  777. echo mv traceroute
  778. eraseall nslookup true
  779. evLocalTunnelDown openssl umount
  780. evLocalTunnelFail openvpn uname
  781. evLocalTunnelUp ping uptime
  782. expr pppd vconfig
  783. false pppdone wc
  784. fswcert ps websoap
  785. functions pwd wpa_supplicant
  786. getbootinfo rcapture wrflash
  787. getty reboot zcat
  788. grouplog regng zic
  789. #
  790.  
  791. #
  792.  
  793. #
  794.  
  795. #
  796.  
  797. # ls -l /etc/passwd
  798. lrwxrwxrwx 1 0 0 17 Mar 31 2014 /etc/passwd -> /flash/etc/passwd
  799. # cp /etc/passwd /etc/passwd.bak
  800. cp: unable to open `/etc/passwd.bak': Read-only file system
  801. # mount -rw
  802. /dev/mtdblock2 on / type squashfs (ro)
  803. /proc on /proc type proc (rw)
  804. /dev/pts on /dev/pts type devpts (rw)
  805. /dev/loop0 on /lib/modules type squashfs (ro)
  806. none on /ram type tmpfs (rw)
  807. none on /ram/tmp/sftp-sandbox type tmpfs (rw)
  808. none on /ram/tmp/stats type tmpfs (rw)
  809. /dev/mtdblock3 on /flash type jffs (rw)
  810. # sed -i 's/<4eething>//' /etc/passwd
  811. sed: invalid option -- i
  812. BusyBox v1.00-pre4 (2014.03.31-20:21+0000) multi-call binary
  813.  
  814. Usage: sed [-nef] pattern [files...]
  815.  
  816. # sed --i 's/<4eething>//' /etc/passwd
  817. sed: invalid option -- -
  818. BusyBox v1.00-pre4 (2014.03.31-20:21+0000) multi-call binary
  819.  
  820. Usage: sed [-nef] pattern [files...]
  821.  
  822. #
  823.  
  824. # sed -i 's/<4EENiNUpkSg2A>//' /etc/passwd
  825. sed: invalid option -- i
  826. BusyBox v1.00-pre4 (2014.03.31-20:21+0000) multi-call binary
  827.  
  828. Usage: sed [-nef] pattern [files...]
  829.  
  830. # sed -i 's/4EENiNUpkSg2A//' /etc/passwd
  831.  
  832. # sed -i 's/4EENiNUpkSg2A//' /etc/passwd
  833. sed: invalid option -- i
  834. BusyBox v1.00-pre4 (2014.03.31-20:21+0000) multi-call binary
  835.  
  836. Usage: sed [-nef] pattern [files...]
  837.  
  838. # sed -e 's/4EENiNUpkSg2A//' /etc/passwd
  839. root::0:0:root:/:/bin/ash
  840. nobody:*:99:99:Nobody:/:
  841. admin:x:1:1:Administrator:/:/bin/cli
  842. # cat /etc/passwd
  843. root:4EENiNUpkSg2A:0:0:root:/:/bin/ash
  844. nobody:*:99:99:Nobody:/:
  845. admin:x:1:1:Administrator:/:/bin/cli
  846. # cat /etc/passwd > /etc/passwd
  847. # cat /etc/passwd
  848. # sed -e 's/4EENiNUpkSg2A//' /etc/passwd
  849. # echo "
  850.  
  851. # echo "root::0:0:root:/:/bin/ash" >> /etc/passwd
  852. # cat /etc/passwd
  853. root::0:0:root:/:/bin/ash
  854. #
  855.  
  856. #
  857.  
  858. # echo "nobody:*:99:99:Nobody:/:" >> /etc/passwd
  859. #
  860.  
  861. # echo "admin:x:1:1:Administrator:/:/bin/cli" >> /etc/passwd
  862. # cat /etc/passwd
  863. root::0:0:root:/:/bin/ash
  864. nobody:*:99:99:Nobody:/:
  865. admin:x:1:1:Administrator:/:/bin/cli
  866. # cat /etc/passwd
  867. root::0:0:root:/:/bin/ash
  868. nobody:*:99:99:Nobody:/:
  869. admin:x:1:1:Administrator:/:/bin/cli
  870. # REBOOT
  871. ash: REBOOT: not found
  872. # reboot
  873. The system is gwhokill: pid 1 is sending signal 15 to pid 179 (rpcd), current pid: 1 (init)
  874. oing down NOW !!
  875. Sending SIGTERM to all processes.
  876. SOFTDOG: WDT device closed by exit
  877. Terminated
  878. Sending SIGKILL to all processes.
  879. Please stand by while rebooting the system.
  880. Restarting system.
  881. pabst_restart â–’
  882.  
  883. Boot 16.1 (Jun 17 2010 - 11:16:04)
  884.  
  885. PABST M210
  886. DRAM:
  887. sri . . 64 MB
  888. Top of RAM usable for U-Boot at: 84000000
  889. Reserving 291k for U-Boot at: 83fb4000
  890. Reserving 584k for malloc() at: 83f22000
  891. Reserving 404 Bytes for Board Info at: 83f21e6c
  892. Reserving 36 Bytes for Global Data at: 83f21e48
  893. Reserving 128k for boot params() at: 83f01e48
  894. Stack Pointer at: 83f01e28
  895. Now running in RAM - U-Boot at: 83fb4000
  896. Flash manuf 01, device 227e 2222 2201
  897. Flash start be000000, end c0000000
  898. Flash blocks_size 20000, blocks 100
  899. Flash: 32 MB
  900. *** Warning - bad CRC, using default environment
  901.  
  902. In: serial
  903. Out: serial
  904. Err: serial
  905. pabst GPIO debug:
  906. Deault GPIO OE=195c8
  907. Deault GPIO INPUT=266f7b
  908. Deault GPIO OUT=548
  909. Deault GPIO SET=548
  910. Deault GPIO CLEAR=548
  911. Deault GPIO INT=200000
  912. Deault GPIO INT_TYPE=0
  913. Deault GPIO INT_PENDING=0
  914. Deault GPIO INT_MASK=200000
  915. hw_flag=80000001, sys_clk=0
  916. ag7100_enet_initialize...
  917. AG7100 phy setup ....
  918. ========> Dump all phyaddr Chip and Vendor Value <========
  919. MAC[eth0] read phy phyaddr=00 Reg#2 Value=0x0141
  920. MAC[eth0] read phy phyaddr=00 Reg#3 Value=0x0e90
  921. -------------------------------------------------------------
  922.  
  923. ---> madInit start
  924. Pre-Initialization is done for the device 0x29.
  925. ---> madInit finished
  926. ag7100 MAC[0] eth0: 2c:41:38:28:f3:74
  927. eth0 up
  928.  
  929.  
  930. Trying eth0
  931. dup 1 duplex=1 speed 1
  932. dup 0 speed 1
  933. : unit 0 phy is up... 100Mbps half duplex
  934. ag7100_set_mac_from_link==============> speed=1 duplex=0
  935. : pll reg 0x18050014: 0x13000a44 : cfg_1: 0x7ff0000
  936. : cfg_2: 0xfff
  937. : cfg_3: 0x780008
  938. : cfg_4: 0x3ffff
  939. : cfg_5: 0x3ffff
  940. : done cfg2 0x7114 ifctl 0x10000 miictrl 0x12
  941. eth0 configured
  942. checking for reset button... : not pressed
  943. MISR = 00000001
  944. MIMR = 00000000
  945. GISR = 00000020
  946. GPIO INT = 00200000
  947. GPIO MASK = 00200000
  948. GPIO OUT = 00000400
  949. GPIO PENDING = 00000000
  950. Kernel arg: 'ro'
  951. ## BID copied to ram at 0x83f47380
  952. ## Trying to boot Linux kernel from flash block 0...
  953. ## Booting image at 80200000 ...
  954. Image Name: 5.4.1.1-01-1648
  955. Created: 2014-03-31 20:12:42 UTC
  956. Image Type: MIPS Linux Kernel Image (gzip compressed)
  957. Data Size: 782778 Bytes = 764.4 kB
  958. Load Address: 80002000
  959. Entry Point: 80002000
  960. Initrd Size: 0 Bytes
  961. ## Verifying Checksum ... OK
  962. ## Uncompressing Kernel Image ... Inflated to 1843200 bytes OK
  963. ## Kernel args:
  964. 0: linux
  965. 1: mem=64M
  966. ## Kernel env:
  967. memsize=67108864
  968. initrd_start=0x00000000
  969. initrd_size=0x0
  970. flash_start=0xBE000000
  971. flash_size=0x2000000
  972. bootinfo=0x83F21E6C
  973. ## Transferring control to Linux (at address 80002000) ...
  974. ###############################################################
  975. memsize: 67108864
  976. CPU revision is: 00019374
  977. Primary instruction cache 64kB, physically tagged, 4-way, linesize 32 bytes.
  978. Primary data cache 32kB, 4-way, linesize 32 bytes.
  979. Linux version 2.4.36.6-******** (ec@mobrd-builder-3) (gcc version 3.4.4) #1 Mon Mar 31 20:12:24 UTC 2014
  980. detect REV_ID_MAJOR_AR913X
  981. detect AR91XX_REV_ID_MINOR_AR9132
  982. Atheros AR9132 rev 2<1>Register early_printk
  983. pabst platform
  984. Atheros AR9132 rev 2, CPU:400.000 MHz, AHB:200.000 MHz, DDR:400.000 MHz
  985. Determined physical RAM map:
  986. memory: 04000000 @ 00000000 (usable)
  987. User-defined physical RAM map:
  988. memory: 04000000 @ 00000000 (usable)
  989. On node 0 totalpages: 16384
  990. zone(0): 16384 pages.
  991. zone (0) min 128, low 384, high 512
  992. zone(1): 0 pages.
  993. zone(2): 0 pages.
  994. Kernel command line: mem=64M
  995. Using 200.000 MHz high precision timer.
  996. Calibrating delay loop... 266.24 BogoMIPS
  997. Memory: 62732k/65536k available (1600k kernel code, 2804k reserved, 92k data, 84k init, 0k highmem)
  998. Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
  999. Inode cache hash table entries: 4096 (order: 3, 32768 bytes)
  1000. Mount cache hash table entries: 512 (order: 0, 4096 bytes)
  1001. Buffer cache hash table entries: 4096 (order: 2, 16384 bytes)
  1002. Page-cache hash table entries: 16384 (order: 4, 65536 bytes)
  1003. Checking for 'wait' instruction... available.
  1004. POSIX conformance testing by UNIFIX
  1005. pabst_init
  1006. ^^
  1007. Linux NET4.0 for Linux 2.4
  1008. Based upon Swansea University Computer Society NET3.039
  1009. Initializing RT netlink socket
  1010. Starting kswapd
  1011. Squashfs 2.2-r2 (released 2005/09/08) (C) 2002-2005 Phillip Lougher
  1012. JFFS version 1.0, (C) 1999, 2000 Axis Communications AB
  1013. pty: 256 Unix98 ptys configured
  1014. ttyS00 at 0xb8020003 (irq = 19) is a 16550Ath no serial options enabled
  1015. Software Watchdog Timer: 0.05, timer margin: 60 sec
  1016. RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
  1017. loop: loaded (max 8 devices)
  1018. imq driver loaded.
  1019. Crypto engine S/W registered as #4
  1020. NET4: Linux TCP/IP 1.0 for NET4.0
  1021. IP Protocols: ICMP, UDP, TCP, IGMP
  1022. IP: routing cache hash table of 512 buckets, 4Kbytes
  1023. TCP: Hash tables configured (established 4096 bind 8192)
  1024. Linux IP multicast router 0.06 plus PIM-SM
  1025. UDP tunneling driver
  1026. ip_conntrack version 2.1 (4096 buckets, 32768 max) - 352 bytes per conntrack
  1027. ip_tables: (C) 2000-2002 Netfilter core team
  1028. NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
  1029. NET4: Ethernet Bridge 008 for NET4.0
  1030. Bridge firewalling registered
  1031. 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
  1032. All bugs added by David S. Miller <davem@redhat.com>
  1033. Flash manuf 01, device 227e 2222 2201
  1034. Flash: Flash start be000000, end c0000000
  1035. Flash: Flash blocks_size 20000, blocks 100
  1036. VFS: Mounted root (squashfs filesystem) readonly.
  1037. run_init_process ...
  1038. Algorithmics/MIPS FPU Emulator v1.5
  1039. init started: BusyBox v1.00-pre4 (2014.03.31-20:21+0000) multi-call binary
  1040. Starting pid 10, console /dev/console: '/bin/ash'
  1041. Mon Jan 1 00:00:00 UTC 2001
  1042. mount: Mounting /proc on /proc failed: Device or resource busy
  1043. -----> Flash mounted file system
  1044. Key 31 not found.
  1045. 10+0 records in
  1046. 10+0 records out
  1047. Mount succeeded 0
  1048. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/pppox_tty.o
  1049. Registering PPPoX driver
  1050. PPPoX: PPPoE
  1051. PPPoX: GRE
  1052. Crypto engine FIPS registered as #3
  1053. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/slhc.o
  1054. CSLIP: code copyright 1989 Regents of the University of California
  1055. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/ppp.o
  1056. PPP: version 2.3.11 (demand dialling)
  1057. PPP line discipline registered.
  1058. cp: /ram/tmp/rpc.log: No such file or directory
  1059. Starting pid 186, console /dev/console: '/bin/keypress'
  1060. Press <enter> to start console. You have 30 seconds.
  1061. wlan: 0.7.1.1
  1062. Initializing WDS support
  1063. ath_hal: 0.9.17.1 (AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2316, RF2317, PRIVATE_DIAG)
  1064. ath_dfs: Version 2.0.0
  1065. Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
  1066. ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
  1067. ath_lbus: 0.8.3.2
  1068. Howl Revision ID 0xb9 <7>wvlan0: mac 20.0 phy 10.2<6> 5ghz radio 12.0
  1069. wvlan0: Atheros AR9100 WiSoC: mem=0xb80c0000, irq=2
  1070. wvlan0: 802.11 address: 00:9c:02:65:48:00 mask fc, 4 addresses
  1071. device wvlan0 entered promiscuous mode
  1072. Pre-Initialization is done for the device 0x29.
  1073. Writing 4
  1074. device eth0 entered promiscuous mode
  1075. pvw0.1-4094: dev_set_promiscuity(master, 1)
  1076. device pvw0 entered promiscuous mode
  1077. device pvw0.1-4094 entered promiscuous mode
  1078. br0: received tcn bpdu on port 2(eth0)
  1079. keypress: Time is up
  1080. Channel 1:
  1081. Channel 2:
  1082. Channel 3:
  1083. Channel 4:
  1084. Channel 5: **
  1085. Channel 6: **************
  1086. Channel 7: **
  1087. Channel 8:
  1088. Channel 9: *
  1089. Channel 10: ***
  1090. Channel 11: *******************
  1091. Channel 12: ***
  1092. Channel 13: *
  1093. AutoChannelSelection: ifname=wvlan0, selecting best initial channel (1,-95dBm)
  1094.  
  1095.  
  1096. Boot 16.1 (Jun 17 2010 - 11:16:04)
  1097.  
  1098. PABST M210
  1099. DRAM:
  1100. sri . . 64 MB
  1101. Top of RAM usable for U-Boot at: 84000000
  1102. Reserving 291k for U-Boot at: 83fb4000
  1103. Reserving 584k for malloc() at: 83f22000
  1104. Reserving 404 Bytes for Board Info at: 83f21e6c
  1105. Reserving 36 Bytes for Global Data at: 83f21e48
  1106. Reserving 128k for boot params() at: 83f01e48
  1107. Stack Pointer at: 83f01e28
  1108. Now running in RAM - U-Boot at: 83fb4000
  1109. Flash manuf 01, device 227e 2222 2201
  1110. Flash start be000000, end c0000000
  1111. Flash blocks_size 20000, blocks 100
  1112. Flash: 32 MB
  1113. *** Warning - bad CRC, using default environment
  1114.  
  1115. In: serial
  1116. Out: serial
  1117. Err: serial
  1118. pabst GPIO debug:
  1119. Deault GPIO OE=195c8
  1120. Deault GPIO INPUT=266f7b
  1121. Deault GPIO OUT=548
  1122. Deault GPIO SET=548
  1123. Deault GPIO CLEAR=548
  1124. Deault GPIO INT=200000
  1125. Deault GPIO INT_TYPE=0
  1126. Deault GPIO INT_PENDING=0
  1127. Deault GPIO INT_MASK=200000
  1128. hw_flag=80000001, sys_clk=-20971521
  1129. ag7100_enet_initialize...
  1130. AG7100 phy setup ....
  1131. ========> Dump all phyaddr Chip and Vendor Value <========
  1132. MAC[eth0] read phy phyaddr=00 Reg#2 Value=0x0141
  1133. MAC[eth0] read phy phyaddr=00 Reg#3 Value=0x0e90
  1134. -------------------------------------------------------------
  1135.  
  1136. ---> madInit start
  1137. Pre-Initialization is done for the device 0x29.
  1138. ---> madInit finished
  1139. ag7100 MAC[0] eth0: 2c:41:38:28:f3:74
  1140. eth0 up
  1141.  
  1142.  
  1143. Trying eth0
  1144. dup 1 duplex=1 speed 1
  1145. dup 0 speed 1
  1146. : unit 0 phy is up... 100Mbps half duplex
  1147. ag7100_set_mac_from_link==============> speed=1 duplex=0
  1148. : pll reg 0x18050014: 0x13000a44 : cfg_1: 0x7ff0000
  1149. : cfg_2: 0xfff
  1150. : cfg_3: 0x780008
  1151. : cfg_4: 0x3ffff
  1152. : cfg_5: 0x3ffff
  1153. : done cfg2 0x7114 ifctl 0x10000 miictrl 0x12
  1154. eth0 configured
  1155. checking for reset button... : not pressed
  1156. MISR = 00000001
  1157. MIMR = 00000000
  1158. GISR = 00000020
  1159. GPIO INT = 00200000
  1160. GPIO MASK = 00200000
  1161. GPIO OUT = 00000400
  1162. GPIO PENDING = 00000000
  1163. Kernel arg: 'ro'
  1164. ## BID copied to ram at 0x83f47380
  1165. ## Trying to boot Linux kernel from flash block 0...
  1166. ## Booting image at 80200000 ...
  1167. Image Name: 5.4.1.1-01-1648
  1168. Created: 2014-03-31 20:12:42 UTC
  1169. Image Type: MIPS Linux Kernel Image (gzip compressed)
  1170. Data Size: 782778 Bytes = 764.4 kB
  1171. Load Address: 80002000
  1172. Entry Point: 80002000
  1173. Initrd Size: 0 Bytes
  1174. ## Verifying Checksum ... OK
  1175. ## Uncompressing Kernel Image ... Inflated to 1843200 bytes OK
  1176. ## Kernel args:
  1177. 0: linux
  1178. 1: mem=64M
  1179. ## Kernel env:
  1180. memsize=67108864
  1181. initrd_start=0x00000000
  1182. initrd_size=0x0
  1183. flash_start=0xBE000000
  1184. flash_size=0x2000000
  1185. bootinfo=0x83F21E6C
  1186. ## Transferring control to Linux (at address 80002000) ...
  1187. ###############################################################
  1188. memsize: 67108864
  1189. CPU revision is: 00019374
  1190. Primary instruction cache 64kB, physically tagged, 4-way, linesize 32 bytes.
  1191. Primary data cache 32kB, 4-way, linesize 32 bytes.
  1192. Linux version 2.4.36.6-******** (ec@mobrd-builder-3) (gcc version 3.4.4) #1 Mon Mar 31 20:12:24 UTC 2014
  1193. detect REV_ID_MAJOR_AR913X
  1194. detect AR91XX_REV_ID_MINOR_AR9132
  1195. Atheros AR9132 rev 2<1>Register early_printk
  1196. pabst platform
  1197. Atheros AR9132 rev 2, CPU:400.000 MHz, AHB:200.000 MHz, DDR:400.000 MHz
  1198. Determined physical RAM map:
  1199. memory: 04000000 @ 00000000 (usable)
  1200. User-defined physical RAM map:
  1201. memory: 04000000 @ 00000000 (usable)
  1202. On node 0 totalpages: 16384
  1203. zone(0): 16384 pages.
  1204. zone (0) min 128, low 384, high 512
  1205. zone(1): 0 pages.
  1206. zone(2): 0 pages.
  1207. Kernel command line: mem=64M
  1208. Using 200.000 MHz high precision timer.
  1209. Calibrating delay loop... 266.24 BogoMIPS
  1210. Memory: 62732k/65536k available (1600k kernel code, 2804k reserved, 92k data, 84k init, 0k highmem)
  1211. Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
  1212. Inode cache hash table entries: 4096 (order: 3, 32768 bytes)
  1213. Mount cache hash table entries: 512 (order: 0, 4096 bytes)
  1214. Buffer cache hash table entries: 4096 (order: 2, 16384 bytes)
  1215. Page-cache hash table entries: 16384 (order: 4, 65536 bytes)
  1216. Checking for 'wait' instruction... available.
  1217. POSIX conformance testing by UNIFIX
  1218. pabst_init
  1219. ^^
  1220. Linux NET4.0 for Linux 2.4
  1221. Based upon Swansea University Computer Society NET3.039
  1222. Initializing RT netlink socket
  1223. Starting kswapd
  1224. Squashfs 2.2-r2 (released 2005/09/08) (C) 2002-2005 Phillip Lougher
  1225. JFFS version 1.0, (C) 1999, 2000 Axis Communications AB
  1226. pty: 256 Unix98 ptys configured
  1227. ttyS00 at 0xb8020003 (irq = 19) is a 16550Ath no serial options enabled
  1228. Software Watchdog Timer: 0.05, timer margin: 60 sec
  1229. RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
  1230. loop: loaded (max 8 devices)
  1231. imq driver loaded.
  1232. Crypto engine S/W registered as #4
  1233. NET4: Linux TCP/IP 1.0 for NET4.0
  1234. IP Protocols: ICMP, UDP, TCP, IGMP
  1235. IP: routing cache hash table of 512 buckets, 4Kbytes
  1236. TCP: Hash tables configured (established 4096 bind 8192)
  1237. Linux IP multicast router 0.06 plus PIM-SM
  1238. UDP tunneling driver
  1239. ip_conntrack version 2.1 (4096 buckets, 32768 max) - 352 bytes per conntrack
  1240. ip_tables: (C) 2000-2002 Netfilter core team
  1241. NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
  1242. NET4: Ethernet Bridge 008 for NET4.0
  1243. Bridge firewalling registered
  1244. 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
  1245. All bugs added by David S. Miller <davem@redhat.com>
  1246. Flash manuf 01, device 227e 2222 2201
  1247. Flash: Flash start be000000, end c0000000
  1248. Flash: Flash blocks_size 20000, blocks 100
  1249. VFS: Mounted root (squashfs filesystem) readonly.
  1250. run_init_process ...
  1251. Algorithmics/MIPS FPU Emulator v1.5
  1252. init started: BusyBox v1.00-pre4 (2014.03.31-20:21+0000) multi-call binary
  1253. Starting pid 10, console /dev/console: '/bin/ash'
  1254. Mon Jan 1 00:00:00 UTC 2001
  1255. mount: Mounting /proc on /proc failed: Device or resource busy
  1256. -----> Flash mounted file system
  1257. Key 31 not found.
  1258. 10+0 records in
  1259. 10+0 records out
  1260. Mount succeeded 0
  1261. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/pppox_tty.o
  1262. Registering PPPoX driver
  1263. PPPoX: PPPoE
  1264. PPPoX: GRE
  1265. Crypto engine FIPS registered as #3
  1266. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/slhc.o
  1267. CSLIP: code copyright 1989 Regents of the University of California
  1268. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/ppp.o
  1269. PPP: version 2.3.11 (demand dialling)
  1270. PPP line discipline registered.
  1271. cp: /ram/tmp/rpc.log: No such file or directory
  1272. Starting pid 186, console /dev/console: '/bin/keypress'
  1273. Press <enter> to start console. You have 30 seconds.
  1274. wlan: 0.7.1.1
  1275. Initializing WDS support
  1276. ath_hal: 0.9.17.1 (AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2316, RF2317, PRIVATE_DIAG)
  1277. ath_dfs: Version 2.0.0
  1278. Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
  1279. ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
  1280. ath_lbus: 0.8.3.2
  1281. Howl Revision ID 0xb9 <7>wvlan0: mac 20.0 phy 10.2<6> 5ghz radio 12.0
  1282. wvlan0: Atheros AR9100 WiSoC: mem=0xb80c0000, irq=2
  1283. wvlan0: 802.11 address: 00:9c:02:65:48:00 mask fc, 4 addresses
  1284. device wvlan0 entered promiscuous mode
  1285. Pre-Initialization is done for the device 0x29.
  1286. Writing 4
  1287. device eth0 entered promiscuous mode
  1288. pvw0.1-4094: dev_set_promiscuity(master, 1)
  1289. device pvw0 entered promiscuous mode
  1290. device pvw0.1-4094 entered promiscuous mode
  1291. br0: received tcn bpdu on port 2(eth0)
  1292. keypress: Time is up
  1293. Channel 1:
  1294. Channel 2:
  1295. Channel 3:
  1296. Channel 4:
  1297. Channel 5: **
  1298. Channel 6: ***********
  1299. Channel 7: **
  1300. Channel 8:
  1301. Channel 9: *
  1302. Channel 10: ***
  1303. Channel 11: *******************
  1304. Channel 12: ***
  1305. Channel 13: *
  1306. AutoChannelSelection: ifname=wvlan0, selecting best initial channel (1,-95dBm)
  1307.  
  1308.  
  1309. Boot 16.1 (Jun 17 2010 - 11:16:04)
  1310.  
  1311. PABST M210
  1312. DRAM:
  1313. sri . . 64 MB
  1314. Top of RAM usable for U-Boot at: 84000000
  1315. Reserving 291k for U-Boot at: 83fb4000
  1316. Reserving 584k for malloc() at: 83f22000
  1317. Reserving 404 Bytes for Board Info at: 83f21e6c
  1318. Reserving 36 Bytes for Global Data at: 83f21e48
  1319. Reserving 128k for boot params() at: 83f01e48
  1320. Stack Pointer at: 83f01e28
  1321. Now running in RAM - U-Boot at: 83fb4000
  1322. Flash manuf 01, device 227e 2222 2201
  1323. Flash start be000000, end c0000000
  1324. Flash blocks_size 20000, blocks 100
  1325. Flash: 32 MB
  1326. *** Warning - bad CRC, using default environment
  1327.  
  1328. In: serial
  1329. Out: serial
  1330. Err: serial
  1331. pabst GPIO debug:
  1332. Deault GPIO OE=195c8
  1333. Deault GPIO INPUT=266f7b
  1334. Deault GPIO OUT=548
  1335. Deault GPIO SET=548
  1336. Deault GPIO CLEAR=548
  1337. Deault GPIO INT=200000
  1338. Deault GPIO INT_TYPE=0
  1339. Deault GPIO INT_PENDING=0
  1340. Deault GPIO INT_MASK=200000
  1341. hw_flag=80000001, sys_clk=-1
  1342. ag7100_enet_initialize...
  1343. AG7100 phy setup ....
  1344. ========> Dump all phyaddr Chip and Vendor Value <========
  1345. MAC[eth0] read phy phyaddr=00 Reg#2 Value=0x0141
  1346. MAC[eth0] read phy phyaddr=00 Reg#3 Value=0x0e90
  1347. -------------------------------------------------------------
  1348.  
  1349. ---> madInit start
  1350. Pre-Initialization is done for the device 0x29.
  1351. ---> madInit finished
  1352. ag7100 MAC[0] eth0: 2c:41:38:28:f3:74
  1353. eth0 up
  1354.  
  1355.  
  1356. Trying eth0
  1357. dup 1 duplex=1 speed 1
  1358. dup 0 speed 1
  1359. : unit 0 phy is up... 100Mbps half duplex
  1360. ag7100_set_mac_from_link==============> speed=1 duplex=0
  1361. : pll reg 0x18050014: 0x13000a44 : cfg_1: 0x7ff0000
  1362. : cfg_2: 0xfff
  1363. : cfg_3: 0x780008
  1364. : cfg_4: 0x3ffff
  1365. : cfg_5: 0x3ffff
  1366. : done cfg2 0x7114 ifctl 0x10000 miictrl 0x12
  1367. eth0 configured
  1368. checking for reset button... : not pressed
  1369. MISR = 00000001
  1370. MIMR = 00000000
  1371. GISR = 00000020
  1372. GPIO INT = 00200000
  1373. GPIO MASK = 00200000
  1374. GPIO OUT = 00000400
  1375. GPIO PENDING = 00000000
  1376. Kernel arg: 'ro'
  1377. ## BID copied to ram at 0x83f47380
  1378. ## Trying to boot Linux kernel from flash block 0...
  1379. ## Booting image at 80200000 ...
  1380. Image Name: 5.4.1.1-01-1648
  1381. Created: 2014-03-31 20:12:42 UTC
  1382. Image Type: MIPS Linux Kernel Image (gzip compressed)
  1383. Data Size: 782778 Bytes = 764.4 kB
  1384. Load Address: 80002000
  1385. Entry Point: 80002000
  1386. Initrd Size: 0 Bytes
  1387. ## Verifying Checksum ... OK
  1388. ## Uncompressing Kernel Image ... Inflated to 1843200 bytes OK
  1389. ## Kernel args:
  1390. 0: linux
  1391. 1: mem=64M
  1392. ## Kernel env:
  1393. memsize=67108864
  1394. initrd_start=0x00000000
  1395. initrd_size=0x0
  1396. flash_start=0xBE000000
  1397. flash_size=0x2000000
  1398. bootinfo=0x83F21E6C
  1399. ## Transferring control to Linux (at address 80002000) ...
  1400. ###############################################################
  1401. memsize: 67108864
  1402. CPU revision is: 00019374
  1403. Primary instruction cache 64kB, physically tagged, 4-way, linesize 32 bytes.
  1404. Primary data cache 32kB, 4-way, linesize 32 bytes.
  1405. Linux version 2.4.36.6-******** (ec@mobrd-builder-3) (gcc version 3.4.4) #1 Mon Mar 31 20:12:24 UTC 2014
  1406. detect REV_ID_MAJOR_AR913X
  1407. detect AR91XX_REV_ID_MINOR_AR9132
  1408. Atheros AR9132 rev 2<1>Register early_printk
  1409. pabst platform
  1410. Atheros AR9132 rev 2, CPU:400.000 MHz, AHB:200.000 MHz, DDR:400.000 MHz
  1411. Determined physical RAM map:
  1412. memory: 04000000 @ 00000000 (usable)
  1413. User-defined physical RAM map:
  1414. memory: 04000000 @ 00000000 (usable)
  1415. On node 0 totalpages: 16384
  1416. zone(0): 16384 pages.
  1417. zone (0) min 128, low 384, high 512
  1418. zone(1): 0 pages.
  1419. zone(2): 0 pages.
  1420. Kernel command line: mem=64M
  1421. Using 200.000 MHz high precision timer.
  1422. Calibrating delay loop... 266.24 BogoMIPS
  1423. Memory: 62732k/65536k available (1600k kernel code, 2804k reserved, 92k data, 84k init, 0k highmem)
  1424. Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
  1425. Inode cache hash table entries: 4096 (order: 3, 32768 bytes)
  1426. Mount cache hash table entries: 512 (order: 0, 4096 bytes)
  1427. Buffer cache hash table entries: 4096 (order: 2, 16384 bytes)
  1428. Page-cache hash table entries: 16384 (order: 4, 65536 bytes)
  1429. Checking for 'wait' instruction... available.
  1430. POSIX conformance testing by UNIFIX
  1431. pabst_init
  1432. ^^
  1433. Linux NET4.0 for Linux 2.4
  1434. Based upon Swansea University Computer Society NET3.039
  1435. Initializing RT netlink socket
  1436. Starting kswapd
  1437. Squashfs 2.2-r2 (released 2005/09/08) (C) 2002-2005 Phillip Lougher
  1438. JFFS version 1.0, (C) 1999, 2000 Axis Communications AB
  1439. pty: 256 Unix98 ptys configured
  1440. ttyS00 at 0xb8020003 (irq = 19) is a 16550Ath no serial options enabled
  1441. Software Watchdog Timer: 0.05, timer margin: 60 sec
  1442. RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
  1443. loop: loaded (max 8 devices)
  1444. imq driver loaded.
  1445. Crypto engine S/W registered as #4
  1446. NET4: Linux TCP/IP 1.0 for NET4.0
  1447. IP Protocols: ICMP, UDP, TCP, IGMP
  1448. IP: routing cache hash table of 512 buckets, 4Kbytes
  1449. TCP: Hash tables configured (established 4096 bind 8192)
  1450. Linux IP multicast router 0.06 plus PIM-SM
  1451. UDP tunneling driver
  1452. ip_conntrack version 2.1 (4096 buckets, 32768 max) - 352 bytes per conntrack
  1453. ip_tables: (C) 2000-2002 Netfilter core team
  1454. NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
  1455. NET4: Ethernet Bridge 008 for NET4.0
  1456. Bridge firewalling registered
  1457. 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
  1458. All bugs added by David S. Miller <davem@redhat.com>
  1459. Flash manuf 01, device 227e 2222 2201
  1460. Flash: Flash start be000000, end c0000000
  1461. Flash: Flash blocks_size 20000, blocks 100
  1462. VFS: Mounted root (squashfs filesystem) readonly.
  1463. run_init_process ...
  1464. Algorithmics/MIPS FPU Emulator v1.5
  1465.  
  1466. init started: BusyBox v1.00-pre4 (2014.03.31-20:21+0000) multi-call binary
  1467. Starting pid 10, console /dev/console: '/bin/ash'
  1468.  
  1469. Mon Jan 1 00:00:00 UTC 2001
  1470. mount: Mounting /proc on /proc failed: Device or resource busy
  1471.  
  1472. -----> Flash mounted file system
  1473.  
  1474.  
  1475. Key 31 not found.
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482. 10+0 records in
  1483. 10+0 records out
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489. Mount succeeded 0
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/pppox_tty.o
  1496. Registering PPPoX driver
  1497. PPPoX: PPPoE
  1498. PPPoX: GRE
  1499. Crypto engine FIPS registered as #3
  1500. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/slhc.o
  1501. CSLIP: code copyright 1989 Regents of the University of California
  1502.  
  1503. Using /lib/modules/2.4.36.6-colubris/kernel/drivers/net/ppp.o
  1504. PPP: version 2.3.11 (demand dialling)
  1505. PPP line discipline registered.
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513. cp: /ram/tmp/rpc.log: No such file or directory
  1514.  
  1515.  
  1516.  
  1517.  
  1518. Starting pid 186, console /dev/console: '/bin/keypress'
  1519.  
  1520. Press <enter> to start console. You have 30 seconds.
  1521.  
  1522.  
  1523. BusyBox v1.00-pre4 (2014.03.31-20:21+0000) Built-in shell (ash)
  1524. Enter 'help' for a list of built-in commands.
  1525.  
  1526. #
  1527. #
  1528. #
  1529. #
  1530. # wlan: 0.7.1.1
  1531. Initializing WDS support
  1532.  
  1533. # ath_hal: 0.9.17.1 (AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2316, RF2317, PRIVATE_DIAG)
  1534. ath_dfs: Version 2.0.0
  1535. Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
  1536. ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
  1537.  
  1538. # ath_lbus: 0.8.3.2
  1539. Howl Revision ID 0xb9 <7>wvlan0: mac 20.0 phy 10.2<6> 5ghz radio 12.0
  1540. wvlan0: Atheros AR9100 WiSoC: mem=0xb80c0000, irq=2
  1541. wvlan0: 802.11 address: 00:9c:02:65:48:00 mask fc, 4 addresses
  1542.  
  1543. #
  1544. # device wvlan0 entered promiscuous mode
  1545.  
  1546. # Pre-Initialization is done for the device 0x29.
  1547. Writing 4
  1548. device eth0 entered promiscuous mode
  1549. pvw0.1-4094: dev_set_promiscuity(master, 1)
  1550. device pvw0 entered promiscuous mode
  1551. device pvw0.1-4094 entered promiscuous mode
  1552.  
  1553. #
  1554. #
  1555. #
  1556. #
  1557. #
  1558. #
  1559. #
  1560. #
  1561. #
  1562. #
  1563. #
  1564. #
  1565. #
  1566. #
  1567. # br0: received tcn bpdu on port 2(eth0)
  1568.  
  1569. # cat /etChannel 1:
  1570. Channel 2:
  1571. Channel 3:
  1572. Channel 4: *
  1573. Channel 5: ***
  1574. Channel 6: *******************
  1575. Channel 7: ***
  1576. Channel 8: *
  1577. Channel 9:
  1578. Channel 10: ***
  1579. Channel 11: ****************
  1580. Channel 12: ***
  1581. Channel 13:
  1582. AutoChannelSelection: ifname=wvlan0, selecting best initial channel (1,-95dBm)
  1583. # cat /etc/passwd
  1584. root::0:0:root:/:/bin/ash
  1585. nobody:*:99:99:Nobody:/:
  1586. admin:x:1:1:Administrator:/:/bin/cli
  1587. # ifconfig
  1588. br0 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  1589. inet addr:192.168.2.65 Bcast:192.168.2.255 Mask:255.255.255.0
  1590. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  1591. RX packets:158 errors:0 dropped:0 overruns:0 frame:0
  1592. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  1593. collisions:0 txqueuelen:1000
  1594. RX bytes:41077 (40.1 KiB) TX bytes:1839 (1.7 KiB)
  1595.  
  1596. br0.1-4094 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  1597. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  1598. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  1599. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  1600. collisions:0 txqueuelen:1000
  1601. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  1602.  
  1603. eth0 Link encap:Ethernet HWaddr 2C:41:38:28:F3:74
  1604. UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
  1605. RX packets:2106 errors:0 dropped:0 overruns:0 frame:0
  1606. TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
  1607. collisions:0 txqueuelen:100
  1608. RX bytes:699715 (683.3 KiB) TX bytes:3845 (3.7 KiB)
  1609.  
  1610. eth0.1-4094 Link encap:Ethernet HWaddr 2C:41:38:28:F3:74
  1611. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  1612. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  1613. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  1614. collisions:0 txqueuelen:0
  1615. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  1616.  
  1617. lo Link encap:Local Loopback
  1618. inet addr:127.0.0.1 Mask:255.0.0.0
  1619. UP LOOPBACK RUNNING MTU:3924 Metric:1
  1620. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  1621. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  1622. collisions:0 txqueuelen:0
  1623. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  1624.  
  1625. pvw0 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  1626. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  1627. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  1628. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  1629. collisions:0 txqueuelen:100
  1630. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  1631.  
  1632. pvw0.1-4094 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  1633. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  1634. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  1635. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  1636. collisions:0 txqueuelen:0
  1637. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  1638.  
  1639. wvlan0 Link encap:Ethernet HWaddr 00:9C:02:65:48:00
  1640. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  1641. RX packets:0 errors:16 dropped:0 overruns:0 frame:16
  1642. TX packets:0 errors:1031 dropped:0 overruns:0 carrier:0
  1643. collisions:0 txqueuelen:100
  1644. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  1645. Interrupt:2 Memory:b80c0000-b80c4000
  1646.  
  1647. # sshd
  1648. # cat /etc/ssh
  1649. /etc/ssh_config /etc/sshd.default
  1650. /etc/ssh_host_rsa_key.default /etc/sshd_config
  1651. # cat /etc/ssh
  1652. /etc/ssh_config /etc/sshd.default
  1653. /etc/ssh_host_rsa_key.default /etc/sshd_config
  1654. # cat /etc/ssh
  1655. /etc/ssh_config /etc/sshd.default
  1656. /etc/ssh_host_rsa_key.default /etc/sshd_config
  1657. # cat /etc/ssh
  1658. /etc/ssh_config /etc/sshd.default
  1659. /etc/ssh_host_rsa_key.default /etc/sshd_config
  1660. # cat /etc/sshd
  1661. /etc/sshd.default /etc/sshd_config
  1662. # cat /etc/sshd
  1663. /etc/sshd.default /etc/sshd_config
  1664. # cat /etc/sshd_config
  1665. # This is ssh server systemwide configuration file.
  1666.  
  1667. Protocol 2
  1668. HostKey /flash/etc/ssh_host_rsa_key
  1669. ServerKeyBits 768
  1670. LoginGraceTime 30
  1671. KeyRegenerationInterval 3600
  1672. PermitRootLogin yes
  1673. Ciphers blowfish-cbc,aes128-cbc,3des-cbc
  1674. #
  1675. # Don't read ~/.rhosts and ~/.shosts files
  1676. IgnoreRhosts yes
  1677. # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
  1678. #IgnoreUserKnownHosts yes
  1679. StrictModes yes
  1680. X11Forwarding no
  1681. AllowTcpForwarding no
  1682. PrintMotd no
  1683. PrintLastLog no
  1684. TCPKeepAlive no
  1685. ClientAliveInterval 15
  1686. ClientAliveCountMax 3
  1687. UsePrivilegeSeparation no
  1688. PermitUserEnvironment yes
  1689. MaxStartups 3
  1690.  
  1691. # Logging
  1692. SyslogFacility AUTH
  1693. LogLevel INFO
  1694.  
  1695. #
  1696. # For this to work you will also need host keys in /etc/ssh_known_hosts
  1697. #
  1698. RSAAuthentication yes
  1699.  
  1700. # To disable tunneled clear text passwords, change to no here!
  1701. PasswordAuthentication yes
  1702. PermitEmptyPasswords no
  1703. UsePAM yes
  1704. # Uncomment to disable s/key passwords
  1705.  
  1706. UseLogin no
  1707. Subsystem sftp /bin/sftp-server
  1708.  
  1709.  
  1710. #
  1711.  
  1712. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config
  1713. # This is ssh server systemwide configuration file.
  1714.  
  1715. Protocol 2
  1716. HostKey /flash/etc/ssh_host_rsa_key
  1717. ServerKeyBits 768
  1718. LoginGraceTime 30
  1719. KeyRegenerationInterval 3600
  1720. PermitRootLogin yes
  1721. Ciphers blowfish-cbc,aes128-cbc,3des-cbc
  1722. #
  1723. # Don't read ~/.rhosts and ~/.shosts files
  1724. IgnoreRhosts yes
  1725. # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
  1726. #IgnoreUserKnownHosts yes
  1727. StrictModes yes
  1728. X11Forwarding no
  1729. AllowTcpForwarding no
  1730. PrintMotd no
  1731. PrintLastLog no
  1732. TCPKeepAlive no
  1733. ClientAliveInterval 15
  1734. ClientAliveCountMax 3
  1735. UsePrivilegeSeparation no
  1736. PermitUserEnvironment yes
  1737. MaxStartups 3
  1738.  
  1739. # Logging
  1740. SyslogFacility AUTH
  1741. LogLevel INFO
  1742.  
  1743. #
  1744. # For this to work you will also need host keys in /etc/ssh_known_hosts
  1745. #
  1746. RSAAuthentication yes
  1747.  
  1748. # To disable tunneled clear text passwords, change to no here!
  1749. PasswordAuthentication yes
  1750. PermitEmptyPasswords yes
  1751. UsePAM yes
  1752. # Uncomment to disable s/key passwords
  1753.  
  1754. UseLogin no
  1755. Subsystem sftp /bin/sftp-server
  1756.  
  1757. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config > /etc/sshd_config
  1758.  
  1759. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config > /etc/sshd_config2
  1760. /bin/ash: cannot create /etc/sshd_config2: Read-only file system
  1761. # mount -rw
  1762. /dev/mtdblock2 on / type squashfs (ro)
  1763. /proc on /proc type proc (rw)
  1764. /dev/pts on /dev/pts type devpts (rw)
  1765. /dev/loop0 on /lib/modules type squashfs (ro)
  1766. none on /ram type tmpfs (rw)
  1767. none on /ram/tmp/sftp-sandbox type tmpfs (rw)
  1768. none on /ram/tmp/stats type tmpfs (rw)
  1769. /dev/mtdblock3 on /flash type jffs (rw)
  1770. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config > /etc/sshd_config2
  1771. /bin/ash: cannot create /etc/sshd_config2: Read-only file system
  1772. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config > /etc/sshd_config
  1773. /bin/ash: cannot create /etc/sshd_config: Read-only file system
  1774. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config # This is ssh server systemwide configuration file.
  1775.  
  1776. Protocol 2
  1777. HostKey /flash/etc/ssh_host_rsa_key
  1778. ServerKeyBits 768
  1779. LoginGraceTime 30
  1780. KeyRegenerationInterval 3600
  1781. PermitRootLogin yes
  1782. Ciphers blowfish-cbc,aes128-cbc,3des-cbc
  1783. #
  1784. # Don't read ~/.rhosts and ~/.shosts files
  1785. IgnoreRhosts yes
  1786. # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
  1787. #IgnoreUserKnownHosts yes
  1788. StrictModes yes
  1789. X11Forwarding no
  1790. AllowTcpForwarding no
  1791. PrintMotd no
  1792. PrintLastLog no
  1793. TCPKeepAlive no
  1794. ClientAliveInterval 15
  1795. ClientAliveCountMax 3
  1796. UsePrivilegeSeparation no
  1797. PermitUserEnvironment yes
  1798. MaxStartups 3
  1799.  
  1800. # Logging
  1801. SyslogFacility AUTH
  1802. LogLevel INFO
  1803.  
  1804. #
  1805. # For this to work you will also need host keys in /etc/ssh_known_hosts
  1806. #
  1807. RSAAuthentication yes
  1808.  
  1809. # To disable tunneled clear text passwords, change to no here!
  1810. PasswordAuthentication yes
  1811. PermitEmptyPasswords yes
  1812. UsePAM yes
  1813. # Uncomment to disable s/key passwords
  1814.  
  1815. UseLogin no
  1816. Subsystem sftp /bin/sftp-server
  1817.  
  1818.  
  1819. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config # This is ssh server systemwide configuration file.
  1820.  
  1821. Protocol 2
  1822. HostKey /flash/etc/ssh_host_rsa_key
  1823. ServerKeyBits 768
  1824. LoginGraceTime 30
  1825. KeyRegenerationInterval 3600
  1826. PermitRootLogin yes
  1827. Ciphers blowfish-cbc,aes128-cbc,3des-cbc
  1828. #
  1829. # Don't read ~/.rhosts and ~/.shosts files
  1830. IgnoreRhosts yes
  1831. # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
  1832. #IgnoreUserKnownHosts yes
  1833. StrictModes yes
  1834. X11Forwarding no
  1835. AllowTcpForwarding no
  1836. PrintMotd no
  1837. PrintLastLog no
  1838. TCPKeepAlive no
  1839. ClientAliveInterval 15
  1840. ClientAliveCountMax 3
  1841. UsePrivilegeSeparation no
  1842. PermitUserEnvironment yes
  1843. MaxStartups 3
  1844.  
  1845. # Logging
  1846. SyslogFacility AUTH
  1847. LogLevel INFO
  1848.  
  1849. #
  1850. # For this to work you will also need host keys in /etc/ssh_known_hosts
  1851. #
  1852. RSAAuthentication yes
  1853.  
  1854. # To disable tunneled clear text passwords, change to no here!
  1855. PasswordAuthentication yes
  1856. PermitEmptyPasswords yes
  1857. UsePAM yes
  1858. # Uncomment to disable s/key passwords
  1859.  
  1860. UseLogin no
  1861. Subsystem sftp /bin/sftp-server
  1862.  
  1863. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config > /etc/sshd_config
  1864. /bin/ash: cannot create /etc/sshd_config: Read-only file system
  1865. # su
  1866. /bin/ash: su: not found
  1867. # ls -l /etc/sshd_config
  1868. -r--r--r-- 1 0 0 960 Mar 31 2014 /etc/sshd_config
  1869. # chmod 777 /etc/sshd_config
  1870. chmod: /etc/sshd_config: Read-only file system
  1871. # chmod 777 /etc/
  1872. chmod: /etc/: Read-only file system
  1873. # echo "#test" >> /etc/sshd_config
  1874. /bin/ash: cannot create /etc/sshd_config: Read-only file system
  1875. # mount -o remount rw /
  1876. mount: Mounting rw on / failed: No such file or directory
  1877. # mount -o remount rw .
  1878. mount: Mounting rw on / failed: No such file or directory
  1879. # ls /dev
  1880. bidio i2c mtd0 mtdblock3 pts ttyS0
  1881. bootrec initctl mtd1 mtdblock4 ram urandom
  1882. console iupload mtd2 mtdblock5 ram1 watchdog
  1883. core kmem mtd3 net ram2 wlanie1
  1884. dd log mtd4 null ram3 zero
  1885. dd0 loop0 mtd5 port ram4
  1886. dd1 loop1 mtdblock0 pppox0 random
  1887. full loop2 mtdblock1 pptpcl random_src
  1888. gre mem mtdblock2 ptmx tty
  1889. # ls -l /etc/passwd
  1890. lrwxrwxrwx 1 0 0 17 Mar 31 2014 /etc/passwd -> /flash/etc/passwd
  1891. # cd /flash/etc/
  1892. # ls
  1893. auth_ap.xml html ppp
  1894. cert initmon ssh_host_rsa_key
  1895. config-user.txt ipsec.d ssl
  1896. config-user.txt.default launch_serial time.txt
  1897. config-user.txt.factory localtime timestamp
  1898. custom_fw_script openvpn-extra.conf user_accounts.txt
  1899. dhclient.conf pam.d
  1900. dhcpd.leases passwd
  1901. # ls /etc
  1902. cacerts
  1903. cmp_text_file
  1904. commands.txt
  1905. config-compare-ignore-reg-table
  1906. config-provisioning-upgrade-table.ALL
  1907. config-provisioning-wireless.txt.factory
  1908. config-provisioning.txt.factory
  1909. config-upgrade-table.ALL
  1910. config-user.txt.factory.CN320
  1911. config-user.txt.factory.CN320.Coordinated
  1912. config-user.txt.factory.CN330
  1913. config-user.txt.factory.CN330.Coordinated
  1914. config-user.txt.factory.CN625
  1915. config-user.txt.factory.CN625.Coordinated
  1916. config-user.txt.factory.CN630
  1917. config-user.txt.factory.CN630.Coordinated
  1918. config-user.txt.factory.M210
  1919. config-user.txt.factory.MSM410
  1920. config-user.txt.factory.MSM410.Coordinated
  1921. config-user.txt.factory.PABST
  1922. crypto_permissions
  1923. data
  1924. dhclient-dns-upd
  1925. dhclient-script
  1926. dhclient.conf
  1927. dhparam1024.pem
  1928. dnrd
  1929. dummy-certs
  1930. ethernet-port-stats
  1931. firewall_scripts.txt
  1932. fstab
  1933. group
  1934. hosts
  1935. initmon.factory
  1936. initmon.factory.CN320
  1937. initmon.factory.CN330
  1938. initmon.factory.CN625
  1939. initmon.factory.CN630
  1940. initmon.factory.M210
  1941. initmon.factory.MSM410
  1942. initmon.factory.pabst
  1943. inittab
  1944. isBIDok
  1945. jffs.initial
  1946. jffs2.initial
  1947. launch_cli
  1948. launch_openvpn
  1949. launch_shell
  1950. launch_syslog-ng
  1951. launch_wpa_supp
  1952. license.public-key.hex
  1953. localtime
  1954. login.default
  1955. maestro-dhclient-scripts
  1956. maestro-dhclient.conf
  1957. moduli
  1958. no_serial
  1959. nsswitch.conf
  1960. openssl
  1961. openssl.conf
  1962. openvpn-client.conf
  1963. openvpn-server.conf
  1964. pam.d
  1965. passwd
  1966. passwd.default
  1967. ppp
  1968. profile
  1969. protocols
  1970. random
  1971. rc
  1972. release.txt
  1973. resolv.conf
  1974. server.pem.factory
  1975. server.pem.factory.Alvarion
  1976. server.pem.factory.CN3500
  1977. services
  1978. showarpandcnt
  1979. soap-api-server-ca.pem
  1980. split_text_file
  1981. ssh_config
  1982. ssh_host_rsa_key.default
  1983. sshd.default
  1984. sshd_config
  1985. ssl
  1986. stats-xclude
  1987. stopsshd
  1988. strip_from_marker
  1989. sysinfo
  1990. ta.key
  1991. termcap
  1992. ulogd.conf
  1993. user_accounts.txt.factory
  1994. x509cert.der
  1995. # cp /etc/sshd_config /flash/etc/sshd_config
  1996. # cd /flash/etc/
  1997. # ls
  1998. auth_ap.xml html ppp
  1999. cert initmon ssh_host_rsa_key
  2000. config-user.txt ipsec.d sshd_config
  2001. config-user.txt.default launch_serial ssl
  2002. config-user.txt.factory localtime time.txt
  2003. custom_fw_script openvpn-extra.conf timestamp
  2004. dhclient.conf pam.d user_accounts.txt
  2005. dhcpd.leases passwd
  2006. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config > /etc/sshd_config
  2007. /bin/ash: cannot create /etc/sshd_config: Read-only file system
  2008. # sed -e 's/PermitEmptyPasswords no/PermitEmptyPasswords yes/' /etc/sshd_config > /flash/etc/sshd_config
  2009. # cat /flash/etc/sshd_config
  2010. # This is ssh server systemwide configuration file.
  2011.  
  2012. Protocol 2
  2013. HostKey /flash/etc/ssh_host_rsa_key
  2014. ServerKeyBits 768
  2015. LoginGraceTime 30
  2016. KeyRegenerationInterval 3600
  2017. PermitRootLogin yes
  2018. Ciphers blowfish-cbc,aes128-cbc,3des-cbc
  2019. #
  2020. # Don't read ~/.rhosts and ~/.shosts files
  2021. IgnoreRhosts yes
  2022. # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
  2023. #IgnoreUserKnownHosts yes
  2024. StrictModes yes
  2025. X11Forwarding no
  2026. AllowTcpForwarding no
  2027. PrintMotd no
  2028. PrintLastLog no
  2029. TCPKeepAlive no
  2030. ClientAliveInterval 15
  2031. ClientAliveCountMax 3
  2032. UsePrivilegeSeparation no
  2033. PermitUserEnvironment yes
  2034. MaxStartups 3
  2035.  
  2036. # Logging
  2037. SyslogFacility AUTH
  2038. LogLevel INFO
  2039.  
  2040. #
  2041. # For this to work you will also need host keys in /etc/ssh_known_hosts
  2042. #
  2043. RSAAuthentication yes
  2044.  
  2045. # To disable tunneled clear text passwords, change to no here!
  2046. PasswordAuthentication yes
  2047. PermitEmptyPasswords yes
  2048. UsePAM yes
  2049. # Uncomment to disable s/key passwords
  2050.  
  2051. UseLogin no
  2052. Subsystem sftp /bin/sftp-server
  2053.  
  2054.  
  2055. # cat /etc/sshd_config
  2056. # This is ssh server systemwide configuration file.
  2057.  
  2058. Protocol 2
  2059. HostKey /flash/etc/ssh_host_rsa_key
  2060. ServerKeyBits 768
  2061. LoginGraceTime 30
  2062. KeyRegenerationInterval 3600
  2063. PermitRootLogin yes
  2064. Ciphers blowfish-cbc,aes128-cbc,3des-cbc
  2065. #
  2066. # Don't read ~/.rhosts and ~/.shosts files
  2067. IgnoreRhosts yes
  2068. # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
  2069. #IgnoreUserKnownHosts yes
  2070. StrictModes yes
  2071. X11Forwarding no
  2072. AllowTcpForwarding no
  2073. PrintMotd no
  2074. PrintLastLog no
  2075. TCPKeepAlive no
  2076. ClientAliveInterval 15
  2077. ClientAliveCountMax 3
  2078. UsePrivilegeSeparation no
  2079. PermitUserEnvironment yes
  2080. MaxStartups 3
  2081.  
  2082. # Logging
  2083. SyslogFacility AUTH
  2084. LogLevel INFO
  2085.  
  2086. #
  2087. # For this to work you will also need host keys in /etc/ssh_known_hosts
  2088. #
  2089. RSAAuthentication yes
  2090.  
  2091. # To disable tunneled clear text passwords, change to no here!
  2092. PasswordAuthentication yes
  2093. PermitEmptyPasswords no
  2094. UsePAM yes
  2095. # Uncomment to disable s/key passwords
  2096.  
  2097. UseLogin no
  2098. Subsystem sftp /bin/sftp-server
  2099.  
  2100.  
  2101. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement