hostapd & wired network ?

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat hostapd & wired network ?
# 1  
Old 05-19-2012
hostapd & wired network ?

hi
im using the following network with hostapd on the authenticator :

Authentication server <---wired---> Authenticator(hostapd<----wired--->
User (win XP with WinRadius)
1.100 -------- 1.200 , 0.13 ----- 0.12

and this is my configurations for hostapd :

interface=eth1
driver=wired
dump_file=/tmp/hostapd.dump

ctrl_interface=/var/run/hostapd
ctrl_interface_group=0

logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2

ieee8021x=1
eapol_key_index_workaround=0
eapol_version=1

own_ip_addr=192.168.1.200
auth_server_addr=192.168.1.100
auth_server_port=1812
auth_server_shared_secret=secret
acct_server_addr=192.168.1.100
acct_server_port=1813
acct_server_shared_secret=secret

there is a problem : the EAPOL_start is sent to the authenticator by
the user (win XP) but the authenticator doesn't reply to user. and also the radius messages transmit between server and authenticator. what is
the solution ? please help me
another question is : can hostapd used in a wired network at all ?

thanks a lot ...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Disk I/O & Network I/O

HI Team, I am working on ubuntu server through ssh, as its in US and i am in India. From last 4/5 days its working very slowly. It doen'st shows any load or more procsses, but works slowly. For that my senior told me to check Disk I/O & Network I/O of that server. Can anybody help me. I dont... (1 Reply)
Discussion started by: paragnehete
1 Replies

2. Hardware

Disk I/O & Network I/O

HI Team, I am working on ubuntu server through ssh, as its in US and i am in India. From last 4/5 days its working very slowly. It doen'st shows any load or more procsses, but works slowly. For that my senior told me to check Disk I/O & Network I/O of that server. Can anybody help me. I dont know... (0 Replies)
Discussion started by: paragnehete
0 Replies

3. Solaris

problem network with solaris 10 & vmware

Hello The first sorry for mi bad english I install a solaris 10 on vmware. I follow the steps to configure the network, but i can't do work :( I follow the next steps: # vi hosts "hosts" 6 líneas, 82 caracteres # # Internet host table # ::1 localhost loghost workshop ... (10 Replies)
Discussion started by: capilla
10 Replies

4. What is on Your Mind?

Career in Networking & Network Security

Hii i want to make career in networking and i m new in this field could u plz help me what should i do (2 Replies)
Discussion started by: pawan_kumar
2 Replies

5. UNIX for Advanced & Expert Users

Network Shell Script & Blade Logic & Network Security

I am going to take up a position in Data & Network Security. I would need to write network shell scripts doing the following task: Going to around 2000 servers and findout which groups has access to each servers and which ids are there in each group that has access. I need to implement... (1 Reply)
Discussion started by: pinnacle
1 Replies

6. IP Networking

How to find out why the network was down?, now the server is up & running

Hi there, solaris server was not reachable. Now the server is up & running I have to investigate the network logs (where i can get these logs)as such network issues are happening frequently. How to find why the netwrok has gone down ?? Thanx (1 Reply)
Discussion started by: Iqan Zahera
1 Replies

7. UNIX for Dummies Questions & Answers

LJ4300 & LJ5M Printer Network works only sometimes

Hi. I have a HP laseJet 4300 and a HP Laserjet 5M printers connected to our corporative network and their computers sometimes print their works normally and sometimes user have to make their print request twice. In this last case sometimes they isn't any network or OS response until the second... (1 Reply)
Discussion started by: luisben
1 Replies

8. UNIX for Dummies Questions & Answers

HP-UX system & Network Administration II.PDF

Dear all, I plan to take HP-UX cert. EXAM. But, I cannot find hp-ux system & network administration II.pdf file Do you know where can I download?? Do you have? can you send to me? Thank you! (2 Replies)
Discussion started by: hkpcman
2 Replies

9. UNIX for Advanced & Expert Users

wired pages

hi, can any body tell, what are wired pages in HP_UX. which structure contains that and plz tell the corresponding system call to get it. (1 Reply)
Discussion started by: venkat_t
1 Replies

10. IP Networking

How to Network a PowerMac & a PC

Ok, so I'm new to the Unix thing, but I've got 2 old computers that are useless for much now & I want to install some flavor of Unix on both. One is a PowerMac & one is a NEC PC (200 MHz). Is there a certain flavor of Unix (or Linux) that I can install on both so they will communicate? ... (2 Replies)
Discussion started by: Galaxy_Girl
2 Replies
Login or Register to Ask a Question
HOSTAPD(8)							      hostapd								HOSTAPD(8)

NAME
hostapd - IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator SYNOPSIS
hostapd [-hdBKtv] [-P <PID file>] <configuration file(s)> DESCRIPTION
This manual page documents briefly the hostapd daemon. hostapd is a user space daemon for access point and authentication servers. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server. The current version supports Linux (Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211). hostapd is designed to be a "daemon" program that runs in the background and acts as the backend component controlling authentication. hostapd supports separate frontend programs and an example text-based frontend, hostapd_cli, is included with hostapd. OPTIONS
A summary of options is included below. For a complete description, run hostapd from the command line. -h Show usage. -d Show more debug messages. -dd Show even more debug messages. -B Run daemon in the background. -P <PID file> Path to PID file. -K Include key data in debug messages. -t Include timestamps in some debug messages. -v Show hostapd version. SEE ALSO
hostapd_cli(1). AUTHOR
hostapd was written by Jouni Malinen <j@w1.fi>. This manual page was written by Faidon Liambotis <faidon@cube.gr>, for the Debian project (but may be used by others). hostapd April 7, 2005 HOSTAPD(8)