hk887 Posted December 11, 2014 Share Posted December 11, 2014 Hi, After I updated to the new firmware there is an open ap and a secure ap option. Is there any way to disable the open ap if I only want the secure ap to broadcast? I know you can hide the open ap ssid but I don't want it to show up at all. The only way to I got it to go away was using the wifi management infusion, but If it do that it causes problems when I try to use my usb wifi adapter in client mode. My usb adapter keeps getting disabled every time I try to connect to an ap. I just want to broadcast my secure ap. Thanks Quote Link to comment Share on other sites More sharing options...
m40295 Posted December 11, 2014 Share Posted December 11, 2014 A quick solution is make the name a space and make it hidden. For karma you would want a open ap My setup is. Wlan0. Ap Wlan1 mon0 Wlan2 usb client Works great Quote Link to comment Share on other sites More sharing options...
SergeantFTC Posted December 11, 2014 Share Posted December 11, 2014 That's not a real fix if you don't want to make your network open to anyone who know how to use a passive network scanner. We don't all want to run karma all of the time. Quote Link to comment Share on other sites More sharing options...
m40295 Posted December 11, 2014 Share Posted December 11, 2014 The fix is easy make both wpa2 Quote Link to comment Share on other sites More sharing options...
SergeantFTC Posted December 11, 2014 Share Posted December 11, 2014 You can't, at least not from the webinterface. If we're talking about doing it manually through SSH, I'm sure there's got to be a way to disable the open AP entirely. Quote Link to comment Share on other sites More sharing options...
m40295 Posted December 11, 2014 Share Posted December 11, 2014 (edited) I just got some free time I will figure it out For ya. Thru the web interface goto WiFi Manager find your open connection. Wlan0. remove config. Or edit to your liking Edited December 11, 2014 by m40295 Quote Link to comment Share on other sites More sharing options...
hk887 Posted December 11, 2014 Author Share Posted December 11, 2014 I already tried Wifi Manager, it seems to cause problems with the network infusion. After I removed the config and apply the change it still broadcasts the hidden open ap. So I rebooted the pineapple, and once it boots up it displays the default ssid the pineapple comes with. So it just overwrites the deleted config with the default. I would really love to see the disable check box option that is available for the secure ap. It seems it forces you to use the open ap. Quote Link to comment Share on other sites More sharing options...
hk887 Posted December 12, 2014 Author Share Posted December 12, 2014 If I edit the open ap config in wifi management I can change it to be secure, however my usb adapater (Wlan 2 gets disabled everytime try to do anything with it if I use wifi manager) If I go into network to change the mac address on wlan2 it says it changed then just has a blank address in the slot, then it gets disabled. I have to unplug and replug my usb adapter to see it again. If I try to connect to an ap in client mode with my usb adapter it gets disabled. So I removed wifi manager and reset wireless settings. When I go into network to change mac address on my usb adapater it works just fine, when I try to connect to an ap with my usb adapter it works just fine. So wifi management infusion is conflicting with the network infusion. Just using the network infusion I can do everything I want to except remove the open ap that starts by default. Quote Link to comment Share on other sites More sharing options...
DataHead Posted December 12, 2014 Share Posted December 12, 2014 what about ifconfig wlan0 down? or ifconfig wlan0-1 down the new firmware added a virtual device branched from wlan0, thus 2 AP's ( on wlan0 and wlan0-1 ) one of those is the open pineapple network, the other is the wpa secured one. i'd imagine the open one is on wlan0. try bringing that interface down and see if that will do the trick, and if so, set it to a boot mode dip switch. as i havent tested this yet Quote Link to comment Share on other sites More sharing options...
TitaniumRat Posted December 14, 2014 Share Posted December 14, 2014 datahead is right, I was doing exactly that until I decided to secure them both. ifconfig wlan0 down will disable the unsecured SSID. I was kind of lazy and just added the command to /etc/rc.local to disable at boot. if you ever need it, you can just run `ifconfig wlan0 up` and it will be active until your next reboot. I decided to secure them both with WPA2 from the command line. so, here's how mine looks now(also added freeradius): config wifi-device 'radio0' option type 'mac80211' option hwmode '11ng' option macaddr '00:13:37:a5:39:34' option htmode 'HT20' list ht_capab 'SHORT-GI-20' list ht_capab 'SHORT-GI-40' list ht_capab 'RX-STBC1' list ht_capab 'DSSS_CCK-40' option channel '1' config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option ssid 'Pineapple5_3934' option key 'SharedSecret' option server '172.16.42.1' option port '1812' option encryption 'wpa2' option hidden '0' config wifi-iface option device 'radio0' option network 'lan' option mode 'ap' option ssid 'wpa2' option disabled '0' option encryption 'wpa2' option key 'SharedSecret' option server '172.16.42.1' option port '1812' is there some reason for the unsecured network? I would just try to remove it, but I'm affraid something depends on it being there.. Quote Link to comment Share on other sites More sharing options...
m40295 Posted December 14, 2014 Share Posted December 14, 2014 is there some reason for the unsecured network? I would just try to remove it, but I'm affraid something depends on it being there.. Wlan0. Open ap is needed for karma Quote Link to comment Share on other sites More sharing options...
TitaniumRat Posted December 14, 2014 Share Posted December 14, 2014 ah, thanks. just got mine, so I'm catching up. better to disable/reenable than to secure, in that case. it's a shame that it's not in its own network. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.