Kupiki-Hotspot-Script icon indicating copy to clipboard operation
Kupiki-Hotspot-Script copied to clipboard

MultiHotSpot

Open kaellau opened this issue 5 years ago • 15 comments

Hi, thanks for the awesome project! I did follow up with your tutorial and script to build the HotSpot and everything is working fine. Now i would have question regarding on multiple HotSpots. My setups:

HotSpot A (freeradius Server A): -freeradius server enabled -chilli enabled -nginx enabled

HotSpot B: -freeradius server disabled -chilli enabled -nginx enabled

HotSpot C: -freeradius server disabled -chilli enabled -nginx enabled

All HotSpots having same: -WiFi interface, SSID, and Channel. -Hardware : RPI 3 -Operating system: Raspbian Stretch

I am able to connect HotSpot B and HotSpot C to freeradius Server HotSpot A, by configuring clients.conf referencing #113 . (Meaning that i can use users that registered from HotSpot A).

According to https://github.com/pihomeserver/Kupiki-Hotspot-Script/issues/43#issuecomment-314054964, how can i roaming from one HotSpot to another without relogin?

I did have a dirty hack for this solution. Since all HostSpots generating different sessions in radacct table, we would just need to insert same session for different stationid(HotSpots).

Do we have any other proper solution for this?

kaellau avatar Sep 27 '18 06:09 kaellau

Hi. Late reply ... I don't think it's possible as when you go on another hotspot, the name is the same but it's another wifi network so that requires a new authentication with user/password. Maybe with the MAC address it could work as it's automatic. To be checked

pihomeserver avatar Oct 01 '18 17:10 pihomeserver

Thanks. I will try to check with MAC address authentication then.

kaellau avatar Oct 02 '18 04:10 kaellau

I'm pretty curious at this one! I just use multiple pi's and add users manually, maybe a sync function is possible for an update?

EasyVoiceTel avatar Oct 03 '18 12:10 EasyVoiceTel

@EasyVoiceTel that's not required you have to use only one instance of Freeradius

pihomeserver avatar Oct 03 '18 19:10 pihomeserver

@EasyVoiceTel that's not required you have to use only one instance of Freeradius

Really how to tie them together?

EasyVoiceTel avatar Oct 03 '18 20:10 EasyVoiceTel

@EasyVoiceTel It is quite simple to link them together actually. You may referencing #113.

kaellau avatar Oct 04 '18 01:10 kaellau

@EasyVoiceTel It is quite simple to link them together actually. You may referencing #113.

Okay I read the topic but does the pie's need to see each other via wifi?

EasyVoiceTel avatar Oct 09 '18 17:10 EasyVoiceTel

No. The point is that you just share the same freeradius server.

pihomeserver avatar Oct 09 '18 17:10 pihomeserver

Like how is there an a to z manual for that? Thanks (still a newbie)

Op 9 okt. 2018, om 19:49 heeft Pi Home Server [email protected] het volgende geschreven:

No. The point is that you just share the same freeradius server.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pihomeserver/Kupiki-Hotspot-Script/issues/134#issuecomment-428286457, or mute the thread https://github.com/notifications/unsubscribe-auth/AkjvDJ3TE_2uaOZ-eudwHzFuLanHBP4dks5ujOGSgaJpZM4W8As0.

EasyVoiceTel avatar Oct 09 '18 17:10 EasyVoiceTel

Look at the original post. On "slave" pi in the coova configuration set the param for the radius ip server with the ip of the master one. Of course it must be reachable !

pihomeserver avatar Oct 09 '18 18:10 pihomeserver

any reason why you would want this kind of setup @12e1121 ?

reigelgallarde avatar Apr 18 '19 12:04 reigelgallarde

@reigelgallarde That could be useful to have only central place to declare, store and mange users for different access points

pihomeserver avatar Apr 18 '19 13:04 pihomeserver

@pihomeserver Indeed. However, I seems can't make sure every connections / packets from multiple access points route to central place.

kaellau avatar Apr 18 '19 13:04 kaellau

Anyway, I asked because this might not be the ideal setup.

Like, why not use some outdoor AP that has a wider range? Because I've read his setup has the same WiFi interface, SSID, and Channel... Thinking, if the hotspot is just in one area, wider range AP should be suitable solution...

reigelgallarde avatar Apr 18 '19 13:04 reigelgallarde

@reigelgallarde I think it is a different scenario. My intention is to increase the number of APs and one Master AP control of multiple salves AP instead of improve the range of AP.

kaellau avatar Apr 18 '19 15:04 kaellau