?? wired.conf
字號:
##### 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=3600##### 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -