wired.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ##### hostapd configuration file ##############################################
  2. # Empty lines and lines starting with # are ignored
  3. # Example configuration file for wired authenticator. See hostapd.conf for
  4. # more details.
  5. interface=eth0
  6. driver=wired
  7. logger_stdout=-1
  8. logger_stdout_level=1
  9. debug=2
  10. dump_file=/tmp/hostapd.dump
  11. ieee8021x=1
  12. eap_reauth_period=3600
  13. use_pae_group_addr=1
  14. ##### RADIUS configuration ####################################################
  15. # for IEEE 802.1X with external Authentication Server, IEEE 802.11
  16. # authentication with external ACL for MAC addresses, and accounting
  17. # The own IP address of the access point (used as NAS-IP-Address)
  18. own_ip_addr=127.0.0.1
  19. # Optional NAS-Identifier string for RADIUS messages. When used, this should be
  20. # a unique to the NAS within the scope of the RADIUS server. For example, a
  21. # fully qualified domain name can be used here.
  22. nas_identifier=ap.example.com
  23. # RADIUS authentication server
  24. auth_server_addr=127.0.0.1
  25. auth_server_port=1812
  26. auth_server_shared_secret=radius
  27. # RADIUS accounting server
  28. acct_server_addr=127.0.0.1
  29. acct_server_port=1813
  30. acct_server_shared_secret=radius