Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st May 2009, 11:30 PM
Michale Offline
Registered User
 
Join Date: Dec 2006
Posts: 50
Wireless Users On Fedora 7 (Restricting wireless hotspot usage)

I have set up a small Mesh Wireless Hotspot at a local Flea Market. My plan is to add in one of those HotSpot services for billing and such..

But until I have enough users to justify that expenditure, I am just going to manually set up accounts.

The system is all up and running as an OPEN SYSTEM. Users are able to access the net just fine thru my existing setup.

My question is, how can I create user accounts so that users of my wireless network will have a username and password that they can log in with.

Any hints/tips/help would be most appreciated..


M
Reply With Quote
  #2  
Old 3rd May 2009, 02:33 AM
Michale Offline
Registered User
 
Join Date: Dec 2006
Posts: 50
Doing a little more research, it's looking like I need to set up a Radius Server.

Am I on the right track??


M
Reply With Quote
  #3  
Old 3rd May 2009, 03:39 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Radius should work for that. (I've only done some very mild dabbling with it, so can't be much help with specifics.)

There is an article on it at linuxhomenetworking.com about using it in conjunction with LDAP.

F7 is, as far as I know, EOL however, (end of life) meaning it won't, (again as far as I know) get any sort of security updates. I don't know how important this is for you.

If you find a good howto about it, please do post--this sounds interesting and I suspect that as time goes on, many folks might find it helpful.
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #4  
Old 3rd May 2009, 10:47 AM
Michale Offline
Registered User
 
Join Date: Dec 2006
Posts: 50
ACK!!

I hadn't realized that this really hasn't been done before.. I am not much of a trailblazer. Not so much from lack of desire as from not being well-versed in the subject matter.

I would have thought there would be a lot of pre-packaged WISP or HotSpot packages for Linux. I am finding out that this really isn't the case.

Oh well, once more unto the breach...

Thanx for the replies.
Reply With Quote
  #5  
Old 3rd May 2009, 11:15 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
I would have thought the same. Yes, blazing a trail can be very difficult.

I'm not at all familiar with running such a thing. Does Windows and/or Apple make it easy?

There's a good chance it has been done, maybe you'll have to google, playing with different search terms, and suddenly come across your perfect howto.

There's also a reasonable chance that someone will see this thread after the weekend--the forums are often slower during the weekends, and there's the chance (not a great one, but it exists) that you'll get some helpful replies after the weekend.

Sorry I can't be of more help.
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #6  
Old 3rd May 2009, 11:17 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
One thing I can do (and did do), is change the thread title a bit, making it a bit more likely that someone familiar with the topic will stop to read it. Titles like wireless users often tend to be overlooked by busy people just browsing thread titles.
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #7  
Old 3rd May 2009, 07:58 PM
Michale Offline
Registered User
 
Join Date: Dec 2006
Posts: 50
'Preciate the mod on the title.. Hopefully that will help..

I wouldn't have thought creating users for internet access would be such a major headache.. I really don't have the user base to go thru a commercial HotSpot service, but it might be worth it, just to avoid the headaches...

Thanx again....



M
Reply With Quote
  #8  
Old 5th May 2009, 01:14 PM
Michale Offline
Registered User
 
Join Date: Dec 2006
Posts: 50
Still haven't found any info on this..

Once again, I am struck by the lack of available info. I simply can't believe that using a Linux Box in this manner is so unique.

Then it occurred to me that my terminology might be the fault. Perhaps I am just not using the correct nomenclature in my searches.

Basically, I want to set up an ISP. Or, to be more accurate, a WISP. But any search on that term yields hundreds of results on how users can set up their ISP info on their server, but no results on how an ISP can set up users..

So, it MUST be my terminology.. With that in mind, can any thesaurus minded people come up with the "official" term for what I want to do?

Thanx

M
Reply With Quote
  #9  
Old 5th May 2009, 01:35 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
I'm only guessing. But if the wifi is open, then wouldn't this reduce to authenticating against a proxy. i.e., proxy throws you to a default login page, if the credentials pass then out you go. Alternatively (probebly flying by seat of pants) wouldn't a little php or pearl modify iptables to forward them?
Reply With Quote
  #10  
Old 5th May 2009, 01:43 PM
Michale Offline
Registered User
 
Join Date: Dec 2006
Posts: 50
Quote:
Originally Posted by beaker_ View Post
I'm only guessing. But if the wifi is open, then wouldn't this reduce to authenticating against a proxy. i.e., proxy throws you to a default login page, if the credentials pass then out you go.

This sounds like a HotSpot service type setup. I DO have an account on one of those services (WiFiGator) but I am not sure I want to use it as I am not sure my customer base would be large enough to need it. But, as I indicated above, if it is the easiest way to get around this issue, then.....


Quote:
Alternatively (probebly flying by seat of pants)
Welcome to my world..


Quote:
wouldn't a little php or pearl modify iptables to forward them?

That might be a way to go, but that is way above my pay grade, knowledge wise..


Here is a depiction of my setup:

http://anything-goes.us/temp/RouterMapSJFM.jpg

Basically, I want to create a setup whereas when a user connects to any of wireless routers is taken to a login page where they login and then given access to the NET.


M
Reply With Quote
  #11  
Old 5th May 2009, 01:47 PM
kevmif Online
Registered User
 
Join Date: Dec 2004
Location: Australia
Posts: 473
Doesn't squid handle authentication?
I.E anyone can connect but iptables limits traffic to http and squid does the rest?
Reply With Quote
  #12  
Old 5th May 2009, 01:49 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
Proxy = squid with auth module on your network.
Reply With Quote
Reply

Tags
fedora, hotspot, restricting, usage, users, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora wireless - how the wireless and network software controlls the card blwegrzyn Servers & Networking 13 4th October 2008 06:58 AM
pure-ftpd restricting user data usage QWERTY? Servers & Networking 3 30th March 2006 08:51 AM
restricting users to specfic applications djrichar Using Fedora 3 1st March 2006 01:50 PM


Current GMT-time: 15:00 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat