View Single Post
Old 05-02-2013, 05:31 PM   #15
LRond
Junior Member
LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.LRond can self-interpret dreams as they happen.
 
Posts: 7
Karma: 20000
Join Date: Oct 2012
Device: Kindle Touch
here's a short report:

tried to install KUAL BBB filters but it won't solve my problem.

next i installed WPA Enterprise, this is the config i wrote down:
Spoiler:

Quote:
ssid LRond
scan_ssid 8
key_mgmt WPA-PSK
pairwise CCMP
group CCMP
proto RSN
psk 12345678
priority 5


I also connected the AP to the internet now but it still refuses the connection, all other devices still run perfektly with and without internet connection ...

here is also my hostapd and dnsmasq config, i use to run the AP, it should be ok so far
Spoiler:
hostapd.conf
Spoiler:
interface=wlan0
driver=nl80211
#dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=LRond
country_code=DE
#ieee80211d=1
ieee80211n=1
hw_mode=g
channel=8
beacon_int=100
dtim_period=2
auth_algs=3
wmm_enabled=1
wpa=2
rsn_preauth=1
rsn_preauth_interfaces=wlan0
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP
wpa_passphrase=12345678

dnsmasq.conf
Spoiler:
# Never forward plain names (without a dot or domain part)
domain-needed
# Only listen for DHCP on wlan0
interface=wlan0
# create a domain if you want, comment it out otherwise
#domain=Pi-Point.co.uk
# Create a dhcp range on your /24 wlan0 network with 12 hour lease
# time
dhcp-range=interface:wlan0,192.168.2.2,192.168.2.200,12 h
# Send an empty WPAD option. This may be REQUIRED to get windows 7 to
#behave. dhcp-option=252,"\n"
LRond is offline   Reply With Quote