Advertisement
Guest User

Untitled

a guest
Dec 11th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. ➜ ~ sudo /etc/init.d/dnsmasq stop
  2. * Stopping DNS forwarder and DHCP server dnsmasq * (not running)
  3. ➜ ~ sudo /etc/init.d/lighttpd stop
  4. * Stopping web server lighttpd [ OK ]
  5. ➜ ~ sudo /opt/piratebox/init.d/piratebox start
  6. * Starting script piratebox
  7. Generating hosts file ....
  8. Generating dnsmasq.conf .....
  9. Generating Environment-config for lighttpd .....
  10. Empty tmp folder
  11. rm: cannot remove ‘/opt/piratebox/tmp/’: Is a directory
  12. Copy over design files
  13. * Starting hostap... [ OK ]
  14. * Setting up wlan Bringing up wifi interface eth1
  15. Setting up eth1
  16. * Starting dnsmasq... [fail]
  17. * Starting droopy... [ OK ]
  18. Generated HTML-Shoutbox File.
  19. * Starting lighttpd... [ OK ]
  20. ➜ ~ sudo /opt/piratebox/init.d/piratebox stop
  21. * Stopping script piratebox
  22. * Stopping hostap... start-stop-daemon: warning: failed to kill 3343: No such process
  23. [ OK ]
  24. * Stopping dnsmasq... [fail]
  25. * Stopping lighttpd... [ OK ]
  26. * Stopping droopy... [ OK ]
  27. Stopping wifi interface eth1
  28. ➜ ~ ifconfig -a
  29. eth0 Link encap:Ethernet HWaddr 00:0f:1f:a1:aa:9f
  30. UP BROADCAST MULTICAST MTU:1500 Metric:1
  31. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  32. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  33. collisions:0 txqueuelen:1000
  34. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  35. Interrupt:11
  36.  
  37. eth1 Link encap:Ethernet HWaddr 00:0c:f1:39:1f:35
  38. inet addr:192.168.77.1 Bcast:192.168.77.255 Mask:255.255.255.0
  39. BROADCAST MULTICAST MTU:1500 Metric:1
  40. RX packets:152 errors:0 dropped:0 overruns:0 frame:0
  41. TX packets:160 errors:0 dropped:0 overruns:0 carrier:1
  42. collisions:0 txqueuelen:1000
  43. RX bytes:16966 (16.9 KB) TX bytes:26863 (26.8 KB)
  44. Interrupt:5
  45.  
  46. lo Link encap:Local Loopback
  47. inet addr:127.0.0.1 Mask:255.0.0.0
  48. inet6 addr: ::1/128 Scope:Host
  49. UP LOOPBACK RUNNING MTU:65536 Metric:1
  50. RX packets:177 errors:0 dropped:0 overruns:0 frame:0
  51. TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
  52. collisions:0 txqueuelen:0
  53. RX bytes:14128 (14.1 KB) TX bytes:14128 (14.1 KB)
  54.  
  55. ➜ ~ iwconfig
  56. lo no wireless extensions.
  57.  
  58. eth0 no wireless extensions.
  59.  
  60. eth1 unassociated ESSID:off/any Nickname:"ipw2100"
  61. Mode:Managed Channel=0 Access Point: Not-Associated
  62. Bit Rate:0 kb/s Tx-Power:16 dBm
  63. Retry short limit:7 RTS thr:off Fragment thr:off
  64. Power Management:off
  65. Link Quality:0 Signal level:0 Noise level:0
  66. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  67. Tx excessive retries:0 Invalid misc:2 Missed beacon:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement