Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -------------------Config---------------------------
  2. # config file to use with the Karma'd version of hostapd
  3. # created by Robin Wood - robin@digininja.org - www.digininja.org
  4.  
  5. interface=wlan0
  6. driver=nl80211
  7. ssid=internet
  8. channel=1
  9.  
  10. # both open and shared auth
  11. auth_algs=3
  12.  
  13. # no SSID cloaking
  14. ignore_broadcast_ssid=0
  15.  
  16. logger_syslog=-1
  17. logger_stdout=-1
  18. logger_syslog_level=2
  19. logger_stdout_level=2
  20. dump_file=/tmp/hostapd.dump
  21. ctrl_interface=/var/run/hostapd
  22. ctrl_interface_group=0
  23.  
  24. # 0 = accept unless in deny list
  25. macaddr_acl=0
  26.  
  27. # only used if you want to do filter by MAC address
  28. #accept_mac_file=/etc/hostapd/hostapd.accept
  29. #deny_mac_file=/etc/hostapd/hostapd.deny
  30.  
  31. # enable karma
  32. enable_karma=1
  33.  
  34. -------------LOG-----------------
  35. random: Trying to read entropy from /dev/random
  36. Configuration file: /etc/hostapd/karma.conf
  37. Line 3: invalid line '
  38. '
  39. Line 5: invalid/unknown driver 'nl80211
  40. '
  41. Line 8: invalid line '
  42. '
  43. Line 11: invalid line '
  44. '
  45. Line 14: invalid line '
  46. '
  47. Line 21: Invalid group '0
  48. '
  49. Line 22: invalid line '
  50. '
  51. Line 25: invalid line '
  52. '
  53. Line 29: invalid line '
  54. '
  55. KARMA: Enabled
  56. 9 errors found in configuration file '/etc/hostapd/karma.conf'
  57.  
  58.  
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement