<div>Hi, all.</div>
<div>&nbsp;</div>
<div>I want to implement Authenticator on my network,</div>
<div>and I saw hostapd&nbsp;have &quot;wired&quot; configuration in it.</div>
<div>Well, </div>
<div>following is my wired.conf.</div>
<div>&nbsp;</div>
<div>interface = eth0</div>
<div>bridge = br0</div>
<div>driver = wired</div>
<div>logger_syslog = -1</div>
<div>logger_syslog_level = 2</div>
<div>logger_stdout = -1</div>
<div>logger_stdout_level = 2</div>
<div>debug = 0</div>
<div>dump_file = /tmp/hostapd.dump</div>
<div>ctrl_interface = /var/run/hostapd</div>
<div>ctrl_interface_group = 0</div>
<div>macaddr_acl = 2</div>
<div>auth_algs = 3</div>
<div>ieee8021x = 1</div>
<div>eapol_version = 2</div>
<div>eap_message = hello</div>
<div>eapol_key_index_workaround = 0</div>
<div>eap_server = 0</div>
<div>own_ip_addr = <a href="http://127.0.0.1">127.0.0.1</a></div>
<div>auth_server_addr = <a href="http://192.168.2.254">192.168.2.254</a></div>
<div>auth_server_port = 1812</div>
<div>auth_server_shared_secret = testpassword</div>
<div>acct_server_addr = <a href="http://192.168.2.254">192.168.2.254</a></div>
<div>acct_server_port = 1813</div>
<div>acct_server_shared_secret = testpassword</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>After I implement this conf file,</div>
<div>the host connect from eth0 still can access the network....</div>
<div>Is there any set I missed?</div>
<div>&nbsp;</div>