wired.conf

来自「hostapd源代码」· CONF 代码 · 共 41 行

CONF
41
字号
##### hostapd configuration file ############################################### Empty lines and lines starting with # are ignored# Example configuration file for wired authenticator. See hostapd.conf for# more details.interface=eth0driver=wiredlogger_stdout=-1logger_stdout_level=1debug=2dump_file=/tmp/hostapd.dumpieee8021x=1eap_reauth_period=3600use_pae_group_addr=1##### RADIUS configuration ##################################################### for IEEE 802.1X with external Authentication Server, IEEE 802.11# authentication with external ACL for MAC addresses, and accounting# The own IP address of the access point (used as NAS-IP-Address)own_ip_addr=127.0.0.1# Optional NAS-Identifier string for RADIUS messages. When used, this should be# a unique to the NAS within the scope of the RADIUS server. For example, a# fully qualified domain name can be used here.nas_identifier=ap.example.com# RADIUS authentication serverauth_server_addr=127.0.0.1auth_server_port=1812auth_server_shared_secret=radius# RADIUS accounting serveracct_server_addr=127.0.0.1acct_server_port=1813acct_server_shared_secret=radius

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?