Slashdot Mirror


Wireless APs in Homebrew Coffee Shops?

An anonymous reader writes "Having seen lots of complaints about the overpriced T-Mobile Wireless APs in Starbucks ($10/hr) got me thinking about setting up a wireless AP for the small, family-owned coffeeshop in my town under the tip jar model. I'm assuming ~$100 for the router, ~$500 for a PC to use to control quotas (to prevent over-zealous Kazaa users, block spammers and script kiddies and other would-be abusers) - but what software should I be using? Do enough people have 802.11a/g cards that it would be worth it to invest in that rather than an 802.11b router?" Has anyone considered making a Linux distribution for use by cybercafes, to handle wireless access and anything else such an outfit might need?

"Since this is a medium (50,000-ish) size town, and pretty much everyone in the coffee shop is a regular, would a tip jar model work? I'm figuring suggest a donation - what should I set that at?

Finally, keep in mind that the owner is not a geek - I'd be doing this when not studying (I'm a college student), so this would be set up over the summer, and most of the maintenance would be done on the weekends and/or via SSH.

Any other thoughts would be appreciated."

523 comments

  1. Check out Austin wireless by yar · · Score: 5, Informative

    http://www.austinwireless.net/cgi-bin/index.cgi
    T hey've got several low-cost setups all around the Austin area.

    1. Re:Check out Austin wireless by nSignIfikaNt · · Score: 1

      What if you just require a minimum purchase amount for the free use of your wireless internet connection? You could set up a tier program or something. Say 1hr for min $5 purchase, 2hr for $9, etc...

      --
      I'm not a karma whore but I play one on Slashdot
  2. wep key on receipt! by realyendor · · Score: 4, Insightful

    Print the WEP key on the receipt, and change it daily.

    1. Re:wep key on receipt! by Joe+U · · Score: 2, Insightful

      That's a great idea for us geeks, but too complex for the average Joe.

      Tech support would eat up too much time.

    2. Re:wep key on receipt! by Golias · · Score: 5, Interesting

      Anybody wired enough to feel they need their laptop with them when they are drinking coffee at a mom & pop cafe is probably one of us geeks... at least, enough of one to know how to set a WEP key.

      --

      Information wants to be anthropomorphized.

    3. Re:wep key on receipt! by boobsea · · Score: 1

      Its this kind of attitude that will drive people away from your business.

      There are people out there who have laptops who ARENT geeks who would come in.

      No WEP (Whats the point, anyway?), and use something like NoCatAuth.

    4. Re:wep key on receipt! by squarefish · · Score: 1

      this is far from the truth- most apples and ton of pc laptops now come with wireless cards preinstalled. they want the easiest setup possible. free and ad hoc is best.

      --
      Creationists are a lot like zombies. Slow, but powerful and numerous. And they all want to eat our brains.
    5. Re:wep key on receipt! by nolife · · Score: 2, Interesting

      Don't be so sure, geeks can figure it out but the business types that have wireless will not. We have wireless in our office. We set the users up for use in our office but we get tons of calls because they can not get it working at the airport, client sites, Starbucks, hotels, and even at their own house. Some of them even have problems getting the wired rj45 working at those same locations which requires no configuration.

      --
      Bad boys rape our young girls but Violet gives willingly.
    6. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      Why even bother with Wep ? I set up rotating weps once. Easy enough ? Sure, but I am not going to do it again.

    7. Re:wep key on receipt! by Anonymous Coward · · Score: 4, Informative

      I would agree with you if the customers could benefit from the encryption, but since WEP doesn't support per-connection keys, they gain no security. A WEP key is (registration key kind of) long, so even if the customers know how to set it, it is an unnecessary burden. I'd hand out short simple one-time passwords with every beverage. Then redirect new/expired MAC addresses to a webpage where the customer enters the password (use HTTPS), upon which the webserver grants access for a limited time. This way you keep complete freeloaders and people who would make camels proud out. Don't use WEP, it creates a false sense of security.

    8. Re:wep key on receipt! by Perl-Pusher · · Score: 5, Insightful
      Just block the IP ports. You can block mail ports , kaaza etc. Hell block everything except http,https,ftp and DNS.That will stop anyone from abusing it, it can usually be setup in the wireless gateway/router.

      I have a linksys system in my home that is working fine in that capacity, plus by putting the router in a location low only about 4-5 feet off the ground, you pretty much limit the working range to just inside your establishment. If you use 2 routers one wireless one not, you can block access to the companies computers to the wireless users again it can be done on the routers themselves, no extra PC needed.

    9. Re:wep key on receipt! by Anonymous Coward · · Score: 5, Informative

      Don't block UDP/500<->UDP/500 (ISAKMP), UDP/4500<->UDP/4500 (NAT-T), IP protocol 50 (ESP) and IP protocol 51 (AH). Same goes for TCP/1723 and IP protocol 47 (GRE). You don't want to keep out business people who need to access the company (IPSec/PPTP) VPN.

    10. Re:wep key on receipt! by ejp · · Score: 1

      Obviously you don't have a mac. Move mouse to corner of screen, pick WiFi connection. Move mouse back. Surf. That's it. Works flawlessly, 100% of the time.

    11. Re:wep key on receipt! by Ryosen · · Score: 4, Interesting

      As stated below, modifying the WEP key is beyond a large percentage of users. A better approach would be to use your gateway box as a proxy server (which you would be doing anyway) and use a common logon id. Change the password for the account daily and print the day's user id and password on the receipt.

      Users are much more familiar with this approach and it is no more complex (less actually) than the revolving WEP.

      --

      Ryosen
      One man's "Troll, +1" is another man's "Insightful, +1".
    12. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      yea, everytime a customer can't figure out how to get online just tell them it's their fault for not owning a Mac. That'll be really good for business.

    13. Re:wep key on receipt! by D'Sphitz · · Score: 0, Flamebait

      no you're not an idiot at all are you?

    14. Re:wep key on receipt! by andy1307 · · Score: 1

      Wouldn't that require the users to change their browser settings to use a proxy server?

    15. Re:wep key on receipt! by curtlewis · · Score: 2, Interesting

      Don't block SMTP or POP thank you. Block my mail and I won't be a happy wi fi customer.

    16. Re:wep key on receipt! by twistedcubic · · Score: 1

      I should tell this to T-Mobile. I was in the Dallas-Fort Worth airport last week and had trouble working through a VPN.

    17. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      There's absolutely no way a sensible operator would leave outgoing TCP port 25 open without registering every user. Spammers and (probably worse) worms would be causing havoc. It's in your best interest to have no way of retrieving your mail or sending SMTP-auth mail over an unencrypted connection anyway. The standard TCP ports for encrypted mail are: 465 (SMTP-over-SSL), 995 (POP3-over-SSL), 993 (IMAP-over-SSL).

    18. Re:wep key on receipt! by ZackSchil · · Score: 1

      I agree that you don't need to encrypt the network. I have a linksys (b and g) wireless/4 port wired switch/router that I bought at Best Buy. It works perfectly and has enough features to allow you to block/open ports via a web-based interface. From that same interface you manage the wireless network. Here's a breakdown of what you can do according to the Linksys documentation.

      Filters

      The Filters screen allows you to block or allow specific kinds of Internet usage. You can set up Internet access policies for specific PCs and set up filters by using network port numbers.

      Internet Access Policy

      This feature allows you to customize up to ten different Internet Access Policies for particular PCs, which are identified by their IP or MAC addresses. For each policy designated PCs, during the days and time periods specified. (Which includes denying access altogether to offending machines)

      Filtered Internet Port Range

      To filter PCs by network port number, select Both, TCP, or UDP, depending on which protocols you want to filter. Then enter the port numbers you want to filter into the port number fields. PCs connected to the Router will no longer be able to access any port number listed here. To disable a filter, select Disable.

      Check all the values and click Save Settings to save your settings. Click the Cancel Settings button to cancel your unsaved changes.


      Pretty powerful features. It also allows you to look up clients on the DHCP table, etc.. Plus, it only cost $79. With the Linksys, you could then even allow wired connections for people at the table sitting closest to the device. And yes, remote administration is an option too. And I don't work for Linksys if you're wondering; I'm just endorsing a product I bought a few days ago and have been very happy with.

    19. Re:wep key on receipt! by frostman · · Score: 2, Interesting

      What if your cash register won't easily print custom strings on the receipt? Or you don't want your staff messing with the cash register settings?

      Assuming you have your router/firewall nicely blocking abusable ports, you could just write the WEP key on a card by the tip jar. Smaller than the "Support Community Internet" sign of course ;-)

      A lot of routers support ASCII keys, so the staff can think up funny ones to use and the customers won't have to sit by the tip jar while entering the key.

      As for "no access without purchase" or somesuch, think of it like reading the magazines. If someone plops down to surf and is too cheap to buy a coffee, it's at the staff's discretion to tolerate them or not. Same for excessive downloading - just like if someone's hogging all the magazines, it's usually enough to just point it out to them.

      I would also put a nice silent little mini-itx system somewhere so the staff can easliy change the WEP key a couple times a day and can check e-mail when bored. And I'd have that little station free for customers too, just don't hog it.

      A good way to prevent hogging of a free terminal in a cafe is to make it a little conspicuous. You have to stand up to use it, and there's no way to really hide what you're doing from others. Have a place to put down your coffee but no workspace. I've seen this done and it works great - people check their email or look something up on the net and don't stand there forever preventing others from using it.

      As for the technology, 802.11b is probably enough for any normal sized community cafe, but you'd want g for bigger college-town setups.

      I think it's a Good Thing for the customers who don't already know about WEP to at least learn enough to change the key. Print up a little flyer with simple explanations and a bit of propaganda about open-source and community networking, etiquette, etc.

      And of course the little stand-up terminal should run a sweet desktop Linux (or *BSD), which would likely be a first impression of free software for a lot of people.

      You're ready to go for under $500 plus the broadband fees.

      Man, now I just need to open a cafe!

      --

      This Like That - fun with words!

    20. Re:wep key on receipt! by Anonymous Coward · · Score: 0
      Users are much more familiar with this approach

      Actually, the only place that most users ever encounter proxy servers is at work, where an IS staff is responsible for setting up their desktop to connect to it for them.

    21. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      Or just set a quota. No one is going to spam if there's a 1 meg limit per connection.

    22. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      Transparant proxy server, anyone?

    23. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      Make your coffee table placemats/menus into mini advertisements for the Wireless access. Somewhere on it you could have support tips on how to get the access working with whatever OS you happen to have.

      I know Macs aren't the easiest thing to use with a Linksys AP for example.

    24. Re:wep key on receipt! by sky_fire · · Score: 1

      What software/hardware are you running to do this? It sounds exactly like something I've thought about doing before but at the time couldn't figure it out.

      --
      -- Proud member of the Jello Sex Cult.
    25. Re:wep key on receipt! by austad · · Score: 2, Informative

      Don't block UDP/500UDP/500 (ISAKMP), UDP/4500UDP/4500 (NAT-T)

      Actually, NAT-T ports vary between vendors. Cisco uses 10000, Nortel uses 10001 or 10002. And the admin of the VPN concentrator can change that to whatever port he wants. Just allow all UDP through and it will work fine.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
    26. Re:wep key on receipt! by Angst+Badger · · Score: 4, Informative

      Hell block everything except http,https,ftp and DNS.

      Great, so you can browse the web and transfer files to insecure sites. But then you can't send or receive mail, make secure file transfer (scp) or shell (ssh) connections, or use any kind of instant messaging client. In other words, if your idea of internet access is limited to passively absorbing web pages, you're covered, but if you were thinking of actually doing anything, it's useless.

      If you want to avoid abuse of a tiny wireless network, what you're mostly going to be concerned about is bandwidth consumption. There are quite a few tools for controlling bandwidth consumption under Linux; check them out. If you aren't providing all available bandwidth to the first user who tries to hog it, neither Kazaa abusers or coffee-swilling part-time spammers are going to cause you much grief.

      If you want to get a bit more fine-grained than that, there are a buttload of tools to help you monitor what your users are doing, and many of them are scriptable and can set off some kind of alarm if someone is behaving badly.

      In any event, you'll offer a much better service if you block only those things which you want to always avoid from the outset, and install tools to help you detect and interrupt the occasional abuse of otherwise innocuous services.

      --
      Proud member of the Weirdo-American community.
    27. Re:wep key on receipt! by aonaran · · Score: 1

      all you need is one or two 486 class Linux PCs and NoCatAuth
      to set up a gateway server and an authentication server. It can regulate the access of anonymous users and grant better access to authenticated users. (anonymous users can be set up to only be allowed to certain sites ...the auth server as a minimum... or given really limited access to the net , your decision.) User passwords are kept in a MySQL database, so you can have a program change the user ids and passwords on a regular basis.

    28. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      Hear hear, transparent proxies are beautiful for situations like this. First request is caught by the proxy and redirected to a login page, password is on the reciept.

      After that, it's smooth surfing.. Not a bad plan.

    29. Re:wep key on receipt! by fishbowl · · Score: 1

      If you block ssh, I've got to go to another coffee shop and put my money in their tip jar instead.

      --
      -fb Everything not expressly forbidden is now mandatory.
    30. Re:wep key on receipt! by Perl-Pusher · · Score: 1

      It's a coffee shop not your ISP! You should be using your ISP's webmail or secure ports (Authenticated using TLS not 25). You can open 143, 110 etc. But incoming smtp is not going to happen! The idea here is for the average customer to be able to get mail, browse the web, maybe download a file and thats it. The message in my post is it can be done for under $100, if you don't try and charge for the service.

    31. Re:wep key on receipt! by bit01 · · Score: 1

      Don't block ports unless you have a specific reason to. I'm continually irritated by control freak administrators who think they know better than me what I want to be use the network for. Do you know how many different network programs there are out there? You can't possibly know them all. eg. Traceroute uses a sequence of arbitrary ports and is a useful tool when you're having network problems to determine where the problem is.

      More generally, denying services just because you can is the sign of an administrator who doesn't understand that the common case is normal operation, not breakin.

      ---

      It's wrong that an intellectual property creator should not be rewarded for their work.
      It's equally wrong that an IP creator should be rewarded too many times for the one piece of work,
      for exactly the same reasons.
      Reform IP law and stop the M$/RIAA abuse.

    32. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      uh, no.

      You can send mail, use kazaa and many other things through port 80 or 22222 or 46856, get my point. It might stop some people, but then they may complain "hey I can't send email" while a spammer sits there and tunnels through sending me viagra offers.

      Use WEP. please use WEP.

    33. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      No but you are!

      I didn't know you were in Penny Arcade damn mac zealots.

    34. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      "Obviously you don't have a mac. Move mouse to corner of screen, pick WiFi connection. Move mouse back. Surf. That's it. Works flawlessly, 100% of the time." while I'll admit, that is handy.. its also the reason for this remote exploit

    35. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      And don't forget to leave the ssh port (22) open as well.

    36. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      kazaa will now go over http or https so port blocking will not do any good

    37. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      Even better...

      Provide a common four digit number on the receipt that changes daily. Set your firewall to deny access by MAC address. If the MAC is denied, forward all requests to a "welcome" page asking for the user to type in the number from their receipt. Once entered, that MAC is added to the daily "allowed" list.

      All done, and without the user having to know hardly anything about using a computer. :-)

      Better yet, for users who really just want to use it from home all the time, or for users who are there often, you could offer to keep their MAC unblocked on a monthly basis for a certain base fee.

    38. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      No, it's not. Read more carefully.

    39. Re:wep key on receipt! by Anonymous Coward · · Score: 0

      T-Mobile at DFW Airport works fine with my company's Nortel Contivity-based VPN.

    40. Re:wep key on receipt! by MerlynEmrys67 · · Score: 1
      As for the technology, 802.11b is probably enough for any normal sized community cafe, but you'd want g for bigger college-town setups. Uh... why does it matter what the technology is - the router just beyond the access point is going to go into what ? A 1.5 Mbit up/down link DSL connection ?

      What do you even need more than 802.11b for anyway - let me guess, you expect the custommers to be sharing file access between themselves ?

      So stick with 802.11b - unless for some strange reason you can find a g AP cheaper than b.

      --
      I have mod points and I am not afraid to use them
  3. I think your estimates are way too high by IronTek · · Score: 5, Insightful

    You can get 802.11b routers for 20 bucks AR now (and why bother with g if it's a tip-jar method).

    Further, it probably doesn't even require $500 for a PC capable enough to do the job...if you have any computer shows in your area, you could probably just pick up an old (but reasonably loaded) PIII box for ~$100-$150.

    With those kinds of prices, the coffee shop should go for it!

    1. Re:I think your estimates are way too high by The+One+KEA · · Score: 2, Informative

      That sounds reasonable - I run a dedicated Linux firewall on a P-!!! 933MHz with 512MB PC133 SDRAM on a Soyo SY-7VEM, and it works quite nicely as a firewall, Samba master browser and DNS server. The processor, mobo, and case (with PSU) came out to approx. $300, IIRC.

      The parent was right - try going to a nearby computer show, you'll probably find something fairly cheap that will do the trick.

      --
      SCREW THE ADS! http://adblock.mozdev.org/ Proud user of teh Fox of Fire - Registered Linux User #289618
    2. Re:I think your estimates are way too high by Golias · · Score: 5, Funny

      Or, for that matter, pick up a used X-Box for about $125 and use the 007 hack to load Linux on it. Then you don't have a PC tower taking up precious restaurant space, just a tiny game console tucked under the counter somewhere.

      --

      Information wants to be anthropomorphized.

    3. Re:I think your estimates are way too high by tallman68 · · Score: 5, Informative

      Might as well stick with b, if a b/g radio sees a b signal, the speed drops for all. Unless you hard set it to "g-only" then you lose most of your "customers".

      Unless you want to put in 2 radios, but this is tip jar.

    4. Re:I think your estimates are way too high by HermanZA · · Score: 1

      Yup, no need for a PC. Just use a proper AP and disable ports 25 and 110 to block e-mail spammers. This will cost about $60 or so, plus a high speed modem and $10 pm for net access.

    5. Re:I think your estimates are way too high by Aardpig · · Score: 4, Informative

      Further, it probably doesn't even require $500 for a PC capable enough to do the job...if you have any computer shows in your area, you could probably just pick up an old (but reasonably loaded) PIII box for ~$100-$150.

      One caveat, however, which has bitten me on the ass before. Some wireless cards (esp. ones made by D-Link) are designed for use with PCI 2 compliant motherboards. Unfortunately, most Pentium III motherboards are based on PCI 1, and won't even "see" a PCI 2 card. Accordingly, before you shell out on a 802.11b PCI card, check that it will work in your "legacy" machine.

      --
      Tubal-Cain smokes the white owl.
    6. Re:I think your estimates are way too high by djqed · · Score: 5, Interesting

      I don't even think the coffee shop would need to charge anything for it - no tip jar or anything. I go regularly to a cafe in my city (SF) which has free WiFi. The cafe is nearly always comfortably full - not impossible to get a table, but most seats are taken. Meanwhile, other cafes around town which charge for access or have no access at all are nearly empty during a weekday. I think the increased business from having the service would pay for itself in one or two days of extra sales. You could argue that WiFi encourages people to sit there for hours on 1 coffee, but personally if I'm there for a few hours or more I get a sandwich and a cookie in addition to my 2 drinks, which I would never pay for at this coffee shop otherwise.

    7. Re:I think your estimates are way too high by Hanji · · Score: 0, Funny

      ... just a tiny game console...
      XBox. Tiny Game Console. Riiiiiight....

      --
      A Minesweeper clone that doesn't suck
    8. Re:I think your estimates are way too high by aldoman · · Score: 1

      That will also block anyone sending or recieving POP3 email - which is likley to be quite a lot of your client base. However, I'd just get a Wireless access point with a MAC filtering blacklist so you can ban anyone spamming, using kazaa too much from the network...

    9. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      You can spam through port 110?

      News to me.

    10. Re:I think your estimates are way too high by diersing · · Score: 1

      If the PC is to be hidden and out of site, I assumed the author would be using a WAP at the very least. Depending on the size of the shop and to ensure maximum strength, I'd also expect the WAP to be in plain site (even if sitting atop a shelf or something).

    11. Re:I think your estimates are way too high by azav · · Score: 1

      I'm in SF. Where is your free coffee shop? All the ones in the Marina are for money.

      --
      - Zav - Imagine a Beowulf cluster of insensitive clods...
    12. Re:I think your estimates are way too high by Lumpy · · Score: 4, Informative

      you can do it with far less hardware.

      802.11b is the absolute maximum you should go. it's silly to go higher when your Internet access is slower than 802.11b with 10 users on that same access point.

      next you need a firewall, a P-1 166 will do it perfecly and handle twice the load that you will ever see ... this is a freebie most anywhere... no hard drive needed just get frasierwall or freesco single floppy firewall distros... you MUST firewall off your wireless from you and your internet... consider it more hostile than the internet ever could be.

      now go to here and get their system that works great and will solve most all your worries.

      Oh and be sure to survey your entire area to be sure there is good access in every sitting location but not much available outside your desired coverage area.

      basically, if you already have a commercial T-1 or other business level internet access in your building you can get it installed and running for less than $200.00 in hardware and a couple of weekends of time.

      --
      Do not look at laser with remaining good eye.
    13. Re:I think your estimates are way too high by anon*127.0.0.1 · · Score: 1

      I had the same problem with the Linksys card I bought my Dad for Christmas. Dropped it into his PII machine and Win98 wouldn't even detect the card. A little bit of time searching tech support revealed that the card needed a mobo that supports PCI bus mastering, whatever the hell that is. I was faced with getting a USB wireless card (which would have required an OS upgrade to XP or 2000) or a hardware upgrade.

      Soooooo... bit the bullet. New mobo and processor and memory and video card. Merry Christmas, Dad!

      --
      I am NOT a man!
      I am a free number!
    14. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      You could run all of that bullshit on an old Pentium-100, with 64MBs of RAM, and still have plenty of horsepower, even while pumping 50Mbit+ through it. It dosen't take a big computer to do this shit; not by any means.

      However, if he wanted to run a Squid cache for his shop--for any number of reasons (It would be a good idea, at any rate (security and bandwidth concerns), then a system such as yours might be called for.

      Holy shit, even a lowly 400Mhz compaq desktop that I picked up for a total of $120 (monitor, mouse and keyboard included) handles exactly this and it dosen't ever break a sweat... Even WITH a kaaza abusing cousin, and a grandma who surfs eBay ALL DAY.

      TIP for anyone planing to make a PC firewall: Just get something cheap and quiet; something that dosen't mind living in a closet. It's more than enough to handle whatever you can throw at it.

    15. Re:I think your estimates are way too high by squarefish · · Score: 1

      shit, you could be playing diablo on that machine- my dedicated linux firewall is an old 386 with 16MB ram and a 800 MB HDD. and it was free

      --
      Creationists are a lot like zombies. Slow, but powerful and numerous. And they all want to eat our brains.
    16. Re:I think your estimates are way too high by weave · · Score: 1
      I can top that. Well, not trying to be a show off, just sharing my experiences. I ran a 486-66 with 32 megs of RAM using RH 7.3 (no X) as my house firewall (with 5 internal hosts) until recently. It had no problem slurping crap from the net at 5 megabits/sec (before comcast did caps), had a long list of firewall rules and even ran a squid proxy server and name caching server for the house's hosts and never really broke a sweat. I just recently had to "upgrade" it to a p1-200 with 64/megs because gamespy would blow out the NAT connection track table when refreshing tables and I didn't want to manually add a few thousand more entries to it due to lack of RAM. Other than that, it had no problems.

      Point being, you can do some insanely cool things with very little hardware and Linux. But I'm probably preaching to the choir.

    17. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      Yeah, until the shop goes broke defending itself in court for a DMCA violation...

    18. Re:I think your estimates are way too high by possible · · Score: 2, Informative
      People have had good luck with the Soekris hardware for these types of applications. In particular, they make tiny x86 computers that you can mount on the wall, they are optimized for wireless applications (they run Linux, *BSD) and they have very low power consumption and no moving parts. TechTV ran an article on how to build a Linux-based WAP with the Soekris Net4521.

      I've been using one of their older models, the Net4501, for over a year now as an OpenBSD firewall. It's nice to have a configurable firewall in my home office that makes zero noise whatsoever.

    19. Re:I think your estimates are way too high by Anonymous Coward · · Score: 2, Interesting

      it would be insane to use a PCI card. use a Accesspoint and then an ethernet card in the pc.

      cheaper, 802.11b accesspoints are $20.00 at best buy. pci cards that are linux compatable, are much harder to find, and are usually more expensive.

      never EVER use a wireless pci card for anything except long range link points.

    20. Re:I think your estimates are way too high by arth1 · · Score: 4, Informative
      Might as well stick with b, if a b/g radio sees a b signal, the speed drops for all. Unless you hard set it to "g-only" then you lose most of your "customers".

      Modern 802.11g equipment, i.e. everything made or flashed after the standard was finalized, will support CTS. In a mixed b/g environment, this ensures that any device being cleared to send will be able to do so at its full speed.

      What's more detrimental to speed is if someone talks on a 2.4GHz cordless phone or nukes something in the microwave.

      Regards,
      --
      *Art
    21. Re:I think your estimates are way too high by Anonymous Coward · · Score: 1, Interesting

      Some POP daemons let you send mail. It's an odd hack that lets you use the authenticated connection to send mail without doing the pop-before-SMTP thing.

      So, sniff someone's POP session, replay it, then use that command to send some spam. It's far fetched, but it could work.

    22. Re:I think your estimates are way too high by dnnslbrwn · · Score: 1
      and $10 pm for net access

      My question is where do you get access for a model like this? I know that my cable company would get mad quickly if I started letting 30 odd users start using my non-commercial net access?

      Oh... and I WISH that I could get access for $10.

    23. Re:I think your estimates are way too high by MikeXpop · · Score: 1

      If it's going to be that cheap (or cheaper, as the other replies to you have shown), the tip jar method might be better off as to ask for a machine. I'm sure there'd be quite a few geeks who wouldn't mind giving up an old PII in order to have wireless internet at their favorite cafe.

      --
      Etiquette is etiquette. He kills his mother but he can't wear grey trousers.
    24. Re:I think your estimates are way too high by nolife · · Score: 1

      Would you even need a PC? Wouldn't the router do everything you needed?

      Before I got my various home router appliances, I was using a two NIC 486/66 with 32 ram running Freesco from floppy. I even had it configured for dialup access if needed. Finding memory for something that old may be hard but I'm sure there are many unemployed Pentium 1's looking for a job.

      --
      Bad boys rape our young girls but Violet gives willingly.
    25. Re:I think your estimates are way too high by gregmac · · Score: 1
      Might as well stick with b, if a b/g radio sees a b signal, the speed drops for all. Unless you hard set it to "g-only" then you lose most of your "customers".

      I think you're overlooking something here: what is the point of using g? b equipment is cheaper, and since we're talking about shared broadband here - ie. total bandwidth is 1 to 3 mbps - 11mbps is more than enough.

      I use only b equipment on my laptop (with a router at home and at the office) and the only times it's not quite enough is when i'm copying large files, or installing a program from the network. These are such rare situations that I can find something else to do while waiting, or I can simply plug in a cat5 cable. To spend an extra few hundred dollars to get g is simply not worth it.

      As far as at a coffee shop, these speeds are likely to never be needed. Typically people will be checking email, using IM, and maybe visiting a webpage or two.

      --
      Speak before you think
    26. Re:I think your estimates are way too high by medscaper · · Score: 1
      What's more detrimental to speed is if someone talks on a 2.4GHz cordless phone...

      Yeah, we had to go buy one of the new 4.x or 5.x gigahertz phones to stop it from interfering with our already thinly-stretched network.

      Works like a charm, now, though. Highly recommended Panasonic.

      --
      Any sufficiently well-organized Government is indistinguishable from bullshit.
    27. Re:I think your estimates are way too high by AGMW · · Score: 1
      Good point ... my home network has a wireless modem (Buffalo AirStation g54 as it 'appens) plugged into my cable modem (& I laugh at your 10 USD with my 25 UKP/month!).

      My PC's connect good as gold, as does anyone walking past I expect! The AirStation has all sorts of stuff inside, like firewalls etc. No PC required!

      --
      Eclectic beats from Leeds, UK
      handmadehands.co.uk
    28. Re:I think your estimates are way too high by mcspock · · Score: 1

      Great idea, buy used hardware and hope whoever built it knew what they were doing. Also hope the power supply is stable, and the box itself can handle switching millions of packets and multi-month uptimes.

      Back to reality, buying a dedicated box makes more sense. A friend of mine runs this company, where all they do is build 802.11x routers, access points, and mesh networks. Instead of getting some random PC and a questionable quality non-upgradeable 802.11b ap, he'd end up with a (linux based) ap/router with authentication, quotas, etc. There are other companies out there that do this same work, i just dont have URLs off hand.

      But that's just my opinion.

      --
      -- Patience is a virtue, but impatience is an art.
    29. Re:I think your estimates are way too high by pointbeing · · Score: 1

      Why bother with g at all? The WAP isn't gonna pass data faster than the pipe feeding it :)

      --
      we see things not as as they are, but as we are.
      -- anais nin
    30. Re:I think your estimates are way too high by dknj · · Score: 1

      Why not use FreeBSD instead of redhat? My home gateway has been a 486-33 with 32megs of ram since 97 running FreeBSD with natd. I have never had a problem with gamespy refreshing servers (in fact I have had on numerous occasions three machines refreshing servers with gamespy at once).

      Point being, you can do some insanely cooler things with very little hardware and FreeBSD. But i'm probably going to be modded as flaimbait.

    31. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      If this is in a coffee shop won't most people be using laptops? So they will probaly be using PCMIA (or however that acronym works, i don't own a laptop and you are clever enough to know what i am talking about) and not PCI.

    32. Re:I think your estimates are way too high by rcamera · · Score: 1

      the router will probably do everything needed, but you need at least one machine 'wired' into it to set up the AP in the first place. once it is configured properly, you'll still need at least one machine wired to the AP in case something goes wrong.

      --
      Wave upon wave of demented avengers March cheerfully out of obscurity into the dream
    33. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      Run the firewall from a Compact Flash card.
      I use Freesco with an IDE/CF adapter, (and ahave a matching, configured floppy in the drive in case of problems, but haven't needed it) and not having to worry about relying on delicate floppy disks is a relief.

    34. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      I agree that it should be setup with 802.11b, but not for cost reasons alone. 11mb/s is more than a cheap wan link is ever going to have for bandwidth, plus it's the lowest common denominator for wifi and wouldn't have any problems with newer wifi standards (a/b, g). Although those standards are supposed to be backwards compatible as well.

      linksys 802.11b wifi ap/router was ~$50 last i checked. or just an ap would be ~$20

    35. Re:I think your estimates are way too high by fm6 · · Score: 1

      So you don't get a wireless card. The only reason to have one is so you don't have to buy a wireless router. But wireless routers are extremely cheap, so why bother? The only job for the PC is to filter packets.

    36. Re:I think your estimates are way too high by SirCrashALot · · Score: 1

      That or compgeeks.com. I bought 4 athalon 900s with 128 mb ram, case, power supply, cheap video card and 6.7 gb HDs for about 125 each.

    37. Re:I think your estimates are way too high by UnrefinedLayman · · Score: 1

      What card did you purchase? I have a D-Link DWL-520+ PCI 802.11b card in a Dell V400 -- that'd be an Intel 440 BX motherboard designed for use with slot 1 PII/PIII processors -- and it has always worked fine, and worked fine right out of the box.

      The computer was purchased in 1999, the card about six months ago. Can I ask what your setup is?

    38. Re:I think your estimates are way too high by Aardpig · · Score: 1

      Can I ask what your setup is?

      Sure, I have a D-Link DWL-520 (original, not "plus"), and the mobo in question was an Abit BX6r2 (1998 vintage, 440 BX chipset, slot 1 PII/PIII). The mobo is PCI 1 rather than PCI 2, and never managed to see the DWL-520.

      --
      Tubal-Cain smokes the white owl.
    39. Re:I think your estimates are way too high by n7ytd · · Score: 1

      Or, just set up everything for free and extract the "tips" needed from the credit card numbers you harvest at the gateway.

      Hint: +1 Funny

    40. Re:I think your estimates are way too high by vees · · Score: 2, Interesting

      I agree completely! Remember the ComputerWorld article about wireless access at Panera Bread restaurants?


      In fact, Shaich considers free Wi-Fi to be such an essential marketing tool that he dismisses any discussion of ROI. "What is the ROI on a bathroom?" asked Shaich, pointing out that the day of pay restrooms in restaurants has long since passed.


      Perhaps just amend the note on the tip jar: "For excellent service AND wireless access!"

    41. Re:I think your estimates are way too high by decok · · Score: 1

      How about a NETBIOS broadcast message to "encourage" ordering a refill, or to market a 10 minute special for WiFi users.

      --
      are we there yet?!?!
    42. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      You can do IPMasq, more complex firewalling, logging, enforce quotas (like on SMTP for example), caching, and proxying with a PC gateway.

    43. Re:I think your estimates are way too high by ckaminski · · Score: 1
      You can get 802.11b routers for 20 bucks AR now (and why bother with g if it's a tip-jar method).

      Really? Care to point some out to me?

    44. Re:I think your estimates are way too high by elixx · · Score: 1

      Hell, I use a Pentium 166 (which I got for free, was about to be trashed by a local pawn shop), a cheap NIC that I had laying around, and a Linksys PCI card that cost $90 at the time, running Slackware and the 'hostap' kernel modules to function as my WAP. You can probably get such a card for ~$60 nowadays.

      --
      No, Beowulf clusters can't imagine in Soviet Russia.
    45. Re:I think your estimates are way too high by np_bernstein · · Score: 1

      I'd spend a couple of extra bucks for a box capable of running squid -- most of the people are going to do things like check their mail @ hotmail.com or read the nytimes or whatever: no need to download all of those images time after time.

      --
      RandomAndInteresting.comdefending the world from stupidity since 1979
    46. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      What does this have to do with the parent?

    47. Re:I think your estimates are way too high by Anonymous Coward · · Score: 0

      *cough* tiny? Xbox? :-)

    48. Re:I think your estimates are way too high by oe1kenobi · · Score: 1
      Uniden WNR2004 802.11b AP/Router with one PCW300 802.11b PC Card for US$19.99 after $30 mail-in rebate.

      I just ordered one today. Check FatWallet.com's Hot Deals forum for deals such as this all the time. If I was more on-the-ball, I could have gotten a WAP for free after rebate in weeks past.

      --
      -Richard L. Owens
    49. Re:I think your estimates are way too high by dragonman97 · · Score: 1

      When I visited SF, I found the Golden Gate Perk to be a very nice Internet cafe. They offered free wireless, with a revolving key handed out with your receipt. Alas, on my really old Win95 laptop, which I just lug about as portable TTY (I pretty much run PuTTY full screen on it exclusively), refused to configure itself correctly, so I paid a small amount of money to use their workstations, and the owner allowed my to hook up my computer to the wired network, in lieu of the computer I would otherwise pay to use. From a security point of view, I much preferred this scenario, as everything went encrypted between my laptop and my server, with no risk of keystroke loggers. Furthermore, due to some glitch, the PCs there just refused to address a server of mine, the IP address and/or DNS was just being flat out denied, so the laptop was the best solution (it would have been great if the wireless would have worked :-/) - and besides, who doesn't love links?

    50. Re:I think your estimates are way too high by Tmack · · Score: 1
      Ive run several nat/firewall boxen from old 386s using Coyote Linux. The machines had a whopping 8MB ram, a floppy drive, and 2 10bT NE2000's. If you ask around, Im sure someone would be glad to get rid of such a system for $0, if they haven't already tossed it out already.

      Tm

      --
      Support TBI Research: http://www.raisinhope.org
    51. Re:I think your estimates are way too high by MacFury · · Score: 1
      Might as well stick with b, if a b/g radio sees a b signal, the speed drops for all. Unless you hard set it to "g-only" then you lose most of your "customers".

      Doesn't matter either way, the bottle neck will be the bandwidth of the net connection. I doubt the coffee shop will shell out $$$ for an 11Mbps internet connection.

      You can find WAP's and wireless routers for $5-$10 if you know where to look. There was a uniden out for $5 after rebate.

    52. Re:I think your estimates are way too high by weave · · Score: 1
      Point being, you can do some insanely cooler things with very little hardware and FreeBSD. But i'm probably going to be modded as flaimbait.

      Sigh, I'd hope not. Interesting, thanks. I don't tinker much with BSD (beyond using Mac OS X). I have an RHCE and use Redhat professionally so it kinda makes sense for me to try to make things work in that environment, although I try not to keep on blinders to the benefits of other platforms. Thanks!

    53. Re:I think your estimates are way too high by dspyder · · Score: 1

      I don't think I've ever heard the terms "X-Box" and "tiny game console" used in the same sentence!

      Besides, what do you need a hard drive and a relatively high-powered graphics card for anyway?

      Keep it simple, power, heat and space efficient.

      --Darren

    54. Re:I think your estimates are way too high by drinkypoo · · Score: 1

      I have a couple of linksys USB wireless-b NICs and they work fine on Windows 98 SE. Actually, on a K6/2 300 I managed to pull over a megabit copying, and play VCD-bitrate MPEG1 video. (hey, what do you want from a 300MHz K6?) I got them working on my linux system with some difficulty, also.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    55. Re:I think your estimates are way too high by arth1 · · Score: 1
      Yeah, we had to go buy one of the new 4.x or 5.x gigahertz phones to stop it from interfering with our already thinly-stretched network.

      I'd recommend a 900MHz digital cordless phone instead, for those who doesn't want to interfere with their WiFi. The reasons are:

      1: All current 5.8GHz phones have a bloody huge antenna sticking out of them. This will hopefully improve soon.

      2: The range of 5.8GHz phones is very short compared to 2.4GHz, and even shorter compared to 900MHz. Typical max usable (YMMV) ranges are:
      900MHz: 250m
      2.4GHz: 100m
      5.8GHz: 50m (and does not penetrate walls well)

      Regards,
      --
      *Art
    56. Re:I think your estimates are way too high by bill_mcgonigle · · Score: 1

      and why bother with g if it's a tip-jar method

      And his 'net uplink is probably less than 4 T1's anyhow...

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  4. router by Anarke_Incarnate · · Score: 3, Informative

    Well....figure on it this way. Each router or access point does not give 11mb (more like 3-6mb in actuality) to each node, but they end up sharing it. I suggest you invest in a switch, a regular router and some access points.

    1. Re:router by Anonymous Coward · · Score: 0

      Except with normal web surfing you shouldn't have use for that much bandwidth.

      Most DSL and Cable modem are only offered at 1.5Mb - 3.0Mb. It's not really worth worrying about when the chockpoint is not the AP but the Internet connection.

    2. Re:router by Rhys · · Score: 5, Insightful

      Figure it's all going through a 150kb uplink and you're worried about the wireless bandwidth?

      --
      Slashdot Patriotism: We Support our Dupes!
    3. Re:router by Anarke_Incarnate · · Score: 1

      Running it off of a regular ADSL or consumer cable system would probably violate the TOS of that agreement. They would need business DSL of about 768/768 or a 3mb/1.5mb business cable type service. Do you think you can have about 20 people comfortably served when they are all doing things such as downloading their stock info, or checking and sending email (with pictures, movie clips, etc) on 150k up without complaining Just cuz it is free doesn't mean they won't complain.

    4. Re:router by decepty · · Score: 1

      spend the extra $10/month for "business grade" DSL where you get a 1.5MBps uplink... problem solved...

      --
      Be careful! Bears shouldn't consume large furry dogs.
    5. Re:router by afidel · · Score: 1

      Where the hell do you live that you can get 1.5Mb up DSL for 'the extra $10/month'. Everywhere I've seen 768/128 ADSL runs around $40-50 month and business class SDSL with that kind of bandwidth runs more like $200-300/month.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  5. No PC by martingunnarsson · · Score: 1

    Try without the quotas and stuff first, perhaps bandwidth hogs won't be a problem. This way you don't have to buy a PC. Or perhaps there are routers with these functions built in?

    --
    Martin
    1. Re:No PC by Anonymous Coward · · Score: 0

      Plus, this being a small cafe, it's not the same problem as a city block sharing a digital cable line. If anybody is hogging bandwidth, you can just tap them on the shoulder and tell them to knock it off.

    2. Re:No PC by toganet · · Score: 1

      Yeah -- the Uniden wireless router I just got for $20 AR has 'parental access controls' built in -- they let you block certain sites, subnets, etc, and it has packet filtering and port-forwarding, so you could block certain ports or whatever.

    3. Re:No PC by Graff · · Score: 5, Insightful
      If anybody is hogging bandwidth, you can just tap them on the shoulder and tell them to knock it off.

      Except when the hog is a neighbor who has discovered the free access and is running a Kazaa file sharing client or doing some other high-bandwidth use activity. Remember, this is wireless - the person using the bandwidth might not always be visible to you.
    4. Re:No PC by martingunnarsson · · Score: 1

      Exactly, that neighbour will probably be the one who uses the connection most, with or without Kazaa, yet he won't have to pay a penny.

      --
      Martin
    5. Re:No PC by mengel · · Score: 3, Funny
      If that happens, invest in a roll of steel screen or chicken wire hooked to a ground wire...

      Just put it between you and the neigbor where it won't block your customers.

      --
      - "History shows again and again how nature points out the folly of men" -- Blue Oyster Cult, 'Godzilla'
    6. Re:No PC by mike260 · · Score: 4, Interesting

      Except when the hog is a neighbor who has discovered the free access and is running a Kazaa file sharing client or doing some other high-bandwidth use activity. Remember, this is wireless - the person using the bandwidth might not always be visible to you.

      It should be pretty easy to spot this kind of thing...keep an eye out for out-of-hours connections to the wireless access point and block their MAC address.

    7. Re:No PC by CrazyTalk · · Score: 1

      Umm - why not just shut the router down after hours? Sure fire way of no one hacking into the system!

    8. Re:No PC by mike260 · · Score: 1

      Because it's the simplest way of detecting and *permanently* blocking the offending machines.

    9. Re:No PC by PCM2 · · Score: 1
      keep an eye out for out-of-hours connections to the wireless access point and block their MAC address.
      Unless there's some option I'm missing, my Netgear access point does not log when users come on/offline.
      --
      Breakfast served all day!
    10. Re:No PC by programmeratarms · · Score: 1

      Ummmm, all 802.11 cards I've encountered have software-adjustable MAC addresses.

    11. Re:No PC by aonaran · · Score: 1

      Unless there's some option I'm missing, my Netgear access point does not log when users come on/offline

      If that's the case he should not buy a netgear.
      Linksys I know for sure does log MAC addresses in the DHCP log.
      Mind you the DHCP log doesn't help if they hardcode an IP.

      Something like nocatauth on a small PC running Linux would solve these issues, because then everyone would have to authenticate with a username and password and that could be logged quite easily.

    12. Re:No PC by Slack3r78 · · Score: 1

      Just to add in, D-Link routers also provide a list of DHCP clients. D614+ in my case, but I'm fairly sure this is a standard thing for D-Link as all the D-Link routers I've used have had the same interface with the features for the particular router added in. Netgear seems more popular with the geek crowd than D-Link, but I've found their software to be more flexible and their hardware to be more reliable, at least in the last year or so.

    13. Re:No PC by toddestan · · Score: 1

      Of which, most users don't know how to set. Or even know what a MAC address is. Besides, after they have changed it a few times, and have gotten banned, they may give up and go elsewhere.

    14. Re:No PC by sootman · · Score: 3, Insightful

      "...keep an eye out for out-of-hours connections..."

      Or, better yet, unplug* the WAP at night--100% hackproof!

      * even easier to maintain: put it in an outlet that's connected to a wall-mounted lightswitch-style switch. At night, turn it off with the lights.

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    15. Re:No PC by Graff · · Score: 1
      keep an eye out for out-of-hours connections to the wireless access point and block their MAC address.

      Right, my main point is that there is no simple answer like keeping the access point 100% open thinking that you'll automatically spot an abuser. You really need some sort of router between the access point and the internet which has the ability to log accesses, limit connection times and bandwidth use, and provide some sort of accountability in case some one does abuse your connection to do something nasty.

      When the feds come knocking on your door claiming you just tried to hack into NORAD you want to be able to point to your logs and say, "It's not me playing Global Thermonuclear War, it's this guy!"
  6. cafe software by computerme · · Score: 2, Interesting

    this is not exaclty what you asked for but if you start to add more internet stations to the mix maybe you will need something like this:

    http://www.baspe.com/baspecafe.html

    1. Re:cafe software by tindur · · Score: 2, Interesting

      My mother has a small cafe and she is getting an ADSL line there. Does a solution exist for putting Linux and a browser on a pc so that the guests could surf but not do any harm? Could you start a browser instead of a window manager? Would if be possible to use codes for surfing? You wouldn't want any one person to hog the machine...

    2. Re:cafe software by Pionar · · Score: 2, Offtopic

      Here is a mozdev project designed to do just that.

    3. Re:cafe software by nelsonal · · Score: 1

      I heard about a laundrymat that uses knoppix cds and just reboots on each use. The other advantage is that it keeps the hardware costs low too. Our libraries use a checkout/honor system, you sign up for a 30 min slot, and then are free to continue until someone asks you to move.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
  7. What's next? by Craig3010 · · Score: 0, Funny

    Bluetooth at the local crack den?

  8. consider g by glucoseboy · · Score: 1

    I would consider g because of the higher bandwidth support. That higher bandwidth should translate into supporting more simulatneous users in the coffee shop. Assuming of course that the ISP connection is relatively high.

    1. Re:consider g by Anonymous Coward · · Score: 0

      I fuckin doubt he's got a T3 or better into the coffee shop. If its DSL or Cable that'll be capped under 6Mbps, so I don't think the wirless bandwidth is an issue.

  9. Try Sputnik... by drdreff · · Score: 2, Informative

    http://www.sputnik.com/ has more of what they are doing now, but 18 months ago I was using their boot-cd linux distro on a laptop to create an AP.

    --
    As seen on Wired: Get a free desktop PC
  10. nocat.net has exactly what you need by Anonymous Coward · · Score: 1, Informative

    The later versions even do throttling.

  11. Keep it simple. by Anonymous Coward · · Score: 1, Insightful

    Speaking as a small-town WISP, I'd recommend that the coffee shop owner look at it as an advertising expense, and don't bother charging. And from a technical perspective, don't bother with bandwidth throttling, either. Just stick with 802.11b at first, too. See if it makes any difference to the shop's bottom line. If the owner thinks it's valuable, they'll keep it. If you fiddle with it endlessly, they won't see the value.

    1. Re:Keep it simple. by schodackwm · · Score: 1
      The AC above probably has the right idea in suggesting that the "shop owner look at it as an advertising expense."

      The "(T)ip jar model" usually isn't a business plan; rather, it tends to be merely wishful thinking.

      ...and, consider:

      • Does coffee shop already have highspeed access with excess bandwidth?
      • If so, do the prospective customers have easy local alternatives?
      If the answer to the first is "yes," no sweat; otherwise better get a good handle on what bandwidth is going to cost the shop.

      And if "yes" to the second, are the folk who don't already avail themselves of that access also prospective coffee-shop customers?

      (all the above said, writer would be a customer, since he comes from a backwater where broadband of any flavor (satelite links excepted, cuz' can't find one with any kind of uplink bandwidth) is just a pipedream.)
      --
      [this sig has been trunca
    2. Re:Keep it simple. by tchdab1 · · Score: 1

      Here in Berkeley there are several independent coffee shops along Shattuck avenue (downtown) with wireless B access and no charge for it, and no special tip jar (other than the usual one). One small shop has a sign out front - "free internet access".
      They are often packed with, apparently, students and their laptops. It's been going on for most or all of 2003.
      In other words, it seems to work for some.

    3. Re:Keep it simple. by HermanZA · · Score: 1
      Most APs allow you to force the connection speed to a fixed value. So if bandwidth hogs are a problem, set it to 1Mbps.

      You don't need a PC for that.

  12. Kazaa? by Anonymous Coward · · Score: 1, Informative

    I'd block Kazaa altogether. Freedom of whatever, blah, blah, but you're setting yourself up for legal action if you're knowingly letting your customers do this... and they're eating YOUR bandwidth for free.

    Personally, I'd use OpenBSD to do the firewalling/routing.

    HOWEVER, DO NOT USE AN OPEN AP --- FORGET WEP KEYS TOO!

    Set up a proxy server for all net access. Rotate the UN/PW combo and as someone else similarly suggested, PRINT THE PROXY SERVER PW on the receipt. This way you'll be protected from MALICIOUS WARDRIVERS.

    1. Re:Kazaa? by sgtron · · Score: 1

      he's not setting himself up for anything but angry customers if he starts blocking kazaa. he has nothing to fear from the riaa/mpaa/etal.. since he would be given common carrier status and therefore be immune.."I don't know what they do with the internet.. I provide it, they pay for it, after that I don't know or care what they do"..

      Your proxy server idea is good though.

      --
      No todo lo que es oro brilla
    2. Re:Kazaa? by mdpye · · Score: 1

      Kazaa is a pretty bad thing to have on your network though, one running instance with no active "traffic" regularly swarms our home network and makes it *very* difficult for any real traffic. Now in this case I just tend to go downstairs and kill the offending kazaam, or just unplug him from the switch if I'm feeling lazy (you can tell who it is by the LED which is blinking like a strobe...), but if people are payingt then there's going to be trouble...

      MP

    3. Re:Kazaa? by emo+boy · · Score: 1

      Hello he said he wouldn't have much time to work with it since he's a student. I would not really suggest OpenBSD just for that reason alone.

    4. Re:Kazaa? by homer_ca · · Score: 1

      If it's not Kazaa, it'll be another P2P app like Bittorrent, Edonkey or Gnutella, all bandwidth hogs. If you don't do some kind of traffic shaping, you WILL need to block them because they'll use all available bandwidth.

    5. Re:Kazaa? by Anonymous Coward · · Score: 0

      I am a student too and I learned and set up OpenBSD as a firewall / router in about 4-5 hours. It comes with an excellent setup walkthrough. BSD folks aren't they typical "RTFM" Linux assbelonkers.

    6. Re:Kazaa? by nolife · · Score: 1

      you're setting yourself up for legal action if you're knowingly letting your customers do this

      I think common carrier covers that.
      Another point..
      File sharing and P2P are not illegal. What people upload and download might be but the same thing applies to bittorrent, email, ftp, http, archie, gopher, irc, im, physically swapping media, writing down code on a piece of paper and many others. Are you gong to ban those too? What % of general use and illegel use would you become liable? (hint: your not).

      --
      Bad boys rape our young girls but Violet gives willingly.
  13. 802.11b for compatability by Anti_Climax · · Score: 3, Insightful

    Even if a lot of people have 802.11a/g cards, you'd probably be best served with 802.11b equipment. It's compatible with the most systems, and serving up broadband to multiple users, you'll probably still have a hard time saturating it to a noticible degree in a coffee shop setting.
    Just my $0.02

    --
    Even people that believe in pre-destiny look both ways before crossing the street.
    1. Re:802.11b for compatability by StarManta · · Score: 1, Insightful

      On a side note, g IS compatible with both a and b... but if my college cafeteria is any indication, only a small portion of users will bring their laptop to eat/drink with them. (I'm often the only one in the 200+ person cafeteria with his laptop open, and this is in a school where most students are *required* to have apple laptops with airport.) So, because of the small number of people using it, you probably wouldn't notice a difference between b and g in bandwidth. I'd go with b.

      --
      StarManta
      I don't think BMW has ever complained about their 2% marketshare. Neither has Apple.
    2. Re:802.11b for compatability by Anti_Climax · · Score: 1

      g is not compatible with the 802.11a spec. They don't even use the same frequencies. There is dual spec hardware, but there is no compatability between a and g themselves.

      --
      Even people that believe in pre-destiny look both ways before crossing the street.
  14. don't buy expensive hardware, get refurb for cheap by Anonymous Coward · · Score: 0

    $500? Heck, you should be able to get a 500 MHz machine with onboard ethernet, which companies are throwing away these days, for $150. Pop in a $10 ethernet card and install IPCop and you're good to go.

  15. But what would you call it? by madgeorge · · Score: 3, Funny

    Java Desktop System is taken, I believe. :)

  16. I've done something similar... by Binestar · · Score: 3, Informative

    You can do what you are looking to do very inexpensively (not counting time) if you get a Linux supported PCMCIA card and a Toshiba SG-20. The SG-20's are available for ~$200 (Cheaper on ebay I'm sure) and they have a built in 7 port hub, 1 external interface, and a PCMCIA slot which you can put the wireless card into and setup an ad-hoc network for wireless users.

    I currently use the SG-20's for a managed firewall solution for small businesses which I run Gentoo on. (You can substitute your Distribution of choice of course)

    --
    Do you Gentoo!?
  17. $500?! Are you nuts? by Anonymous Coward · · Score: 0

    Just get an older computer (200-500 mhz), setup IPCop with some bandwidth shaping and throttle those ports down. Heck, I'd even firewall it to maybe web, mail (pop3/imap, no smtp), aim/icq/msn/irc, and possibly ssh. The next version of IPCop will be even better for wireless setups. For hardware, consider something like the Netgear WAG311 "dual band" adapter, and cover all the bases.

    1. Re:$500?! Are you nuts? by decepty · · Score: 1
      Heck, I'd even firewall it to maybe web, mail (pop3/imap, no smtp), aim/icq/msn/irc, and possibly ssh.
      ..can't rule out telnet :)
      --
      Be careful! Bears shouldn't consume large furry dogs.
  18. Some thoughts here by dzym · · Score: 1

    Get a decent dual-mode A/G or tri-mode A/B/G access point, and skimp a bit on the computer hardware.

    I would be surprised if you couldn't bring the price down to around $300 in total.

    You can set up a NAT/firewall easily enough using iptables on any 2.4 kernel'd linux, but I'm not sure how you could handle quotas and I've never ever figured out traffic-shaping in linux--and I doubt many have.

    1. Re:Some thoughts here by Aviancer · · Score: 1
      I've never ever figured out traffic-shaping in linux--and I doubt many have.

      RTF HOWTO =)

    2. Re:Some thoughts here by dzym · · Score: 1

      If you can actually understand that mumble-jumble, you're a better nerd than I.

  19. Re: Popularity by Silverkm · · Score: 2, Informative
    What kind of popularity are you expecting?
    20 people sharing a single dsl/cable line would not be very practical, so you would have to factor in the cost of a faster internet connection.

    Do enough people have 802.11a/g

    If you go with 802.11g router it will support both b/g and if you go for a 802.11b router, almost all 802.11g cards will support it.
    Although, 802.11g built in cards, (most new notebooks) from my experiance have a hard time connecting to 802.11b. As for 802.11a, forget it, because no one will have a card for this, and it's rare that there is any compatability, because it using the 5 ghz frequency

    --
    "After I'm dead, I'd rather have people ask why I have no monument than why I have one." - Cato the Elder, aka Marcu
  20. Building Wireless Community Networks by aheath · · Score: 4, Informative
    O'Reilly Associates has a book on this topic called Building Wireless Community Networks. The Second Editon was published last June. The ISBN is 0-596-00502-4.

    I have not read the book, but I have looked at the table of contents and the index. The book looks to be a designed to answer many of the questions that you have asked. Hopefully someone on Slashdot has read the book and can tell you if it will help you in your effort to set up a wireless network at your local coffee shop.

  21. use a FreeBSD Access Point by Chuck+Bucket · · Score: 5, Informative

    Get a WiFi card (I got a Netgear MA311 refurb from Fry's for 30$), an old PC, configure it running FreeBSD to serve as an access point for your wireless network. Here's a great HOWTO:

    Configuring a FreeBSD Access Point for Your Wireless Network

    CB

    1. Re:use a FreeBSD Access Point by KrispyKringle · · Score: 1

      As much as I am a fan of FreeBSD, it seems that ipfw/natd leaves a lot to be desired. I recently finished up a project at work to pretty much duplicate NoCatAuth (we sorta wish we'd known about it before we started). We were debating between Free, Open, or Linux. We chose Linux. The ability to specify rule precedence is key to our design--adding and removing rules for authenticated users--and as far as I could tell from the docs (I'm far more familiar with iptables anyway), natd requires actually reloading natd to add nat rules, and on Open you still can't specify rule orders without reloading all the rules, either. Correct me if I'm wrong, though.

    2. Re:use a FreeBSD Access Point by quantum+bit · · Score: 1

      You might want to look at ipfilter/ipnat. I run that on my router at home because I find it to be much more flexible than natd. ipnat is kernel based and rules can be loaded / removed hot.

      It's part of the base distribution -- you just have to use "options IPFILTER" rather than IPFIREWALL in the kernel.

  22. NoCAT by veskoteque · · Score: 0

    NoCAT is a nice tool that is available for exactly that kind of project.

  23. NoCatAuth is all you need by specht · · Score: 5, Informative

    See the Linux Journal article at http://www.linuxjournal.com/article.php?sid=6887

    1. Re:NoCatAuth is all you need by nehril · · Score: 4, Interesting

      a local coffeeshop does just this. they dont use WEP (useless overhead) and it's all 802.11b (why go for the lower range of a or g when you are only sharing a 1.5m DSL uplink anyway??). at the register they have a bunch of preprinted username/password cards you buy for $8 (they are obviously computer generated, each userid/password is unique). $8 buys you an hour, $20 buys you an all-day access card, and I think $30 buys you an all-month.

      The first time you connect to any website you are redirected to a local webserver that prompts you for your name/pass. you key it in, and now your mac or ip is "authorized," and the rest of your connection is completely unrestricted. You cant do anything else until you login to their web server, and once you log in your ID is "used up."

      pretty slick, since it requires zero geekness for whoever is at the register, they just sell cards like any other product. I'm pretty sure their backend is based on nocatauth

  24. Best thing to do - by Anonymous Coward · · Score: 0
    What you want to do is setup somthing like nocat.net. to control the bandwidth used, per hour, let's say, by MAC address.

    Those that go over, you auto-reroute all their requests to tubgirl or goatse.cx

  25. OpenBSD is your friend by isa-kuruption · · Score: 4, Insightful

    Forget about making a Linux distro for this, everything you want to do is available within OpenBSD 3.4 and it's pf software. Basic packet filtering, NAT, user quotas and general bandwidth managment. OpenBSD 3.4 also comes with BIND9 and ISC's DHCP daemon for serving up IP addresses. Best of all, you can do it for the cost of a $100 PC you pick up at the local computer show (say a pentium pro or an earlier pentium II).

    1. Re:OpenBSD is your friend by Anonymous Coward · · Score: 0

      I use a P/133 with OBSD and it runs laps around anything else I've used.

    2. Re:OpenBSD is your friend by damm0 · · Score: 3, Insightful

      If the person asking the question knew enough about the unix way to use OpenBSD, they wouldn't have asked the question in the first place.

    3. Re:OpenBSD is your friend by Anonymous Coward · · Score: 0

      I find these trolls kind of funny. Obviously anyone who calls the BSDs a "waste of bits" has not used any of them, and if they have, they're definitely not knowledgable Unixy people.

      Does anybody honestly think that Linux can replace BSD? Anybody that KNOWS what they're talking about, and has USED both extensively?

      Linux simply can't match the level of care put into some of these BSD trees. I'll use Linux when I need the latest hardware support (just about the only edge Linux has), but for anything serious, it's got to be BSD all the way.

      To me, using Linux is a compromise. You compromise the technical integrity of your system in order to run the latest stuff. BSD may not be able to use certain hardware, or give you very good accelerated 3d, etc., but it's much more ordered than GNUisms plus a million random packages slopped together.

      Many people use Linux because it's easy. I shudder to think how many out-of-the-box Red Hat systems there are online, passing themselves off as "servers". I shudder to think of Red Hat, period, and the way they do things. I'd go so far as to say that distributions like Red Hat are even worse than Windows, and that's coming from somebody that really hates Windows.

      To use something like Red Hat as a server... Would require a LOT of tweaking and stripping down. So much to the point where it's not worth the effort. I pity these Red Hat "admins".

    4. Re:OpenBSD is your friend by Homology · · Score: 1

      If the person asking the question knew enough about the unix way to use OpenBSD, they wouldn't have asked the question in the first place.


      With a default OpenBSD install you have packet filter with bandwidth management, DHCP server and BIND (for caching only) included. No X11, nor any games, or any GUI installed. Very well suited for a gateway on older hardware.

      Installing and setting up a secure OpenBSD gateway is easier, at least for me, than similar setup for SuSE. So I use OpenBSD as gateway or server, and SuSE for desktop.

      Just because OpenBSD does not have a pretty GUI installer or have as high a public profile as Linux, does not imply that it's difficult to install/maintain.

    5. Re:OpenBSD is your friend by rsax · · Score: 1
      I'm going to go off on a different tangent here so please bear with me. This response isn't directly related to the situation described by the author of the story but here goes. I love the BSD OSs but if you're going to set up more than one BSD server then patching them begins to be a chore. You have to use cvs or cvsup on each server and then run make build or make world on each one. Or just build the components whose source files changed with each security update. None of the three main BSD projects officially support binary patches. NetBSD releases binary patches every now and then but they haven't been consistent with each security update. FreeBSD has an unofficial third party project in the works. Most Linux distributions provide binary updates which are GPG signed. In my opinion it is a lot easier to use Debian or SuSE with apt to maintain patches on servers. Imagine setting up 20 to 50 of these wireless gateways based on *BSD and then having to run cvs && make obj && make build && mergemaster,etcupdate on each one instead of just apt-get update && apt-get upgrade.

      Now if you say that what I described here doesn't apply to the poster's dillema since he is only going to set up one wireless AP then you're right, it doesn't. But I just wanted to point out that if he wants to set up more than one and adminster them remotely using ssh then it might be easier to go with Linux.

    6. Re:OpenBSD is your friend by Anonymous Coward · · Score: 0

      Ahh, BSD elitists pretending they're smarter than the "Linux commoners". What a surprise.

    7. Re:OpenBSD is your friend by gleman · · Score: 1
      I don't want to sound pissy, but one guy setting up coffeehouse WiFi isn't the same as Enterprise level admin of linux or BSD servers.
      Imagine setting up 20 to 50 of these wireless gateways based on *BSD and then having to run cvs && make obj && make build && mergemaster,etcupdate on each one instead of just apt-get update && apt-get upgrade.
      50 wireless gateways=one hella large coffee shop and under FreeBSD, if I can't remember make installworld, make buildworld. I shouldn't even try to run a coffee shop of this magnitude.
    8. Re:OpenBSD is your friend by Anonymous Coward · · Score: 0

      20 to 50 OpenBSD boxes? Think "release sets"

  26. The "tip jar business model" by NateKid · · Score: 3, Funny

    kinda reminds me of people who plan to make a profit giving software away for free...

    1. Re:The "tip jar business model" by pointbeing · · Score: 1
      We use the "tip jar business model" successfully at work for our office coffee fund. Works just fine.

      If the fund runs dry nobody gets any coffee - and in the five years we've been running the fund that's only happened once.

      We told all the coffee drinkers we wanted to maintain $300 in the fund to buy supplies and if necessary, replace the office coffeepot - it's one of those big Bunn coffeemakers. When the coffee fund has >$300 we take the tip jar away until it doesn't have $300 in it any more.

      Works like a charm - and I think it'd work with WiFi too. If yor WAP isn't self-supporting then turn it off until it is. If it's worth the $100 a month the DSL line probably costs I think your customers will support it.

      The difference between tip jar WiFi and tip jar software is that you can turn off the WAP if it's not self-supporting :)

      --
      we see things not as as they are, but as we are.
      -- anais nin
  27. Packet shapers on WiFi by Anonymous Coward · · Score: 0

    The prevention of bandwidth hogging would likely require usage of a packet shaper. The only ones I am aware of, are large, expensive rack-mounted boxes for use in corporate environments. I wonder if anyone has a simple, similar solution for use in "Every-Day Life".

  28. Start small by jcsehak · · Score: 2, Insightful

    I'd start with b, and if the service pays for itself (ie, if people are cool about the tip jar), upgrade to g later, and put a sign up like "the program's a success, so I upgraded!" That way people'll feel like their tips are really contributing.

    --

    c-hack.com |
  29. do you think folks would really abuse it? by la_phoenix · · Score: 1

    seems like in a smallish town where most/all customers are regular you aren't going to see people in there bogging down the network w/ KaZaA. am i hopelessly optimistic? if this is pro bono work, too, you probably could get folks to donate parts if you really want a PC to be part of the package.

  30. Possible suggestion by Warthog9 · · Score: 1

    Though this might not be EXACTLY what you are looking for your router pc might want to run a NoCat server, at least force people to authenticate via a "yes I won't do stupid stuff" model and give them the ability to even possibly paypal you the money as well as a tip jar somewhere for it?

    Just an idea, and NoCat really isn't all that hard to setup and it can "control" as many waps as you have on the network (mind you it will control EVERYTHING on the network not just the waps) worth a look as several companies and government entities have/are setting up nocat control boxes in the town I live in to control wifi access either so they get paid or so you are forced to accept a certain TOS.

    1. Re:Possible suggestion by Gudlyf · · Score: 3, Insightful
      "...at least force people to authenticate via a "yes I won't do stupid stuff" model..."

      Not to mention you'll probably want all sorts of disclaimers for people to outright accept if they're willing to risk using your network. Someone could possibly find their account had been hacked and assume it was your "mom-and-pop operation" that mishandled the data floating through the air, or that the server you setup got hacked, allowing all data to be sniffed -- with WEP, the data through the air is encrypted, but unless the user is using SSL or some other encryption, the data from the server to the internet is not encrypted.

      --
      Trolls lurk everywhere. Mod them down.
  31. Soekris by Anonymous Coward · · Score: 1, Informative

    Why spend $500 on a noisy, failure prone PC when you can buy a small embedded computer that acts as an access point and a router? A Soekris net4521 is an excellent choice at $235. You can even get a high power 802.11b PCMCIA card, pigtail, and antenna kit

    The OS work is already done for you as well, check out m0n0wall for a complete FreeBSD solution with a fancy GUI config system, or one of the small Linux AP distros, or roll your own. I run OpenBSD on mine.

  32. Gear by NetJunkie · · Score: 1

    I see a lot of people already recommending elaborate setups. But really, a simple 802.11b router will do the job. Sure, it maxes out at maybe 6Mb/sec for consumer gear, but how fast is the Internet connection? If you have a 2Mb/sec cable modem it doesn't matter how many users are in the shop, the bottleneck is still the Internet.

    I also don't think you'll have a big problem with Kazaa users and the like. It's a small coffee shop, right? Think someone is going to sit for hours and hours just to do that? If you're worried you could throttle bandwidth or block ports...but that's sort of a hassle. If you block say, everything but 80 and 25 I'd hate it when I couldn't VPN to the office.

    1. Re:Gear by davidstrauss · · Score: 1
      If you block say, everything but 80 and 25 I'd hate it when I couldn't VPN to the office.

      You will have plenty of trouble using VPN if you're behind NAT on a router without passthrough anyway.

    2. Re:Gear by VCAGuy · · Score: 1
      You will have plenty of trouble using VPN if you're behind NAT on a router without passthrough anyway.

      No, not really. The new NAT+T incarnation of L2TP with IPSec works quite nicely even in situations where PPTP doesn't work because the router/firewall won't do passthrough...

      --
      Q: "Why do sound techs say 'check 1, 2'?"
      A: "Cause if they could count any higher they'd be lighting techs."
  33. Survey by mahdi13 · · Score: 1

    I would take a survey of the customers to see if this is even in demand or if it would be used by more then a few people.
    If there are lots of people interested, you will need to figure a price that will be able to maintain it over time, a bandwidth price/#of customers.
    Also in the survey find out what these customers think is a reasonable amount to pay for the service.

    If it is in demand and not a financial burden, I would look into getting a Wireless B AP...we don't want the 'creative' customers going crazy with that 54Mb pipe (11Mb should be more then enough for the average customer). Just be sure you have a big enough pipe to handle a bulk load of people and small enough where it's not a waste if money.

    --
    "Some things have to be believed to be seen." - Ralph Hodgson
    1. Re:Survey by Tenebrious1 · · Score: 2, Insightful

      I lived in a small town of 50,000, and for several years I hung out at the local diner which was the closest thing to a local coffee shop. In 10 years, I was the only one to show up there with any regularity with a laptop since I was there to do more work than socialize.

      I'm one who can't sit at home and get any work done, I need background noise. Still, in all those years, I very rarely needed to connect to the internet. If I did, I'd use my cell phone, just to check some facts but it wasn't a necessity.

      From my experience, people, in general, don't want to surf the web when they're sitting at a coffee shop. They're mostly there to eat, drink, or socialize. At least the regulars are there to do so, which is why they're regulars. If there's an internet terminal, sure some will hop on; mostly those who need to check email or don't have internet access at home. Surfing the web seems to be a "personal" pasttime, which is why most internet cafe's died out, people just preferred to surf from home (if they had access).

      Laptops are still expensive. WiFi is still in the realm of geek, slowly making it's way out to the world.

      I would definitely check with the customers. The important thing is to find out how many people would use it regularly and pay regularly. I expect you'll have a lot of interest the first few months, but it'll drop off as people find they really don't need to surf the web in the 30 minutes they're at the coffee shop chatting with friends. You may only end up with a handful of dedicated users, who now sit at the coffee shop for hours.

      Which brings in another problem; it's not making any money for the coffee shop if they come in and order one cup of coffee and sit there for a few hours. Coffee shop owners need to make money, and count on a turnover of tables. Have you asked the shop owners? They might not be too keen on having people around all day who just take up tables but don't order more than a cup or two of coffee. They'll dislike it even more if they have "endless" cups of coffee...

      --
      -- If god wanted me to have a sig, he'd have given me a sense of humor.
    2. Re:Survey by decepty · · Score: 1
      ...we don't want the 'creative' customers going crazy with that 54Mb pipe (11Mb should be more then enough for the average customer).

      ...and then some. I dont know too many folks who go to coffee shops to set up a LAN or a file & print server... Sure that router says 54 or 11 MBps, but you're really looking at the 1.5 - 3 MBps range as far as actual internet bandwidth goes. I don't think a "Mom & Pop" coffee shop's tip jar is going to be supporting a T3 just yet... :)
      --
      Be careful! Bears shouldn't consume large furry dogs.
    3. Re:Survey by Anonymous Coward · · Score: 0

      Depends on which town of 50,000 you are in. Here it's hard to find someone in a coffee house who doesn't have a laptop with them. Ok, having the UIUC campus in town might help a bit.

  34. Suggestions by PPGMD · · Score: 1
    Pick up the book Wireless hacks

    In there is some pretty good information on what NoCat Internet is using for their network, and how to setup you own.

  35. Good God, No!! by USAPatriot · · Score: 1
    would a tip jar model work?

    just look at yesterday's slashdot story for proof.

    What is the point of offering this service for free? To get more people in the door and buy more coffee?

    All this hardware and maintenance costs money and it has to come from somewhere. I've seen tip jars in coffeee houses, it barely pays for more than a few more cups of coffee. Thinking this will cover the cost of this expensive service is lunacy.

    --

    Slashdot Moderation: From positive to terrible in 2 "insightful" posts.

    1. Re:Good God, No!! by Cyphertube · · Score: 1

      I don't know where you live or what time of day you see the tip jars, but in both the D.C. metro and here in the Twin Cities, I've seen plenty of cash in the tip jar. You do realise that they empty the jar every few hours, right?

      I had one guy tell me before that the tip jar effectively raised everyone's hourly wage by about two or three dollars. Of course, I've been looking at Caribou Coffee, which is a distinctly better place than Starbucks.

      Before putting the service in, personally I would ask customers and find out what services they want or need. It may be surprising how many would use it, or under what circumstances they'd use the service. I know that I'd much rather meet some business clients in a coffee shop that in the office, but of course that depends on the client.

      --
      Linux - because it doesn't leave that Steve Ballmer aftertaste.
    2. Re:Good God, No!! by Anonymous Coward · · Score: 0

      If other coffee houses are offering free Wi-Fi -- and many are -- then yes, it's to get people in the door.

      The costs are minimal, the tip jar is just to defray the costs. It's $100 to set up a WRT54G with NoCatSplash. Or a couple hundred if you set up a separate PC to route. If done properly it's just an appliance and there will be very little maintenance.

      And if it means customers come to your coffee shop instead of the one down the street, it pays for itself quickly!

    3. Re:Good God, No!! by MinusOne · · Score: 1

      The cost of the hardware is less than $500, the MRC is about $50 for a high speed line. There is very mimal effort to keep it going and it does encourage customers to stay and drink more coffee. There was an article in the S.F. Chronicle a few months ago about this here. It is a pretty good money maker for a cage with good traffic and some net users but I don't think it will necessarily work for every little mom and pop. The tip jar will help close the gap if there is one, because most people will indeed tip for a service offered - not everyone is a cheapskate.

  36. Local wireless group by cloricus · · Score: 1

    We've been looking at approaching coffee shops in our town to expand on the community wireless network. I'm not sure what the atmosphere over there is in relation to wireless but there are several benefits or it like being cheap to set up, publicity if it has internet (eg email over coffee, access work etc etc) and just generally a service to people. Also see if your local wireless group is interested in helping out as it could provide content while you provide coverage. Tip jar idea is good, if it's not effective and you are making a loss on the project increase prices to match paying it off over the very long term. (Even 5c pieces add up.)

    I'd say go for it.

    --
    I ate your fish.
  37. Wireless AP by Sefert · · Score: 1

    Brilliant idea! I would make the coffee shop eat the up front cost - and tell him it'll be reimbursed by the first 90 days worth of tips or some such. This gives the owner incentive to help push the service. You also have the problem that, being on the honor system, who's to say that the 5 dollar an hour staff don't see the 'tips' as theirs... Might be worth having a flat rate of 2 bucks a session or something (not enforced, but rather a recommended donation...), but that does cause you problems as a student, being able to service that if there's a problem.

    1. Re:Wireless AP by Ohreally_factor · · Score: 1

      A good line of thought. Initial equipment costs are so cheap that it doesn't really matter who pays, really. Rather than compete with the employees tip jar, split it with the employees, or give it to them outright once montly costs are covered.

      This might (big might) give the employees incentive to learn enough to help customers troubleshoot during non-busy periods. Customers are more likely to tip if the staff is helpful.

      Even if a cafe forgoes a tip jar, or if the tip jar doesn't cover costs, costs are easily covered by selling an extra 20 - 50 lattes a month. (I'm guessing that a cafe makes $2 profit on a $4 latte. I might be way off base on this.)

      --
      It's not offtopic, dumbass. It's orthogonal.
  38. NoCatAuth by jelevy01 · · Score: 1

    NoCatAuth will do everything you want, check out http://nocat.net/. Also try Sputnik, they have a bootable disto that is basedon NoCat that will also meet all your needs http://www.sputnik.com/

  39. Thoughts by Some+guy+named+Chris · · Score: 5, Insightful

    First, if you don't pay more money per month for "resellable bandwidth", then you are in a legal gray area. Your generic office class DSL service is not resellable, so I'd avoid actually charging. You might be able to get away with a tip jar, but I'd forget about charging for the service.

    Giving it away free also simplifies administration, and can be seen as an easy and cheap promotion to attract customers.

    Secondly, with 802.11g routers costing $79, cost isn't much of an issue. This is a business expense, go ahead and pony up the $30 extra bucks for a decent piece of equipment.

    1. Re:Thoughts by howlatthemoon · · Score: 1

      I agree, plus if you would charge, then you need to track the revenue for tax purposes, and if I remember a cost analysis I saw on boingboing.net (for hotels, so not a 1 to 1 comparison) suggested the management involved for a pay service did not balance with what people were willing to pay, and the goodwill generated was worth the extra cost. I know I choose to frequent places I get a connection for free. I think you and the owner need to price it out on a monthly basis (including some advertising of the new service) and see if it meets the budget and run a trial service. Be sure to get the accountant involved to see how these business expenses impact the bottom line (depreciation and all that other stuff I don't understand).

    2. Re:Thoughts by Anonymous Coward · · Score: 2, Insightful

      Just letting customers (i.e. individuals who are not employees or contractors of the business) is against most business ISP T&Cs, and can get the coffee shop into a world of trouble.

      The most likely outcome is the ISP hitting them with a bill for the bandwidth they've used (probably at a low monthly flat-rate) at a "resale" price, which is probably much more than they could afford.

      And they're much more exposed to this or worse action than a poor "judgement proof" college student. The poster mentioned that the owners are not "geeks", and they're also probably not lawyers, so try not to get them in legal hot water.

      (Sorry about AC, away from my main computer)

    3. Re:Thoughts by jjshoe · · Score: 1

      I specificaly have a dsl account that lets me sell service to my connection. all for only $80 a month.

      --
      -- botsex is {grep;touch;strip;unzip;head;mount} /dev/girl -t {wet;fsck;fsck;yes;yes;yes;umount} {/de
    4. Re:Thoughts by Dorktrix · · Score: 2, Insightful

      Also, as anyone who survived the dot com bust realizes, businesses should stick to their core competency. A coffee shop should not become an ISP. Offer Internet access to attract more customers and sell more coffee, not to make money on the Internet access. Consider it an investment in your core business of attracting coffee-drinking customers.

      I for one know that I end up drinking a few more cappuccinos when I see 300 new messages in my email inbox :)

    5. Re:Thoughts by Anonymous Coward · · Score: 1, Interesting

      Talk to your local ISPs. They might be willing to allow the resellable connection (or even provide a connection) in exchange for advertising and/or a percent of the internet revenue (in the situation where you are charging $X/hr).

      I work for a small ISP and this is something we've looked into.

    6. Re:Thoughts by global_diffusion · · Score: 1

      Giving it away free also simplifies administration, and can be seen as an easy and cheap promotion to attract customers.

      Word. Here in Seattle there is no way that anyone would pay to use wireless at a cafe. Wireless cafes are on the rise and nobody is charging. They run an open wireless network and assume the cost as a business expense. This works well because many people here use cafes as work or study environments, so if you have wireless then you are more attractive to this community.

      In the case of a small town, I'm not sure that there is enough competition to write this off as a business expense, but I would shy away from the tip jar idea. Tip jars like this take away from the employees' tips, which are a major source of their income.

    7. Re:Thoughts by rsax · · Score: 1
      First, if you don't pay more money per month for "resellable bandwidth", then you are in a legal gray area. Your generic office class DSL service is not resellable, so I'd avoid actually charging. You might be able to get away with a tip jar, but I'd forget about charging for the service.

      What if the revenue generated from charging for the service or tip jars was solely used to pay for hardware and software maintenance? System administration work doesn't or shouldn't come cheap unless the owners don't care if their Linux AP or local web, squid server gets 0wn3d by some kid all hopped up on caffeine.

    8. Re:Thoughts by pigscanfly.ca · · Score: 1

      We get re-sellable bandwith (3.5m) for $60/month . :-)

    9. Re:Thoughts by james_pb · · Score: 1

      We're talking about a for-profit operation here. Whether or not you charge specifically for the wireless connection is probably irrelvant - you're still reselling bandwidth. If you're not charging $X/hr, it just means that the cost is rolled into the cost of the cup of coffee.

  40. Location, location, location by Anonymous Coward · · Score: 0, Funny

    Setting up a wireless access point is easy, as long as the coffee shop is located in a neighborhood where 50% of the residents will have left their 802.11 networks unsecured.

  41. Wireless Coffee Shops? by Biff+Stu · · Score: 0

    I don't know about you, but I go to coffee shops to get wired!

  42. Seattle wireless network by punkkid · · Score: 1

    provides alot of free nodes around Seattle. I would check out their website, as well as the NoCatNet authentication software...

  43. Port blocking? by goon+america · · Score: 2, Insightful
    to prevent over-zealous Kazaa users

    Overzealous Kazaa users? There is some amount of Kazaa usage you'd allow in your coffeee shop? You don't really need a PC to do sophisticated packet filtering... why not just block the ports that Kazaa uses? I also don't know how you could "filter" vaguely defined script kiddie activity.

    My wireless-basestation-included broadband router cost $55 with a $20 rebate, and you can block ports and ban MAC addresses with it (you have to assign the MAC address to a certain ip range, and then block that ip range), btw.

    1. Re:Port blocking? by goon+america · · Score: 1

      Also, if you're going to go to the trouble of setting up a PC with smoothwall or something like that, you're not also going to need a broadband router, since a PC firewall with a second ethernet card is going to have all the functionality of a cheap broadband sharing device and much more.

  44. Personal Telco Project of Portland Oregon by tomwhore · · Score: 5, Informative

    A lot of what your talking about has been deployed to over 20 buisness locations and a horde more home sites here in Portland Oregon by a group called the Personal Telco Project.

    http://www.personaltelco.net

    We use NoCat on linux based boxes and it covers most of what your looking to do. You can set up Auth or simply a Splash, you can do throttling, shaping and the like, you can set up local content areas for biz and community use.

    Its amazing what older PCs and low cost APs can do. Most of the stuff is easy to install, the few rough spots, like NoCat, have been feild tested and methodologies have been crafted to make it easier to set and and maintain.

    Come on over to the url posted above for more information or head to #ptp on irc.freenode.net and ask for more info.

    --
    Poor little clams! Snap! Snap! Snap! Poor little clams! Snap! Snap! Snap! Poor little clams! Snap! Snap! Snap!
    1. Re:Personal Telco Project of Portland Oregon by Anonymous Coward · · Score: 0

      Yea I remeber watching a segment on watching a segment on http://tv.seattlewireless.net about you guys. Great work!

    2. Re:Personal Telco Project of Portland Oregon by tomwhore · · Score: 3, Insightful

      From real world building ( thanks PTP) here are some rough numbers as far as cost

      Old 133cpu computers + Linksys wrt54g + 12dbOmni = Low Cost Wireless Networking

      Old 133 Computer with a nic 1gigHD,soundcard, etc=about 40$ from freegeek.org

      WRT54g = about 80$

      12dbOmni= about 40$

      parts(mount, cable,etc)= about 40$

      Linux = about $0

      Total Cost = about 200$

      This gets you a set up that can server some web pages, act as an Auth or Splash gateway, get some great coverage and even play up some mp3s.

      Coffee house cool meets DIY down home goodness.

      www.personaltelco.net

      --
      Poor little clams! Snap! Snap! Snap! Poor little clams! Snap! Snap! Snap! Poor little clams! Snap! Snap! Snap!
    3. Re:Personal Telco Project of Portland Oregon by Anonymous Coward · · Score: 0

      From what I have seen there seems to be quite a nice wireless rollout in Portland. The nicest was in Pioneer Courthouse Square in the downtown area. Personaltelco.net had lit over a city block with a better quality WiFi connection than the Starbucks that is inside the square. They appear to use a captive portal version of nocat which works nicely, you have to re authenticate once an hour. The splash page reminds you what is allowed over the connection (ie no kiddie porn) and plugs the busness that is providing the backhaul.

  45. Plug Plug Plug by FatRatBastard · · Score: 2, Informative

    In my old neighborhood the local indi coffee house is Common Grounds. They have set up something similar (free access, tip jar to help pay). It couldn't hurt to drop them an e-mail and see how they've set things up.

    1. Re:Plug Plug Plug by nakedsource · · Score: 1

      Similar place in Little Rock Ar called 'Sufficient Grounds' and offers free wireless access and great prices (I had a cup of coffee with free refills and a basket of fried cheese sticks for under 4 bucks)

    2. Re:Plug Plug Plug by Lxy · · Score: 1

      Those who can, do. Those who can't post to Slashdot.

      Those who can't post to Slashdot use AOL.

      --

      There is no reasonable defense against an idiot with an agenda
      :wq
  46. NoCatAuth -- The tool to use for cafe's... by martinbogo · · Score: 1


    NoCat is a very good way to go, software-wise, if you are looking for a stable and well supported mesh network authentication system.

    Even for just one AP and a cafe.

    http://www.nocat.net

    IRC channel: #wireless on www.freenode.net

    --
    "Don't worry about the problems you have in mathematics, I assure you mine are much greater." - Einstein c.1919
  47. Zyzel by dJCL · · Score: 0, Redundant

    I know this may not be what you expected the answer to be...

    The company I work for(in no way represented by this posting, or any other I make.) sells firewalls made by Zyzel, so we get their ads in the mail too.

    Recently we recieved once for a simple hotspot setup: it was a wireless ap and a small bill printer. You walked in and pressed the button, and then could access the network, when you were done, you pressed the button again and it gave you your bill to pay(or free if wanted). I don't know the details on it, but look it up: Zyzel ZyAIR it's not too expensive and should "just work".

    Enjoy!

    --
    On Arrakis: early worm gets the bird. Magister mundi sum!
  48. OpenBSD, pf, ALTQ by Beryllium+Sphere(tm) · · Score: 4, Informative

    Traffic shaping is available by default and pretty easy to set up, and it runs well on cheap old hardware. You could invest a lot of effort hardening a Linux install to match what OpenBSD has by default.

    There's provision for requiring authentication on wireless connections. Even with a tip jar model you may want that.

    Keep WEP turned off (yes, you just heard that from a security consultant!). WEP doesn't match your security model 'cause it assumes everyone using the same key trusts each other. Since it doesn't do what you need, it's not worth the cost in inconveniencing the customers.

    Turn the power down on the access point. No need to provide service to people across the street or down the block.

    1. Re:OpenBSD, pf, ALTQ by Anonymous Coward · · Score: 0

      Hmm.. The BSD trolls always take cheap shots at Linux every oppritunity they can.

      OBSD and Linux are equal in ability here.. I've set up both and I see no real advantage to either one. OBSD does have some good security features, but 10 minutes securing your Linux box will bring it up to the same level.

    2. Re:OpenBSD, pf, ALTQ by Anonymous Coward · · Score: 0

      I highly doubt 10 minutes of hardening a Linux install can supplant years of OBSD code audits.

      Also, I should hope that you're taking more than 10 minutes to write your rulesets, no matter which platform you're using.

  49. Re:Coffee shop distro by Chuck+Bucket · · Score: 1

    incorrect, he stated that he wanted to build it himself, and then do troubleshooting via SSH whenever it was needed. If you follow a simple HOWTO on how to make a Linux or FreeBSD accesspoint, you can make it work. Once it's working, it'll "just work" from then on. If you don't have faith in a solution like that, then go another route, but I've been running a similar setup at home for 1 1/2 now, with no downtime -OR- administration needed. I'd like to see a MS solution that could do that...

    CB

  50. Why PC? by po8 · · Score: 2, Insightful

    Seems to me that the PC is just another expensive thing to break. Look for a high-end wireless router that will supply whatever functionality you need in a self-contained box, and leave the PC out of it, at least until some need actually presents itself. You can probably find a decent router for under $100 at current prices; still much cheaper and simpler than $20 router + $200 PC.

  51. Bluetooth? by heinousjay · · Score: 1

    More like Notooth.

    --
    Slashdot - where whining about luck is the new way to make the world you want.
    1. Re:Bluetooth? by Craig3010 · · Score: 0

      find me a crackhead that would give a rat's ass :)

  52. LTSP ? by LDoggg_ · · Score: 1

    How about just setting up some terminals for people to use? Remeber, not everyone has a laptop.

    The 500 bucks would be plenty for a server if you want to set up 10 - 20 terminals on old junk hardware.

    I recommend using Icewm with the XP theme (for familiarity) and mozilla. Open office would be nice too if you want to let students do some homework on them.
    This is extremely simple to setup using K12LTSP and for the most part you don't have to worry about people hogging bandwith with p2p apps.

    --

    "If they have both, tell them we use Linux. And if they have that, tell them the computers are down." -Dave Chapelle
    1. Re:LTSP ? by Ohreally_factor · · Score: 1

      If I were a cafe owner and not the geek that I am, your set up would be more trouble than it's worth. Cafes are in the coffee business.

      However, it's a different story if you're specifically setting up an internet cafe or a community access center in an area where few people have internet access at home. Internet cafes make a lot of sense in countries that don't have high penetration of home internet access.

      In these other cases, your idea has a lot more merit.

      --
      It's not offtopic, dumbass. It's orthogonal.
  53. Go for cheap/reliable before speed... by stienman · · Score: 4, Informative

    I don't think the tip jar will pay for the setup, but I suspect customers may come and drink more coffee, so it'll be worthwhile even as a learning experience.

    Go with 802.11b. Your internet connection isn't nearly fast enough to saturate 11Mb/s. Use an access point that goes to an ethernet card on the computer, which has another card that goes to the internet. If you want to run a wired or private network as well, hang a third card off the computer and make sure no one can go from the public network to the private one, only to the internet.

    Then go wild with the linux. Be aware that the more programs you run, the more vulnerable you are to attacks. You'll be ssh'ing in every month to update the software if you use any new software that hasn't undergone the rigors of years of public internet testing.

    Alternately, use an AP/Router combination. Make sure you don't skimp. Many have ability to block ports, limit usage, etc. You won't be able to prevent spammers as easily, but your ISP will tell you if that' becoming an issue. If so, put in a box later.

    -Adam

  54. Semi-honor system.... by stuartkahler · · Score: 2, Interesting

    I assume that you are doing this to bring more people into you shop or keep them there longer, rather than trying to make a killing selling the net access...

    I would suggest changing the password daily, and giving it away free to people who spend $5+ (?) when they come in. Anyone else can pay 50 cents extra for it. It would be sort of an honor thing for people to not pick up a slip laying around and surf free.

    I think anything that requires you to give out individual passwords would require you to raise your price on access by $1 just to cover the administration. If you don't change passwords regularly, people in neighboring businesses are likely to start using your connection.

    Keep in mind that you will be providing a connection that could be popular with people trading kiddie porn if you are not careful. I would recommend putting a bandwidth cap of 128/16kbps or 256/16kbps to keep the roaches off you net.

    Hopefully you already realize that you will be violating the TOS for any household internet account. Buying a business account will likely double the ISP cost.

  55. Keep the administrative costs down by maya · · Score: 2, Informative

    I set up a wireless system at the Brew House in Cincinnati, which gets a fair amount of use and which has helped bring new customers into a neat neighborhood bar. When we first set the system up, we had all sorts of rules and regulations, and we were putting considerable effort into keeping track of who was allowed to use the system and making sure that users were "registered". We dropped all that, because it just wasn't worth it. Our costs for the connection are fixed, and the more people who use it, the better we like it. Now there are just four rules: keep it legal, keep it clean, keep it civil, and have fun. And we rely on the honor system to enforce those.

    With regard to 'g' vs 'b' standards, the only purpose for the wireless router in a pub or cafe is to connect to the Internet, and a faster network doesn't improve that connection. Even at cable modem speeds, the Internet connection is still considerably slower than an 802.11b LAN.

    For the Brewhouse system, we scavenged a couple of old PCs from customers and loaded Linux on them, and we got a wireless router on sale at MicroCenter for $40. The cost of a business connection to our local cable is the most significant cost we incur, and the proprietor thinks that is worth the buzz it creates, even if it didn't attract new customers.

    Richard

    --

    Everything possible to be believ'd is an Image of Truth - Wm. Blake

  56. Nomadix or Colubris by darrelld2 · · Score: 1

    I set up these types of systems for hotels. I've found that Nomadix and Colubris both make access points with authentications servers built in, perfect for your goal here. They both support limits on a per session basis, etc. Probably in the $500 - 1,000 range for the entire project.

    1. Re:Nomadix or Colubris by darrelld2 · · Score: 1

      I forgot to mention they support accounting of the usage as well. They also autodetect the network settings on the PC of the user. So if they have a static IP it will work, even if it isn't on the same range.

      You can also do SMTP forwarding to a mail server you controll for spam filtering if you desire. These companies have already done all the leg work you are about to embark on, read up on the technologies even if you don't use it.

  57. Re: Popularity by mahdi13 · · Score: 1
    Although, 802.11g built in cards, (most new notebooks) from my experiance have a hard time connecting to 802.11b.
    Do you have an example of this?
    I have a Centrino notebook and it has no problem connecting to my LinkSys WAP11b at home or the Cisco (don't know model off hand) b at work. I was under the impression that almost all g/b can connect to each other...
    --
    "Some things have to be believed to be seen." - Ralph Hodgson
  58. $200 by Anonymous Coward · · Score: 0

    I'm using one of those old, flatish, 66MHz gateway desktops (bought from the local used computer store for $60) running OpenBSD with a wireless card and an ethernet card. I've been running 128 bit encryption VPN, NAT,ssh, etc. on the same box without a problem for a year or so now.

  59. 802.11b by Anonymous Coward · · Score: 0

    A lot of 802.11g networks will automatically downgrade if there's a single 802.11b on the network. So you might was well go with b. Besides, you're talking about basic internet connections (POP3,SMTP,FTP,HTTP, etc.), not peer-to-peer applications or client-to-client filesharing. 1 Mbps should be enough for anything but downloading ISOs or DiVX files ...

  60. The solution you want to look at... by jafo · · Score: 2, Informative
    You clearly want to look at the Soekris small form factor computer like the 4801, mini-PCI WiFi cards such as the kits available for the Soekris at NetGate, and set them up with a 128MB CF card instead of a hard drive and install Pebble Linux on it.

    The end result of this is a small integrated PC with no moving parts, and mounts it's file-system read-only so no worries about corruption, with a built-in access point. These work great, and are a bit larger than the size of a VHS casette.

    I've deployed a number of these, and they are rock solid. Plus, they have advanced routing capabilities thanks to Linux, and the ability to block infected or abusive users from re-associating with the AP.

    As far as going with 802.11 a or g... You must be pulling in some pretty mighty bandwidth to need to use something faster than 802.11g. Pebble includes "MadWiFi", a driver for some a/g cards, but I haven't used it.

    Sean

  61. Wireless router by mydigitalself · · Score: 1

    why not get a wireless router that will handle all of your DHCP, DNS, Firewall etc...

    that way you don't have to have any operating system or anything that will just confuse "mom and pop". if they've got this box that just plugs into their ADSL line and if things go wrong they turn it off and on again?

    something like this should do the trick nicely.

  62. Quotas / Traffic-shaping by Malduin · · Score: 1

    For the quota support, you could use a FreeBSD firewall with ipfw/dummynet traffic-shaping for the entire subnet. Granted, you'd have to slice it up on a per-IP basis for good quota support, but it still works great for me. You could set up WEP for security. If you are really anal about security, you could set up the firewall or another computer as a VPN server for the extra encryption.

    Oh, and my opinion on the wireless stuff.. Stick with B or G. I always hated A. It never worked quite right for me, but I've had few negligible problems with the B/G stuff.

  63. Port restrictions? by Anonymous Coward · · Score: 0

    Is there any reason for a 'free', public setup like this to allow any traffic besides http and smtp? Maybe some of the ports used for AIM-type chat services?

  64. Wardriving without coffee?!!? by coldnight · · Score: 1

    Set up a proxy server for all net access. Rotate the UN/PW combo and as someone else similarly suggested, PRINT THE PROXY SERVER PW on the receipt. This way you'll be protected from MALICIOUS WARDRIVERS.

    Does this mean you go war-driving without coffee??! What are yo thinking?!!? :)

  65. 802.11b is plenty by MJArrison · · Score: 1

    If your uplink is limited to some variety of broadband/T1, then the 11Mbps provided by 802.11b will saturate your uplink 10x over. The only reason you'd need 802.11a/g is if you have some uber uplink, or you'd be doing a lot of in-coffee-shop file transfers.

  66. Re:Coffee shop distro by kirbyman001 · · Score: 1

    Seen the price tag on Win2k3?

    --
    To debunk the metaphysicist, one needs only to take him outside and throw a rock at his head. If he ducks, he's a liar.
  67. Seen it in action... by Klev · · Score: 1

    My local coffeeshop (which I visit often) has free 802.11b, no keys, no starbucks T-Mobile bullshit, none of that. They already had a computer because they are playing music a la winamp... Free is the only way to go, for less than 100$ you can pick yourself up a cheap ass 802.11b setup, and really if anyones abusing, just walk around and see whos got a goddamned laptop and whats on their screen. This is a coffeeshop we are talking about here, not a S&P 500 corporation... Keep it simple and free, after all it costs next to nothing anyways.

    --

    future shocked
  68. My advice based on limited experience by drinkypoo · · Score: 1
    Your biggest problem is going to be bandwidth, it always is. Besides limiting rates which is a GOOD idea and can be done on BSD or Linux, you might think about running a caching proxy server. I suspect that most people visiting a coffeeshop and using a computer are going to be visiting pretty much the same sites... yahoo, msnbc, cnn, stile project, you know what I'm talking about :) A caching proxy can cut down on bandwidth use. These days big hard drives are the norm and PCs you pick up new for $300 has 40 to 80 GB. Dedicate a significant portion of that to a proxy.

    As for access control, I heartily suggest mac address whitelisting. I don't know how this would most easily be done, if you use an AP then you have to use its web interface (I don't think you can use SNMP sets for this) but if you just stick a wifi nic in your router PC then perhaps you can do it with firewall rules like anything else; block all traffic on the wireless interface by default, and "manually" add mac addresses. They're easy enough to find through hardware if they are external/removable or through software if not. (On Unix use ifconfig, on Windows use ipconfig or on older windows, winipcfg, I have no idea on Mac, but you might be able to ifconfig there too if the user has installed the BSD system.)

    WEP gets to be a pain in the ass. Easier to just avoid it and whitelist macs. Clear all the whitelist entries when you close automatically, and start again on the next day.

    For home use I advocate VPN as the solution to wireless access control; just block all non-VPN traffic but DHCP requests. (I'll probably allow ssh to the local subnet also, but maybe not.) The only way someone can really hurt you then is a DOS attack based on acquiring all of your available DHCP leases. This way you never have a chance to send unencrypted data. But, this won't work so well in a coffeeshop, because everyone has to have VPN installed (which happens by default on windows but you can't count on it) so the mac tables are a better solution. Meanwhile people should not be counting on wep for security anyway, so it's sort of irrelevant if you use it or not.

    Of course, someone might be able to sniff and spoof MACs but if you expire them at closing time then they're going to have problems doing so.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  69. Monthly Connection Fee by aml666 · · Score: 1

    My broadband proider prohibits connection "sharing". While this would be easy to hide in your home (proxy, IP sharing) I think a business would be a different matter.

    I would ask what the "extra" charge from a provider would be.

    --
    www.thejulingtoncreekplantaion.com
  70. To re-iterate what someone else has said already.. by Anonymous Coward · · Score: 0

    NoCatAuth is all you need. Throw security out the window when thinking about this setup. Unless you're using WPA with AES-256 encryption, in addition to being locked down by MAC address, security doesn't matter. Figure out a way to deny a few ports that do nothing but cause trouble (TCP 135, 137, 138, 139, etc etc), and you should be fine. This is a FREE service for customers. If they are all regular, and this is a small town, why would anyone care about wardrivers, bandwidth smokers, etc etc? The service is probably being offered to get people to come in and buy more coffee on a regular basis. If I could sit in a coffeeshop all day and do my coding with access to GOOD coffee vs sitting in a cubicle all day doing my coding, where do you think I'd be? Making the setup overly complicated when it comes to security doesn't allow anyone easy access or whatnot. What kind of moron is going to sit outside in their car on some street just to get free internet access?...in the middle of the winter? You all smoke crack.

  71. Our coffee shop does it by didipickles · · Score: 1

    Our non-profit uses a simple b router to a dsl line, with the overall speed throttled down for each user via the routers own internal software. There is also a PC plugged into the router. The PC is $2.00 an hour with a penny jar for printing.
    The number of customers that use it is amazing, and the draw of clients far exceeds any need to charge. We hung a sign on the building that says 'Free Wi-Fi' and people starting coming like mad.
    It is an awsome way to add value to your business.
    Also if your bent on charging, do what we did.
    On our PC we let people use it for free for 3 months. Got them hooked on it and then we put up a sign warning people about a nominal fee that would start soon, then we started it.
    Worked out fine.
    Good luck!!

    Rick

    --
    --Still waiting for that awsome sig to just leap out at me..--
  72. MikroTik and other toys by Anonymous Coward · · Score: 0

    My suggestion would be to speak with Eje at www.wisp-router.com

    He is great at helping out with this kind of setup.

    I suggest you use the MikroTik, or StarOS solutions for this.

    Eje can tell you how to do a lot of things such as making something print out on the receipt.

    I would say you could do all of this for under $300 installed and operational.

    MikroTik can limit all the stuff you said, and it is a linux distro. Even comes with a decent windows gui. Checkout the www.wisp-router site though for pricing and etc. He is in the USA and the folks from MT are in Latvia..needless to say its not always easy getting in touch with them or getting parts. But www.wisp-router.com has ALWAYS been a great solution.

    As for the tip jar, well I just don't see that working very well. But setting up a hotspot authentication system and charging a few bucks will help out.

    I am a WISP so, looking at this I see a lot of ideas.

    I found a homebrewed KIOSK that the guy says has a hotspot in it. Also he said that the kiosk itself is making like $800 a month...doubt you would see that kind of return but would be nice :)

  73. ISP Service Agreements by Anonymous Coward · · Score: 0

    Over 50 comments so far and not one person (above my threshold) has mentioned the obvious issue of the service agreements that come with most DSL and cable service. Namely, you can't resell it or use it for commercial purposes without permission.

    Everyone's going on about the hardware and software configurations. Ways to make it cheap. Ways to make it easy. Ways to make it reliable. However, they're missing a very key point. You've also got to make it legal.

    Talk to the ISP first and make sure you can use your connection in this way. Also, I can't stress this enough: Get it in writing! Yeah, you'll have to pay a bit more for a commercial account (my cable company starts commercial service around $80/month) but it's better than spending 6 months building up a wireless customer base only to have your service shut off without notice.

  74. I just did a similar setup by squarefish · · Score: 2, Informative

    But we're not charging and the isp (covad) requires email authentication through their servers for any smtp traffic- it would be very difficult to control web based mail.

    we basically set it up as a free spot, as the owner didn't want to take any time away from the bartenders serving beer.

    it's just a 1.5/384 adsl line from covad with a zyxel prestige 645 and a linksys wap54g- g is easy because it's fully compatble with b and only a slight price increase, I wouldn't mess with a.

    zyxel makes a great 'hotspot in a box' that features the reciept printer and seems to do a great job overall. I think it was about $600 at that time.

    funny, I submitted a very similar 'ask slashdot' in july and it was rejected- I don't even attept to submit stories anymore, I know someone else will eventually and it will be accepted.

    --
    Creationists are a lot like zombies. Slow, but powerful and numerous. And they all want to eat our brains.
  75. Re:Coffee shop distro by JoeHep · · Score: 1

    Wow. Let the hate roll. According to your logic the massive cost and unreliability of ms windoze will make it unappealing to the average user also. So why should anyone bother to do anything because it is all too hard....

    --
    When the only tool you have is an ax, every problem looks fun.
  76. Bringing in More Business by xneubien · · Score: 1

    Wouldn't easy to use Free with Purchase wireless bring in more business? Seems to me, if a coffee shop in my area had wireless access for paying customers, I would certainly visit their often. The only coffee shop in my town that offers wireless has a subscription based deal sponsored by Intel Centrino that charges your credit card for your usage. When I heard that they were setting up wireless, I was planning on visiting there very often. But when I found out how much of a hassle and that there would be credit card charges, I have never tried it out, and I have yet to seen a single person using it. If someone where to setup a free with purchase wireless setup that would generate a 30-min bandwidth limited temporary username/password, Im sure that the extra business would over the cost of the equipment in no time.

  77. My Advice: Keep it Simple by iiioxx · · Score: 5, Insightful

    The way I see it, you should just forget about WEP keys, filtering, tip jars, and all of that crap. You are in the coffee shop business, not the cybercafe business.

    Here's what I think you should do:
    1) Get the cheapest DSL connection you can find in your area.
    2) Buy as few low-end 802.11b AP's as it takes to provide coverage to your shop and store front (assuming you have tables out front or something).
    3) Configure the AP's for public access, and use your shop's name for your SSID.

    This will provide a decent level of Internet service for your customers with the minimum of maintenance and effort on your part. Most importantly, it will let you focus on your core business, which is coffee and sundries. Think of the Internet service purely as an amenity, like piped-in music or a TV in the corner, and treat it as a cost of doing business, not a profit center. Don't worry about how good the Internet service is, just concentrate on the coffee. Most people won't complain (loudly, anyway) about the quality of an amenity they are getting for free. Just set the appropriate expectations. The key phrase is... "best effort".

    This will accomplish the real objective: bringing people into your store to buy your product, and keeping them there as long as possible (because hopefully, the longer they stay, the more product they buy), while at the same time minimizing your cost and overhead of providing the amenity.

    1. Re:My Advice: Keep it Simple by smithy242 · · Score: 1

      You're right on the money -- keeping it simple for most small businesses should always be a priority. Worst case scenario, they need to power cycle the router. Usage, well, if it gets to be a problem or the ISP complains, then worry about traffic shaping and filtering.

      With Starbucks charging like $4 for a cafe latte (and most independents on the same scale), I'm sure they can afford the measly monthly fee for a broadband connection and capital costs for a router / AP.

      joel.

    2. Re:My Advice: Keep it Simple by BreadMan · · Score: 1

      Most people select hotels on the basis of amenities that they never use, and I don't think this is much different. You may want to see if you how you could increase the base quality of the product for the same amount you spend on the wireless service. Like a hotel, if the basic service isn't good, amenities typically won't bring people back.

      Along those lines, It would be neat, but expensive, to figure out how many people selected your business because it had free wireless versus how many of those people actually used the service.

    3. Re:My Advice: Keep it Simple by Hollinger · · Score: 1

      Get the cheapest DSL connection you can find in your area.

      One thing to consider is your DSL or Cable provider may not allow you to redistribute the connection like you plan to for public consumption. You may have to buy some sort of "business" account to get what you want legally. This might be a good idea anyway, as these (generally) come with more bandwidth up and down stream, and also much, much better technical support.

      Be sure to check on that.

    4. Re:My Advice: Keep it Simple by zaf · · Score: 1

      Exactly right. Keep it cheap and simple and you'll have less trouble all the way around. An access point/router with a good antenna, and a broadband account that doesn't have restrictions on usage will be all you need. You'll probably spend about $200 on initial setup, and maybe $100/month on the ISP, and that's it. Keep your users happily gulping down caffeine.

      Now, then... if you really want something geeky to do.. route their web browsing through a transparent proxy server, replacing banner ads with ads for items off the cafe's menu :P

    5. Re:My Advice: Keep it Simple by frostman · · Score: 1

      As general advice to non-geeky cafe owners, your is perfect. (Assuming you've locked down abusable ports.)

      The only problem I see is that people might well end up with default passwords on their routers, all ports open, etc.

      The main objective of the cafe owner may well be getting people to buy more coffee, but a lot of smaller neighborhood cafes are run by people who are very passionate about the environment they create- less to get more customers than to get the kind of people they like to have in their establishment.

      And anyone looking to Slashdot for advice in helping them out is probably going to get more excited by a geekier, if higher-overhead, version.

      --

      This Like That - fun with words!

    6. Re:My Advice: Keep it Simple by pe1chl · · Score: 1

      Interesting. Over here the business accounts have lower bandwidth up and down stream than the "consumer" accounts. They offer some form of guarantee (e.g. specified uptime, specified overbooking, specified service window) but other than that, a consumer account always provides more bps...

  78. WLL AP + router $70 by dacom · · Score: 1

    Why don't use a WLL router like DLink DL614 with 4 Eth ports, WAN port and WLL AP. This one have its own firewall so you can disable some ports to avoid Kazaa, etc

  79. Use an Xbox by dmp123 · · Score: 1

    Why pay $500 for a PC?

    An Xbox modified to run only Linux is $100, and is a Celeron 733. Surely this would be fast enough for your needs. It has 4 USB ports also as well as built in 10/100MB ethernet. I use one here as a NAT router/webserver etc, with a 100MBit USB ethernet card for connection to my DSL modem.

    Don't overlook them, they are cheap, small, and make good servers!

    See http://xbox-linux.sf.net for more info.

    David

  80. Traverse City, MI has this by kcm · · Score: 1

    ask these guys for tips, pointers, and experiences: Traverse Community WiFi It sounds very identical in city-size and aim to what you want to do, and they seem to have made it work.

    1. Re:Traverse City, MI has this by Anonymous Coward · · Score: 1, Informative

      TC WiFi relies mostly on donations from the community (old machines, bandwidth, etc.)

      Not sure of the town the poster is in, but Traverse City does a great deal of tourist business in the summer; WiFi is brought to some of the more popular parks and the main marina in the summer.

      Unfortunately, each of the 1,000 new coffee places springing up over town (and, of course, our existing Borders) thinks that they will make money off the wifi rather than using the existing (free) infrastructure and minimal advertising.

      FYI -- The only decent cup of coffee in downtown TC is Crema/Good Harbor. Starbucks doesn't have a downtown location ... yet!

  81. Don't bother building your own by supremebob · · Score: 2, Informative
    ZyXEL has already made a WAP that was designed for small business owners who want to build and bill for their own WiFi Hotspot.

    It's relatively cheap, and your local coffee shop won't need a geek on-site to set up and maintain it.

  82. Good point...but by www.sorehands.com · · Score: 1
    I sometimes take my laptop up to the coffee shop in Hollywood (Hollywood Green Room) and sit there for a couple of hours using my laptop, sipping on 2 coffees, and using my cell phone for occassional access. I may get lunch, depending on what they have and my mood, but a wireless tip jar is always good. It depends on the user and the use, if they just chat, browse for hours and sip on coffee or check mail and write.

  83. You're forgetting why Starbucks charges 10/hour... by Sefert · · Score: 2, Interesting

    Havn't you ever noticed that there's only ever one or two comfy chairs in starbucks? When people are only dropping 1-5 bucks, you can't have them sitting there taking up real estate for 3 hours. Turning customers over is a huge challenge for coffee shops - you want to maintain the appearance of being a friendly place to come and have a coffee, but dont want 20 customers sucking up your seats for the entire day either. Being that you are in a smaller locale though - this may be less of a problem than for a coffee shop in a major metropolis dropping thousands a month in rent for 800 square feet.

  84. Why bother with the PC? by cmj · · Score: 1
    If you are doing this via the tip jar method then why have a PC to enforce quotas? Most of the reasonably recent router/access points support minimal port filtering so you can block outbound SMTP and KaZaA etc. This reduces the initial investment to less than $100, and monthly ongoing costs to the cost of a DSL line.

    While it's cool to have a PC running Linux to do other stuff (accounting, monitoring, perhaps even authentication in the future) I'd be loathe to make it a mission critical component of the infrastructure since there's nobody around to fix it if for example it had a hardware failure. That $500 (or $150 as someone else suggested) would probably be better spent on a backup Access Point/Router.

  85. NoCatAuth article in Linux Journal by hodet · · Score: 3, Informative
    Article in Linux Journal describes the whole thing and just may be the ticket you are looking for.

    http://www.linuxjournal.com/article.php?sid=6887

  86. You don't already have one? by patrick+lang · · Score: 1

    We have a few in the UT campus area already. Mojo's, JP's Java, Flightpath, and Lava Java all have setups, and there may be more. They all either signed up for a cheap business cable modem or DSL (speakeasy.net has a good policy - we don't care what you do), put a sub $100 linksys router, and don't charge extra for access. Initially, Flightpath was the only one with wireless. JP's was second afaik. The other ones had to install 802.11b just to keep their business up - free markets at work! At times it does get slow because of people abusing kazaa, etc, but I don't think its worth enough effort to warrant QoS or other traffic limiting. Even when its bogged down with filesharers, I can still browse ./ and check my email, run ssh sessions, etc.

  87. Re: Popularity by Silverkm · · Score: 1
    Do you have an example of this?

    Most HP/Compaq notebooks (2100us, 2500us) are just a couple I've delt extensivly with.
    Although some people I've talked to have had the same dificulty with their dell notebooks

    --
    "After I'm dead, I'd rather have people ask why I have no monument than why I have one." - Cato the Elder, aka Marcu
  88. The skinny on b vs g by MythoBeast · · Score: 3, Insightful

    When deciding if you're going to bother with 802.11b or g, you need to ask yourself what you're going to use it for. It is unlikely that your inbound pipeline will be more than 12mbps, and it's also unlikely that the users will want to spend a lot of time swapping files. Intranet gaming also takes much less bandwidth than this for the ten or so machines that the typical router will support. With that in mind, 802.11b should be more than adequate.

    A warning, though. Don't go into this assuming that it'll be maintenance free. I run one of these for the local neighbors, and they're regularly calling me up to find out what's wrong with the connection. Run it for a month or so without charging people. This will both hook your customers on the idea of having it available, and give you the time to figure out the best location of your router, how much regular maintenance your system will take, and if it's worth your effort.

    --
    Wake up - the future is arriving faster than you think.
  89. yes, and..... by www.sorehands.com · · Score: 1

    Even if you only get 2MB, why does it matter. It is still much faster than dial-up and still as fast or faster than many DSL and cable modems.

  90. MeshAP software with $200 Lindows computer by Dastardly · · Score: 1

    Get access point, router and quota capability in one machine.

    Start at IdotPC Which appears to be down now.

    Add a wireless card, and install software from here:

    Mesh AP site

    Use Linux skills to setup whatever routing or traffic shaping you need.

  91. Horsecrap by doc_traig · · Score: 5, Insightful

    My wife saw the ads (targeted toward your average laptop-toter, it seemed) for wireless access at Starbucks, so, deciding it might be a nice break to work from there instead of the house, she went only to change her mind when she discovered the price. My point is that if she was handed a receipt and told "Here's your change and your WEP key", she would have said, "Uh... what?"

    --
    So long, michael. Don't let the door hit you...
    1. Re:Horsecrap by Golias · · Score: 1
      Guess what? The expensive T-Mobile connection at Starbucks would have required a bunch of set-up and configuration, too.

      If a single WEP key is too daunting for her (and can't be explained to her in under 30 seconds), then perhaps this whole "com-pu-ter" thing is not for her.

      --

      Information wants to be anthropomorphized.

  92. College Students by RabidChipmunk · · Score: 4, Interesting

    This is no longer true. I went to a comedy show at a local coffee house and there were at least six "stylish" females there with laptops. [No males with computers.] They weren't there for the show. They were there to write papers and socialize while they did it.

    --
    This is not a political statement. This is not legal advice. It's a frick'n Slasdot post. However: I'm Running For
    1. Re:College Students by Mantorp · · Score: 4, Funny

      where is this place? sounds too good to be true

    2. Re:College Students by Anonymous Coward · · Score: 0
      So you're saying that none of those "stylish" females could manage to think their way through: "It's asking for a WEP key. Hey, I bet that's the thing on my receipt that says 'Here is the WEP key' in front of it."

      You seem to have a rather low opinion of the fairer sex.

  93. Use just the router... by Anonymous Coward · · Score: 0

    There are multiple coffee shops in my area (Amherst/Noho, MA) that just let people hop onto the network. Most people just want to check their email and/or surf the web. Sure, there may be the occassional kazaa user, but for the most part, the activity seems pretty innocent. They've been up and running for a while now, and I haven't heard anything negative. Is is completely safe? No. But, most of your regulars probably aren't looking to participate in illegal activities...

  94. A solution already exists (we're using it) by thefoobar · · Score: 1

    A small coffee shop I do side work for was looking for a similar solution, but wanted to be able to sell time to people without having to buy in to one of the larger deals (T-Mobile, etc.).

    We found the ZyXEL ZyAIR B-4000, which has all that they need. It has (built-in) a four-port switch, NAT router/firewall, and wireless AP, and includes a thermal printer that does a one-touch purchase of wireless time by communicating with the AP over the LAN.

    The AP is configured to isolate the wireless network from the LAN (DMZ mode), and authenticates the users through an SSL encrypted access page.

    While the unit was rather pricey ($600ish), it's a no-brainer both economically and time-wise as there is nothing to really maintain...no computer to die, software to be corrupted, maintenance, etc. I find that it is a much better decision for them to pay a little more up front to have something that requires little to no intervention and will just run...

    --
    ------------------ D. A. Davenport: http://www.firebin.net
    1. Re:A solution already exists (we're using it) by Perl-Pusher · · Score: 1

      You could have given the service away much cheaper! For $79 you can get a linksys wireless gateway router with (built-in) a four-port switch, NAT router/firewall, and wireless AP. Advertise free wireless and the customers will come in greater numbers. Think of wireless as a condiment or advertisement, something to draw in more customers to buy what you are selling not another product. If you sell a service, customers expect support! That means If I can't connect, I want you to come connect me. With a free service you don't have to deal with WEP keys, the hardware is much cheaper and you can get away with simple how to connect instruction written on the back of the menu! Are you a coffee shop or a wannabe ISP? The firewall is just as powerfull as your systems, but no printer to print out connection times.

    2. Re:A solution already exists (we're using it) by thefoobar · · Score: 1

      Nah, can't say I agree. First off you have the ISP costs. Then, you have the other local area businesses and college students (the coffee shop is next to the University of Washington's Bothell campus) that would leech, saturate, and overload the connection. If you only sold it for a couple of bucks an hour it would easily be profitable in one day.

      You don't have to deal with WEP for this service (it's MAC address / cookie based, I believe) so support isn't an issue. Yes, the firewall is as powerful, but it is bad business sense, as you're advertising for every student in the area (or non-student) who can't connect to the university's network to go ahead and suck away your connection. With basic controls, you can cheaply sell it, or bundle it with other products (buy a coffee get 1 hour).

      --
      ------------------ D. A. Davenport: http://www.firebin.net
    3. Re:A solution already exists (we're using it) by Perl-Pusher · · Score: 1
      The ISP costs are already there if you have a broadband connection for your PC, it's not that high if you have cable TV and high speed internet. Most coffee shops have a TV, are you charging for that?

      Then, you have the other local area businesses and college students (the coffee shop is next to the University of Washington's Bothell campus) that would leech, saturate, and overload the connection. If you only sold it for a couple of bucks an hour it would easily be profitable in one day.

      If you use the system I described, you won't be transmitting out of the premises if you keep it below 5 feet from the floor. The idea here is to give your customers something that makes them think they are getting something of value for free. The ISP connection and equipment can be written off as a legitimate expense and you can even write off so much anually for maintenance.

  95. some ideas by r · · Score: 4, Insightful

    first off, long term maintenance will be a problem. once you move on to a better job, the owners will have to deal with the networking themselves. so build them a system that's hands-off (ie. doesn't need patches :), or that then can administer themselves.

    i'd stay away from deploying your own linux-pc-based solution for as long as you can. a hardware box that includes all functionality would clearly be best, even if slightly more expensive. eg. a wireless router with bandwidth management. something that, once set up, remains easy to use. unfortunately i don't know of any specific models that would do exactly what you want. you could always talk to the manager of some starbucks, or borders bookstore, and ask them what they use. :)

    second, i like the idea of not going with the subscription model. my local coffeehouse just deployed wifi (using facefive), and when they did a test run for free, it caused quite a stir - a lot of people were coming in for the internet, and i think buying more. then they switched to the subscription model (only barely cheaper than starbucks), and it stopped. :(

    and while anecdotal evidence proves nothing, i just mean to say that a tip-jar model, even if it doesn't bring explicit income to cover wifi costs, should cause increased traffic, especially from students. this should translate to higher sales, and most likely also longer table occupancy. you should do a test run for three months, and see whether it pays off.

    and when you do that, please post the results! :)

    --

    My other car is a cons.

  96. Read this first by mike260 · · Score: 2, Informative

    This may affect your decision.

  97. Re: Popularity by mahdi13 · · Score: 1

    Weird, mine is a Dell (600m with a PRO/Wireless 2100, the non-Centrino ones use the Dell TrueMobile cards) the most problems I've had was getting the card working with Linux
    Do you know what the cards/APs were that gave problems? I would think it's a manufacture/software problem some how

    --
    "Some things have to be believed to be seen." - Ralph Hodgson
  98. Don't need computer for quotas by RobertPearse · · Score: 1

    Just get a broadband connection and put in an AP. Leave it wide open and don't give it a second thought. You're running a coffee shop, dude. Not a computer lab. Concentrate on your core business. Your customers will be more than happy to respect you and there fellow users.

  99. Recommended setup by Todd+Knarr · · Score: 1

    I wouldn't mess with an 802.11(a|b|g) router. I'd go with a basic access point and use a Linux or FreeBSD box for the router. You can run DHCP to hand out addresses, one of several Radius servers for authentication and accounting if you want to use individual accounts with passwords, and the rate-throttling features in the Linux/FreeBSD firewall to prevent hogging and lower the boom on the problem protocols (eg. SSH goes full-bore but the Kazaa ports are limited to 1K/sec).

  100. MOD PARENT DOWN by Anonymous Coward · · Score: 0

    We've had this discussion SO many times - it isn't illegal, and xbox-emulation.co.uk hasn't been sued out of existence.

  101. Software to control bandwidth by mwagner_00 · · Score: 1

    I believe there is a patch for the Linux kernel to make a box act as a Traffic Shaper. http://sourceforge.net/projects/l7-filter/ Here is how I would design it: Buy an old PIII or Celeron Box, hook it directly into the internet connection, have another NIC plugged into the rest of the network. Buy a wireless access point and hook it into the network. Configure the Linux box to be a router, DHCP Server, and also shape down P2P traffic. Or, another suggestion would be to use a transparent proxy, something like DansGuardian (www.dansguardian.org). That should keep the P2P stuff out, and keep the kids from surfing porn. I like the idea of the "tip jar" this way, the cable or DSL company can't charge you for a business account, since you wouldn't be "selling" the bandwidth.

  102. Wireless Router by chobee · · Score: 1

    I just bought a new wireless / dsl router from netgear at compusa. 99 bucks plus a 20 dollars mail in rebate. It's G and B compatible.

  103. Best ones are free by rblancarte · · Score: 5, Insightful

    I go to one of these places listed (JPs Java House) - they have free unlimited 802.11b access for anyone. Very nice.

    Overall, I think that your idea is great. I think you are making a bit more complex than it needs to be. If you want to have quotas that is fine, but why not just put up a 802.11g router (they are cheap) and allow open access. If you want to make sure that people buy stuff to get access - they do what another post says - WEP key on reciept, changed daily (sure, not hard to get around, but more of an honor system). And sure - put up a tip jar - clearly labeled with something like "FOR THE SUPPORT OF OPEN INTERNET ACCESS" or something like that. Heck, with this setup, you could be ready to go tomorrow (not next summer).

    I say just go simple. If you make access easy and pretty much open - people will come in just for that. Especially in a college campus area - simple and pretty much unlimited will probably draw a solid crowd.

    RonB

    --
    It is human nature to take shortcuts in thinking.
    1. Re:Best ones are free by rblancarte · · Score: 2, Interesting

      Hell, now that I was thinking about it (and reading down some more) - this is more complex than it needs to be.

      Heck, I would just provide the access via a solid wireless router. I would make it free and open to all. Block ports of known things you don't want running (KaZaa etc). That is all I would do. I would also do the tip jar just to get some extra cash to help pay for the access (but don't expect too much). And finally I would put up a clearly visible, but not obtrusive, sign that says "Free internet access provided. Security not provided." Or something to that effect that would basically let people know, if you use my access, I am not responsible what you do or what happens to your computer.

      I would not worry too much about quotas or stuff like that.

      One more thing - I would spend some solid money on the router - the coffee house I go to (JPs) sometimes will choke up and need to be restarted. They just have a simple Linksys one.

      --
      It is human nature to take shortcuts in thinking.
    2. Re:Best ones are free by Nykon · · Score: 4, Insightful

      A tip jar model might not hurt but I wouldnt not count that into your cost/earning budget. The first step would be to just get an 802.11b AP in, and and wait to see if people use it before you add a PC into the mix, unless you can just build or buy an older one for $100. As many failed Wifi providers have found is that people do not want to pay $10 /hr to use it, or pay at all. The best model is to offer the wifi for free. You then ask "how do you make back your money?". With in this model, you offer the wifi for free, which means more people will come to use it, and the people already using it will stay longer. As customers stay they are likely to buy food or more drinks.

      --
      "It's better to be a pirate then join the Navy"
    3. Re:Best ones are free by DukeyToo · · Score: 1

      Did anyone else think that "tip-jar" was some sort of Java file? It was all very confusing, what with the coffee (java) shop and all.

      Its probably just me. I need to get out more.

      --
      Most writers regard truth as their most valuable possession, and therefore are most economical in its use - Mark Twain
    4. Re:Best ones are free by Tony+Hoyle · · Score: 3, Insightful

      A PC will be more controllable - you can monitor usage, etc. I have a linux box running HostAP rather than a hardware access point, which is a really flexible solution (not many access points out there have stateful firewalls on :) plus I can do things like rotate the WEP keys to stop people breaking into it.

      The security bit is probably not so much of an issue for a cafe, but monitoring access (and if you do decided to charge a small fee, that'll be essential) is really useful.

    5. Re:Best ones are free by Ohreally_factor · · Score: 1

      What if the original poster was setting up access at his local swing club?

      --
      It's not offtopic, dumbass. It's orthogonal.
    6. Re:Best ones are free by BroncoInCalifornia · · Score: 3, Insightful
      I go to one of these shops while my daughter takes riding lessons. It is First Street Coffee in Gilroy, CA.

      They just have a DSL modem and an Apple Airport. No computer etc. This works just fine. People are not there long enough for major file sharing. I did download Open Office once while I was there.

      --

      Religion is the main cause of atheism.

    7. Re:Best ones are free by dema · · Score: 1, Offtopic

      Especially in a college campus area - simple and pretty much unlimited will probably draw a solid crowd.

      On the campus of the university I go to I can basically drive down 2 streets and pickup 5-6 different open APs from people in the dorms. It's rather interesting how uninformed people are about securing wireless networks (or their lack of care for it).

    8. Re:Best ones are free by lactose99 · · Score: 1

      For an open hotspot, I would suggest using NoCatAuth. Even for an open, free-for-all hotspot, NoCatAuth can be setup to require users to click past a disclaimer screen. This forces the user to accept usage terms before getting Internet access, which is perhaps a greater indemnifier than a sign out front saying "Security not provided".

      --
      Fully licensed blockchain psychiatrist
  104. Whoops by Anonymous Coward · · Score: 0

    Meant xbox-linux.sourceforge.net

  105. keep it simple. by unsung · · Score: 1

    I agree with the ones who say to turn off WEP. In fact, I'd go one step further and say that you don't even need to traffic shape given your small town/regular customer base. In all likelihood people aren't going to be downloading porn in an open/public atmosphere. Start small, with only the router/access point - this keeps the cost of equipment practically negligible. Your main cost will be the ISP connection. You can always scale up later. Just remember that once you offer the service, it may be difficult to take it down. Your customers may not like it.

    If you're really concerned about people downloading illegal stuff, then you should let your customers know that you're prepared to unplug the service if this should happen.

    I'd say that the only thing that you should be concerned about is that some people may plant themselves in front of a station for a dollar coffee and not move the entire day. Unless if you're going to charge for access, there's not much that you can do in this regards (with the minor exception of not offering power outlets).

    Good luck!

  106. Lower Speed helps self regulate by Anonymous Coward · · Score: 0

    Sticking with a lower speed card helps limit the "over agressive Kazaa" users.

  107. Re: Popularity by Anonymous Coward · · Score: 0

    What kind of popularity are you expecting?
    20 people sharing a single dsl/cable line would not be very practical, so you would have to factor in the cost of a faster internet connection.


    20 People sharing a modest DSL/Cable line is entirely practical.

    I used to run the computers for a schoold district, just not so long ago. Several high schools (4 to be precise) and 5 middle schools all shared the same T1. Realistically, a maximum of 80 people would be using it pretty well at any given time. That's 10 students per lab, with a few in the library, per school.

    Unless they are abusing the system (which we pretty much didn't allow--very tight restrictions, and everything went through a good proxy), and bandwidth shaping was in place, it worked perfectly. Average speed downloading even large files was more than adequate (30KBps+ at peak times), and latency was generally very low.

    A cable link for 20 people who are just searching or reading and surfing is more than sufficient. Heck, a few of them could be streaming 128Kbps MP3s and, there would still be more than enough to go around.

  108. Why bother? Just leave it open? by marklyon · · Score: 1

    The local coffee shop I visit has there Internet service provided by Air2Lan. Basically, Air2Lan drops a connection to them and they have a 802.11b/g AP on their end, open to anyone wanting to use it.

    It's one of the cheap linksys ones. There is no big deal to use it, you just come in and connect, or sit on the patio, or whatnot. They even put a few six-outlet strips around the room.

    They now attract many more customers than they did in the past, and for the most part, people don't have to be forced to buy in order to do so. After all, you sort of feel obligated to have a mocha or whatnot on the table next to you.

    The only thing they do in the line of security is to cut it off each night when they close. To simplify that, they wired the AP's power to the same switch that controls the "open" sign.

    Don't over-think what you're trying to do here. You want it to be easy for new customers to come into your store and enjoy your main product. Drop the obsession with "securing" everything and "limiting" what goes on. It's just a waste of your time.

    --
    -- Mark Lyon http://www.marklyon.org
  109. Mudhouse in Springfield, MO by HoldenCaulfield · · Score: 3, Insightful

    The coffee house I've been frequenting (Mudhouse in Springfield, MO) has free WiFi for anyone that comes in. No WEP, no fees, no nothing. In fact, they just have a consumer SMC access point, and I'm guessing that whoever set it up was a non-techy. Anyone can access the admin functions by using the web interface, and while there is an admin password, if you know the name of the coffeeshop, you could change that too.

    So how does this work? How come they haven't been hacked or had tons of b/w leeches? I think all this works because the coffee house was a pretty decent community to start with. It serves the local college kids, is part of the monthly art walk (they act as a gallery for a local artist), and you'll usually see/hear a group of teenage/college-age church groups, and lots of people who just want to sit and chat and have coffee. There's an honor system, and it seems to work. (Case in point would be my accessing the admin functions, but not changing anything, just taking a peek to see what kind of setup they were running.)

    I'd estimate the coffeeshop seats maybe 60 people, and you'll see maybe 3 or 4 laptops on a Friday or Saturday night. The model probably works cause the kind of atmosphere the coffee shop has - they have board games you can borrow, and there's almost always a group playing Scrabble, and usually a group playing Skip-Bo or some other card game. They also have two large bookshelves filled with books (it seems to be a popular site for people to release books from bookcrossing.com).

    I'd imagine in a town of 50k, just plugging in a WAP would work fine. All these people suggesting traffic shaping, changing WEP keys daily, etc etc might want to consider that a social solution might work just as well as a technical one in this case.

    1. Re:Mudhouse in Springfield, MO by Anonymous Coward · · Score: 0

      Do you know what technology they use?

  110. Soekris Net4521 & Pebble Linux by chill · · Score: 1

    Over Christmas, my D-Link wireless rotuer (B) died.

    I had a Soekris Net4521 and a D-Link DWL-650 wireless B card laying around.

    The Net4521 is a 133 MHz AMD Elan (486 compat) system with 64 Mb of RAM, a CF slot, 2 10/100 ethernet ports, a mini-PCI slot and 2 PCMCIA/Cardbus slots. It is small (10" x 6" x 1/2") and not very expensive ($235 for 1).

    Pebble Linux is a Debian-based distro designed for the Soekris line of boxes. It includes NoCat Auth, Mad WiFi and HostAP tools for making your own WAP.

    You'll need a minimum of 64 Mb CF card to load it on, though it boots read-only and runs in RAM. You'll also need a wireless card that supports Host AP mode.

    The whole setup cost me less than $300, and it is more than just a WAP. It is a real linux box with SSH, auditing tools, logs, etc.

    Soekris also makes the VPN 1211, which is a mini-PCI crypto accelerator. From what I've researched, OpenSSL supports it for offloading SSL/TLS transactions. I'll be testing this out over the rest of the week.

    The Net4521 also has a hardware watchdog, for resetting itself in case of problems AND supports power over Ethernet (802.3af) for those hard-to-find-juice locations.

    If you're really ambitious, plug in a B/G card and an A card (second PCMCIA slot) and provide the whole spectrum of coverage. Let me know if you find a G or A card that Linux can put into HostAP mode, though.

    Good luck.

    -Charles Hill

    --
    Learning HOW to think is more important than learning WHAT to think.
    1. Re:Soekris Net4521 & Pebble Linux by ctbarker32 · · Score: 1

      TechTV did a story on building your own access point:

      Build a Wireless Access Point

      -CB

  111. My own setup by strredwolf · · Score: 1

    I used a Pentium MMX 200 with a PLX-based adapter and a normal PCMCIA Card to do wireless service at home. Total cost now is probably under $100-$200.

    Look at NoCatAuth for wireless handling.

    --

    --
    # Canmephians for a better Linux Kernel
    $Stalag99{"URL"}="http://stalag99.net";
  112. FreeSpots by Anonymous Coward · · Score: 0

    This doesn't address the issue of hardware but...

    In Tokyo there are many local coffee shops that provide free wireless to their customers. The Japanese have taken the term "Freespot" to distinguish between those hotspots that require you to be subscribed to some service, like YahooBB [http://bbpromo.yahoo.co.jp/] for example, and those that you can just jump on.

    These FreeSpots usually don't have any security on them at all, just walk in (or hang around outside), open your laptop, and off you go. I lived in Tokyo last year, and didn't even have my own ISP, as you can always find a coffee shop to grab email and get some work done when you really need it anyway.

    Here is a list of some freespots in Tokyo.
    [http://www.freespot.com/users/place/kanto /map_tok yo.html]

  113. bandwidth? by garver · · Score: 1

    You've only considered capital expenses, not operational expenses... like bandwidth. Even if you get a low-end business grade DSL link, you're talking around $100/mon. In the long run, that will dwarve your capital expenditures.

    1. Re:bandwidth? by pe1chl · · Score: 1

      Why would you need a business grade line for that?
      And are lines so expensive in the US?

      I guess we are lucky. For that money we get an uncapped ADSL (8Mbit down 1Mbit up) line here.

    2. Re:bandwidth? by garver · · Score: 1

      You need business grade if you are going to resell it. Also, whether they admit it or not, they are running a business here. It's not home use.

      Home use DSL here is around $40-$50 for 1500/768.

    3. Re:bandwidth? by decepty · · Score: 1

      You pay HOW MUCH??? Around here SBC offers "low-end" business DSL for $27/mo. Granted you'll probably want something better than 384/128, but for $10 bucks more you can get 1500/384. That should be fine to meet the demands of initial users at a small establishment and obviously, as demand/revenue grows, so too can the bandwidth.

      --
      Be careful! Bears shouldn't consume large furry dogs.
  114. ZyXEL ZyAIR B-4000 Wireless LAN Hot Spot Gateway by sunryder · · Score: 2, Informative

    Here is *exactly* what you need :
    http://www4.tomshardware.com/network/20031016/i nde x.html

    According to the review, it is a "802.11b Hotspot router aimed at the wireless-with-your-latte Mom 'n Pop store-owner. Includes receipt printer"

  115. HUH? by Anonymous Coward · · Score: 0

    Shouldn't the title have read "Homebrew Wireless APs in Coffee Shops"?

    The coffee shops aren't "homebrew".

  116. Dlink and ZyXel both have boxed solutions by ejoe_mac · · Score: 1

    Dlink has a product, DSA-3100 that would take a DSL connection and provide a "trusted" network segment, and an untrusted segment. Toss any AP into this "untrusted" network and attach the reciept printer, and there you have a "push a button" reciept that would have login and password info, so as to limit someone to a time you determine.

    ZyXel's solution is a lot less configurable, but a little cheaper.

    In the end, you need io ask yourself to what level do you want to support this coffee shop, and what would happen in the event that the PC running this place died the night before a final ;)

    1. Re:Dlink and ZyXel both have boxed solutions by ShawnDoc · · Score: 1
      Actually, the ZyXEL solution is a LOT cheaper. The D-Link 3100 requires you buy their printer ($300) plus an AP. To get an AP with simliar features to the built in AP on the B-4000 you need to buy $230 AP.

      The B-4000 features IP Spoofing and layer 2 isolation. Basically, it keeps wireless users from being able to talk to each other. This is a good thing, as it keeps bored CompSci students from being able to hack into other users computers (Or at least makes it much harder).

      Either way, you are talking about 40% for the ZyXEL solution, and one less box.

  117. Re: block IP ports by RT+Alec · · Score: 4, Informative

    This is exactly the approach I took when setting up a similar hotspot. I published some of the technical details here. We use mostly Netgear wireless routers, and a FreeBSD box for the core firewall/gateway.

  118. Why is every "Ask Slashdot" completely stupid? by OrangeTide · · Score: 0, Flamebait

    I don't get it. Why is the "Ask Slashdot" questions always stupid? If you are capable of running your own business it seems like you are capable at doing your own research instead of going to a bunch of people who will just "shoot from the hip".

    "Linux distribution for use by cybercafes?" What kind of insane crap is that? Yes. we need yet another distribution that won't be maintained properly. What is wrong with getting RedHat or Debian or SuSE and putting your cafe's logo on the desktop. If that's all you actually need.

    Also a computer to manage your wireless network isn't going to cost you $500. You've obviously not done any research what-so-ever.

    I don't blame you, but I blame whoever decided to move your post up to the front page of the site. Of course 100 morons will throw in their 2 cents to this post and feed you tons of misinformation, you should probably ignore all the "answers" and move on.

    --
    “Common sense is not so common.” — Voltaire
    1. Re:Why is every "Ask Slashdot" completely stupid? by Avatar889 · · Score: 1

      So pretty much what you're saying is that you are a flaming retard with nothing useful to offer. Then why don't you just shut the fsck up and let other people answer. The reason he was asking is that possibly some other people have already done the research and have working models that he could use as an example. If you don't have anything nice to say, don't say anything. Oh yeah, and you're an ignorant imbecile.

      --
      Nullum magnum ingenium sine mixtura dementia (There is no great genius without a mixture of madness) - Aristotle
    2. Re:Why is every "Ask Slashdot" completely stupid? by BenjyD · · Score: 2, Insightful

      Yes, it is possible to get answers to many of the questions with google. But why not Ask Slashdot? The Slashdot readership is still, despite a lot of wannabes, in general extremely knowledgeable. I imagine many other readers have implemented this kind of thing and have (*gasp*) real-world experience of how this sort of thing works out. Good luck finding that on Google anywhere but on mailing lists and Slashdot.
      By posting on the Slashdot front page and collecting a few hundred comments, the story poster gets his question answered many times over, and everyone else considering implementing this gets a large page of ideas.

    3. Re:Why is every "Ask Slashdot" completely stupid? by OrangeTide · · Score: 1

      Somehow I offended you?

      "If you don't have anything nice to say, don't say anything. Oh yeah, and you're an ignorant imbecile."

      You're a very funny guy.

      --
      “Common sense is not so common.” — Voltaire
    4. Re:Why is every "Ask Slashdot" completely stupid? by OrangeTide · · Score: 1

      Your idealism astounds me. My point was that the slashdot community isn't knowledgable. I really do feel it's a reasonable conclusion that most (if not all) slashdot replies to Ask Slashdot are people shooting from the hip.

      Also, Google does have answers. Of course you might not want to pay for your answers, but you get what you pay for.

      --
      “Common sense is not so common.” — Voltaire
    5. Re:Why is every "Ask Slashdot" completely stupid? by Anonymous Coward · · Score: 0
      You've obviously not done any research what-so-ever.
      Obviously neither have you... "You've" is a horrible imperfect butchered pseudo-contraction.

      Anyway, just another "moron throwing my two cents in"...
    6. Re:Why is every "Ask Slashdot" completely stupid? by AetherBurner · · Score: 0

      The only stupid question that exists is the one that does not get asked.

    7. Re:Why is every "Ask Slashdot" completely stupid? by OrangeTide · · Score: 1

      Fair enough.

      Why did he bother to ask that question?

      Why did you bother responding to my post?

      --
      “Common sense is not so common.” — Voltaire
  119. Is there any demand? by Anonymous Coward · · Score: 0

    50,000 people isn't a huge customer base. Is there any demand at all in this town for such a service? I assume they've at least seen people in the shop using laptops? I think it's a great idea but if there's nobody to use it they'd be dumping some VERY hard earned cash away on it.

  120. ZyXEL ZyAIR B-4000 by nuxx · · Score: 1

    This might be a little off-topic, but the ZyXEL ZyAIR B-4000 has come in handy for a number of small wireless POPs I've talked to. Basically, it's a self-contained AP / billing / access control system that's available for ~$700. There's a Tom's Hardware review here detailing a bit about how it works. In short, you program the buttons on the front for whatever time/price you want, and the receipt printer spits out a serialized receipt containing a password which will allow the user's machine to access the network for X period of time. Nice and simple for non-techies to operate.

    I'd imagine that if you did a $5/day or /week this way, the price would remain cheap, the hardware would be reliable, and easy for anyone working the coffee shop to use.

  121. MeshAP from Locustworld by Baldrson · · Score: 1

    Just use the MeshAP software from Locustworld, register your box's hardware key with WIANA and under the administrative menu there set the traffic shaping the way you want for the over-zealous P2P users.

    1. Re:MeshAP from Locustworld by melonman · · Score: 1

      I was wondering if anyone was going to mention this. It's exactly what the OP asks for, a Linux distribution that does it all for you, and you can run it on an old 486 or a mini-itx box with the software on CF. I'm using two of them plus a satellite uplink 400m away to browse atm...

      --
      Virtually serving coffee
    2. Re:MeshAP from Locustworld by agent · · Score: 1

      LocustWorld software rocks! I am surprised it was not mentioned earlier.

  122. IleSansFil - just that by minaguib · · Score: 1
    Take a look at the web site of a group I'm involved in, http://www.ilesansfil.org. We're based in Montreal, Quebec, Canada.

    We're doing just what you've described, although the cafe pays for the hardware as opposed to a tip-jar model.

    We have lots of documentation at our WIKI. The NodeSetup page might be exactly what you're asking for.

    1. Re:IleSansFil - just that by millette · · Score: 1

      We're also working on a custom distro:
      easyhotspot.waglo.com

  123. Just one 'b' card and the entire 'g' network slows by kenjib · · Score: 2, Informative

    One thing to consider is that there is a problem with using a 802.11g card in that the backward compatibility with 802.11b works such that only one standard can be in use at a time. So, a single 802.11b NIC on the wireless network will make the router drop to 802.11b standard and all of the 802.11g NICs will be stuck with the slower speed as well. This means you only get the added speed gains for 802.11g if every single device in range is using that standard. I believe the manufacturers are looking into addressing this with a possible firmware upgrade, but I'm not sure where that stands currently.

  124. pay per cup? by gmhowell · · Score: 1

    Are customers paying per cup? If so, the tip jar should be sufficient. Why? The goal is to keep customers there buying more cups of coffee. Increased coffee sales should offset what the tips don't cover.

    --
    Jesus was all right but his disciples were thick and ordinary. -John Lennon
  125. Re:ipfw/natd by RT+Alec · · Score: 1

    Use ipfilter, which has a nat module built in. Works like a champ. I've used this setup on FreeBSD and OpenBSD, even on older hardware (200Mhz Pentium Pro) it can handle 3 zones on a (almost) saturated T1.

  126. dirt cheap and easy... just like i like my girls by thoolihan · · Score: 2, Interesting

    This shouldn't be too hard. Let's look at the issues:

    PC (FOR CONTROL) - the owner probably already has one. spreadsheets for payroll etc. Many ap's can be controlled with just a browser.
    TECH SUPPORT (FOR CUSTOMERS) - don't do it. free internet access, but customers must set themselves up. Besides, if someone is lost, they could always ask someone else with a laptop to give a hand.
    SECURITY - two options. As many have pointed out, WEP Key on receipt. Or, just have open access (sounds crazy, but so is anybody who submits sensitive information to a non SSL page). Either way, have a disclaimer posted.
    QUOTAS (referencing the Kazaa statemnt) - port blocking would be easier. Still, I would wait and see if this is really an issue.
    MONTHLY COST OF INTERNET ACCESS - That's the real cost that matters to the owner. That and whatever you charge him to support the thing.

    -t

    --
    http://unmoldable.com W:"No one of consequence" I:"I must know" W:"Get used to disappointment"
  127. Bus mastering by tepples · · Score: 1

    A little bit of time searching tech support revealed that the card needed a mobo that supports PCI bus mastering

    Roughly, "bus mastering" means that a card can read and write RAM and perform I/O on its own without CPU help. More details: FOLDOC definition of bus master. Some motherboards may be able to turn this on and off in the BIOS setup screens.

  128. Coffee shop ups and downs by British · · Score: 1

    One coffee shop I go to, A Fine Grind, has free Wireless(b) AND ethernet ports. I love it. The internet access there is flaky sometimes, but has worked for me each time.

    Another cofee shop, The Spyhouse, has an Airport on it. they have an SSID of "spyhouse" and a password of "coffee".

    It works fine on Macs, but everyone I talked to with a PC coudln't get it to work due to a password. One linux user reported getting it to work.

    My question for Spyhouse is WHY have a frickin' password in the first place? Maybe they are just biased towards macs. No following the KISS principle. Needless to say, they don't get my business. Not worth the hassle.

    As for your wireless routers, don't use A or G. I have yet to meet one person with either of those cards. Stick with b, which will save explaining to your customers why their "wireless card" won't work with your 802.11a/g equipment.

    1. Re:Coffee shop ups and downs by tuxedobob · · Score: 1

      I haven't had to try this myself, but there's supposed to be a checkbox in the AirPort Admin software that says, "Enable Equivalent Password", or something like that. Checking that should let PC users connect.

      Or so I've heard.

  129. Don't charge for it. by darkgumby · · Score: 0

    Don't charge anything for it, not even a tip jar. Advertise the service and encourage them to stay longer and buy more coffee and invite friends to switch from StarBucks to your shop.

    Have them give you their MAC address and add them to the access list. Block those who abuse. Of course publish the rules first and give them the rules when they give you the MAC.

    e-smith is a very easy to setup/use/admin firewall/gateway/router/etc that will run on little hardware and do all you want (plus more) for free. You could even add a printer to the e-smith box to really attract the business users. Put a tip jar next to the printer.

  130. Star-OS by Anonymous Coward · · Score: 0

    Check it out.

    www.star-os.com

  131. make it free and be done with it by Yonder+Way · · Score: 1

    I don't use commercial wireless internet and I wouldn't I don't want to be bombarded with ads, either.

    Bandwidth is pretty cheap, especially if you aren't reselling it. Dump $100 into hardware up front, another $50 a month for the bandwidth, and leave it be. Don't go putting all kinds of crap in front of me to slow me down. Just let me sit down, drink my coffee/tea/beer and surf in peace.

  132. nocat on a wrt54g by GlassUser · · Score: 1

    My initial response is to say to use nocat auth on a wrt54g with ipchains modified to block TCP 25 outbound and nocat hacked so the owner can set a daily password if they desire.

  133. Go cheap by anaphora · · Score: 3, Informative

    I don't think the tip jar will pay for the setup, but I suspect customers may come and drink more coffee, so it'll be worthwhile even as a learning experience.

    Go with 802.11b. Your internet connection isn't nearly fast enough to saturate 11Mb/s. Use an access point that goes to an ethernet card on the computer, which has another card that goes to the internet. If you want to run a wired or private network as well, hang a third card off the computer and make sure no one can go from the public network to the private one, only to the internet.

    Then go wild with the linux. Be aware that the more programs you run, the more vulnerable you are to attacks. You'll be ssh'ing in every month to update the software if you use any new software that hasn't undergone the rigors of years of public internet testing.

    Alternately, use an AP/Router combination. Make sure you don't skimp. Many have ability to block ports, limit usage, etc. You won't be able to prevent spammers as easily, but your ISP will tell you if that' becoming an issue. If so, put in a box later.

  134. You don't need a computer... by Anonymous Coward · · Score: 0

    The enterprise grade Orinoco APs have the ability to authorize in a number of different ways. Even via Radius Server for packet shaping, MAC based authorization, maintenance, more. That's how they do it at Higley's Coffee in La Canada. (Los Angeles foothills area. Google.)

    Heck, you could even use a consumer grade AP like the perfectly reliable and functional D-Link 614+. I use this AP at home and it's insanely reliable, quite secure, and feature-filled. (Just make sure you reset the passwords, turn remote admin off if you're not going to use it, etc...) I have yet to see that box freeze, crash, or allow spurious packets to my LAN. Amazing box. (The new firmware might suck. I don't know about that. Mine's a tank.)

    Free WiFi with a reliable connection and bandwidth is one of the metrics by which I judge a coffee shop these days. (Tolerable or better coffee is still on the list.) I'm willing to travel farther for a shop with WiFi.

    Yeah. Free. Not as in beer. As in free. I would figure in this day and age a coffee house is going to have some sort of broadband for business use anyway. APs aren't that expensive, and you can usually find trustworthy geeks at a coffeeshop more than willing to set it up for you. (To protect your internal network from inside, to protect it from outside, etc.)

    That and good placement of power outlets, including outside for us smokers.

  135. nocat.net by SenatorTreason · · Score: 2, Informative

    Check out these folks. They have everything you need for your purposes. Here is their wiki for some more info about the actual softare involved..

  136. 802.11a/g Compatability by ssewell · · Score: 1

    It's my understanding that 802.11a/g is backwards compatable with 802.11b. However, you won't get full speeds unless all connected clients are utilizing 802.11a/g.

    1. Re:802.11a/g Compatability by Frennzy · · Score: 1

      You're slightly misinformed.

      802.11g (54Mbit) is backwards compatible with 802.11b (11Mbit), since they both run in the same frequencies (2.4GHZ)(thus can use the same antenna/chipsets on the WAP). 802.11a (also 54Mbit) runs in the 5GHz range, requires different antenna and chipsets. There are some WAP's that include both antennas/chipsets, thus you could support a/b/g.

      It is my understanding, however, that most b/g AP's will negotiate down to the least common denominator (all connections will drop to the speed of the slowest connection when multiple connections are present.) I haven't researched that, though, so googling would be appropriate.

  137. Provide 802.11 but no AC outlets by Bretski · · Score: 5, Interesting

    That's a trick a local coffee shop uses here. Free network so you'll stay an hour or two, but you can't charge your laptop to stay longer than that!

    1. Re:Provide 802.11 but no AC outlets by faedle · · Score: 1

      With a small thin $100 battery, I get almost 10-12 hours of battery life out of my Powerbook G4. The lack of AC isn't going to keep me from camping out...

    2. Re:Provide 802.11 but no AC outlets by Anonymous Coward · · Score: 0

      Most places wired to code require an outlet every "x" linear feet of wall space. Before taking this approach I'd find a licensed electrician and ensure you aren't setting yourself up for making some extra mods to your cafe.

    3. Re:Provide 802.11 but no AC outlets by dws · · Score: 1

      I wouldn't be so quick to write this down to greed. The coffee shop I hang out in had to shut down "free" plugs after some thoughtless patron unplugged their juice refrigerator. Given the way the place is configured, it was easier to "pull the plug" entirely.

    4. Re:Provide 802.11 but no AC outlets by Anonymous Coward · · Score: 0

      On my Toshiba M10 S-405 I can get 8+ hours with the 2nd internal battery installed at a decent backlight brightness.

      Where is this place? :)

    5. Re:Provide 802.11 but no AC outlets by darkwhite · · Score: 1

      Many people prefer to work in cafes. As in, write novels, papers, manuscripts, or read for research, for many hours. They may even credit your cafe in the finished work, but in any case they are valued frequent customers. So no, lack of AC outlets is no substitute for a real quota/abuse prevention or access control system on a WAP.

      --

      [an error occurred while processing this directive]
  138. Re:You're forgetting why Starbucks charges 10/hour by chill · · Score: 1

    I've NEVER seen a Starbucks charge $10/hour in the U.S.

    Where are these locations? The ones I've been to (Spokane, Seattle, D.C., Orlando, San Francisco, Dallas, Chicago) all charge $10 / DAY or $30-40 unlimited monthly.

    If you have a T-Mobile account you can get it added on for like $20 a month (unlimited).

    -Charles Hill

    --
    Learning HOW to think is more important than learning WHAT to think.
  139. Misleading write-up by Nexus7 · · Score: 3, Informative

    It's misleading to quote this $10 number for Starbucks. Monthly all-you-can-eat is $30 ($20 for T-mobile cell phone subscribers). For this price, you're getting the use of every Starbucks and Borders hot-spot out there and you know there are a few around. If you're in any place of a reasonable size, you know you can find one pretty easily, and you know you can hop on with no hassles. If you go by the hour, then sure you're going to pay more, but unless you surf like once a month, you're not going to go that route. That'd be for people on travel and it's worth more that $10 to the business for the connectivity.

    There are many things family-owned coffee-shops are good or better for, but let's not knock *$ gratuitously. And there are things definitely lacking in *$ HotSpot service, but clearly you're not interested in addressing connectivity issues, you're interested in a business model for hot-spot service. And to qualify that, the issues with HotSpot service are mainly due to it being platform-independent (read "works with Linux").

  140. From Austin TX by JiPiT · · Score: 1

    In Austin, there's a handful of coffee shops (and a few bars) that offer free wireless access. The hardware is dirt cheap; administration is minimal, and $50 per month for internet access is not much to cover for a larger coffeeshop.

    Their premise is that the cost of the DSL and hardware is far outweighed by the number of people that come in to use the internet, and feel obligated to buy coffee. For the most part, this seems to be true. People are more likely to frequent these homebrew coffeeshops (rather than starbucks, etc). Even a few bars have jumped on the bandwagon, hoping to attract the lunchtime tech-friendly crowd. These free access points have the added benefit of forcing large coffeeshops to reconsider their dreadful "T-moblile" $10/hour business model.

    In short, the free model has been very benificial for everyone involved (except T-mobile :) ). Your experiences may vary; Austin is a rather tech-friendly town with a high population of laptops, but I encourage you to try and keep it free.

  141. mmm...coffee by ev1lcanuck · · Score: 1

    I certainly would put five bucks in the jar if I used it once. Of course, I'd like to see A/G used, my laptop has support for A/B/G and I think we need to see more A access points around because I find the overall experience to be better with A than with G. And B is just sooo 2003 ;-)

  142. Check out Mountain View Coffee shop by HgAtIDesignDotNet · · Score: 2, Interesting

    This one seems to work with exactly your concept in a large city: http://www.live.com/danastreet/

  143. OP: Here is a fun tip - by Glonoinha · · Score: 4, Informative

    Whatever else you do, change the default password on the router.

    --
    Glonoinha the MebiByte Slayer
  144. College Perk in College Park by TheSync · · Score: 2, Interesting

    The College Perk coffeehouse in College Park, MD, has free wireless.

    Another place in the area told me "we don't have wireless because I don't want people coming in and just using the Net and not buying anything."

    OK, well, guess where I buy my coffee now?

    Also at College Perk, I organized a Chat with the Baghdad Internet Cafe that brought in many customers.

    1. Re:College Perk in College Park by waltmarkers · · Score: 1

      I've used that AP before, as many UMD students have. It's quite spiffy. Many, Many people bring laptops, study and buy coffee for hours on end.

      It's also the only place where I can get green tea cola, play pool for a buck a game 24 hours on weekends, and till two in the morning every other day. Starting next month, they also are going to have a bar, and food. They also have a ton of board games you can just sit and play for free. And all this is just in one large oversized house. Most nights they have music too.

      The point of all that was, wireless APs should be a customer draw, not a service you charge for. When I have something to do at college perk, I stay for hours, drinking many green tea colas, and cafe mochas, when I have nothing to do, I stop by for A cup of coffee, not 3 or four.

  145. What kind of bandwidth? by Creepy · · Score: 1

    I think the controlling factor would be the bandwidth of the business connection to the internet itself - which is also probably the biggest recurring cost - probably $100/month or more - but the big question is why bother with a gigabit ethernet? Typical fast ethernet is 100Mbit/second (~$20/card) - much faster than most pipes (but a practical cap in a multi-user system is probably closer to 80-90Mbits/second due to high collision and packet loss). The only reason you would need this is if you're having lots of local sharing between people in the coffee shop (say, games). Even then, standard ethernet is usually fast enough.

    Without a monitor, you could even build a cheap micro-ATX with video/sound/ethernet built in (adding a cheap case at $50-$60, 512MB memory ($50-$70), a 40GB drive ($55), floppy drive ($12), CD-ROM ($20-$30) and a 1.5-2GHz CPU ($30-40)) for about $250 - I did it for $189 last year for my wife's computer (she already had Windows and all drives). You then add your $25-100 for the local ethernet routing, depending on type.

    Also remember that all of this would be a deductable business expense for the shop (if they paid for it).

  146. Draytek routers in the UK by MeerCat · · Score: 1

    I'd stick with the advice of others re: do it with just a decent router, and don't bother with traffic shaping etc.

    Here in the UK the best value small routers I've found are the Draytek range, sold by Seg, and quite highly reviewed.

    The 2600G should be all you need for 179 quid (199 including a card of your own ), it does wired and wireless, the firewall is solid, and if you end up needing to filter you can do so quite easily.

    Plus the user forums show that whilst there is the odd glitch and imperfection, but at least you can find other UK users to help when your ISP goes a bit weird.

    I have no connection with them, but I'm a happy user of their products in the UK

    --
    I spent a lot of money on booze, birds and fast cars. The rest I just squandered. - George Best
  147. Somewhat false info by Anonymous Coward · · Score: 1, Interesting

    BTW, the T-Mobile service (i.e., the Starbucks wireless) isn't $10/hour; it's $7 for one hour, $10 for a one-day pass, or $30-40/month if you sign up for the monthly plan (for $30 you're limited to one geographic area, i.e., "the Bay area" or "the Seattle area"; $40 gives you roaming).

  148. Deployed a similar setup in Philadelphia by EvilTwinSkippy · · Score: 1
    I was asked by a coffee shop to set up wireless internet access. I used a script that pulled MAC numbers from the DHCP server to identify each machine. If the MAC number matched someone who paid for service, IPTABLES was told to NAT traffic for that user.

    Unless your MAC number is on my "paid up list" everything else was blocked, except for port 53 and 80. Port 80 was redirected to a local webserver that would allow a user to log in and register his/her presence with the system. Port 53 is left open so you can resolve "gateway".

    If figures I was going to link to my website, but something has just knocked out Cavalier's network. http://www.etoyoc.com

    Follow the link for "wifi".

    --
    "Learning is not compulsory... neither is survival."
    --Dr.W.Edwards Deming
  149. It's the 21st centuary... by Anonymous Coward · · Score: 0
    You will have plenty of trouble using VPN if you're behind NAT on a router without passthrough anyway.

    That's pretty braindead VPN software... If your IT department hasn't upgraded to a VPN that can handle clients behind a NAT then you need to fire them.

  150. Re:Coffee shop distro by decepty · · Score: 1
    Do you really think your average barista is going to want to deal with Linux when something goes awry?

    The "average barista" works at Starbucks who have their APs set up and managed by T-Mobile... 99% of the time, baristas dont have to deal with the APs (if they are even aware that they exist).
    --
    Be careful! Bears shouldn't consume large furry dogs.
  151. I think parent post is right. by Kludge · · Score: 1

    Start simple. Just allow open access. If you start having problems (I assume that you'll be using this access point regularly), then throw in a cheap PC to do the fancy bandwidth/packet management. The most important thing is to get it up and running soon so people are attracted, then iron out the bumps out as you go along.

  152. Donation Jar for upgrade by InfiniteWisdom · · Score: 2, Insightful

    How about this... start out with a b access point which, as others have mentioned you can pick up for $20 or so. Have a little jar soliciting donations for an upgrade. If enough people are interested you'll soon have the cash for a new accesspoint.

    As I recently discovered when I counted the change that had accumulated in the coin compartment in my car, bouncing back loose change can add up pretty quick.

  153. geez by erik1474 · · Score: 1

    like I'm gonna pay as much as I do for net access at home for a month's worth at some coffeeshop...

    1. Re:geez by Nogami_Saeko · · Score: 1

      Not to mention the money they'd make if you were buying coffee there as well.

      Considering the markup over raw supplies on a cup of coffee (read: water through beans) is hundreds or thousands of percent, just buying a couple cups should give you free access all day.

      N.

      --
      "Nothing strengthens authority so much as silence." - Charles de Gaulle
    2. Re:geez by Anonymous Coward · · Score: 0

      Just because the grandparent post is about a place which charges those rates doesn't mean the article author has to. Pre-print "daily" cards and give them out free with any purchase or any purchase over a certain $, etc. If you have those "buy 10 get one free" cards, give the customer a 1 week or 1 month card free along with the free coffee when they turn in a card with all it's punches.

  154. Your mom. by Heisenbug · · Score: 2, Interesting

    Yo momma has a wireless laptop.

    At least, mine does. So does anyone else who has a recent Mac. She might well wind up in such a place, if she was travelling with her laptop, which of course she does -- and in that case, she would surely be able to handle a simple web proxy form, but not a WEP password.

    1. Re:Your mom. by Golias · · Score: 2, Informative
      ... So does anyone else who has a recent Mac...
      ... she would surely be able to handle a simple web proxy form, but not a WEP password.

      Have you ever used a Mac's "Airport" connection with a WEP!? It's less work that setting up web proxy settings.

      --

      Information wants to be anthropomorphized.

    2. Re:Your mom. by KevetS · · Score: 2, Insightful

      Mod parent up. I'm not sure about configuring WEP on a PC, but on my Powerbook if there's a wireless network in range that I'm trying to join (Airport menu -> name of wireless network) and it doesn't already have the WEP key stored in my keychain, it will pop up a window asking me what the proper key is (along with a drop menu to choose which level of encryption). Simply type in the key, hit ok and *gasp* it's working!

      All incrediby easy if you can 1. connect to a wireless network and 2. read.

      --
      This is my United States of whatever.
    3. Re:Your mom. by Sparks23 · · Score: 1

      I have a Powerbook G4, and a Sony Vaio laptop. The Sony is an absolute pain to get online onto any WEP-based network I've not been on before. The Powerbook, in general, will find networks and connect to them (and prompt me if they need a WEP key). The problem I have had is with networks that use non-standard WEP password-to-key generation (a certain 802.11g router at my sister-in-law's family's house being the particular offender here), they won't play nice with my Powerbook. (Of course, the Vaio couldn't get online on that network either, but at least the Powerbook actually /found/ the network before choking.)

      That said, most laptops contain wireless these days. Most college students have laptops, as do many business-folk. Maybe it's just Seattle -- where almost every cafe, coffee-shop and bookstore seems to have wireless access these days -- but I know plenty of people who don't know a lot about computers, but expect to be able to sit down at a restaurant, cafe, or whatever and have their laptop find the wireless net. Sure, some computers (like the Powerbook) can handle WEP quite easily, but for your average user, it's much easier to sit down, open your browser, and have it take you to a page that says basically 'here are the terms for local Internet access, click here to accept' and then boom, you're online.

      --
      --Rachel
    4. Re:Your mom. by Anonymous Coward · · Score: 0

      There is no standard passphrase-to-WEP-key algorithm. If anyone, Apple and 3Com are the offenders here. Pretty much everybody else is using the same algorithm. That said, most users don't type passphrases long enough to create satisfactorily random WEP-keys, so you should use a random number generator and enter the hex key. All this confusion should make it pretty obvious why public access points should not use WEP, despite the user-friendly interface of MacOS. Besides, WEP provides a false sense of security: All users on a WEP-protected WLAN can read eachother's packets. WEP only slows down people who don't know the WEP key, which from a security point of view is nobody in a public environment.

  155. Wifi router specifically for cafe's by bcorrigan78 · · Score: 1

    There are actually a bunch of WiFI routers spcifically designed for hotspots; some even come with thermal printers.. This one comes to mind. There are server others as well. Do a google for WIFI HOTSPOT ROUTER. Cheers!

  156. Isn't the real problem by Anonymous Coward · · Score: 0

    that there would be a lot of people sitting there for hours on end logged on to the internet and not buying much coffee?

    The real cost to a coffeshop would not be in the modest capital costs for the router and computer but in lost sales vis a vis occupied tables due to patrons sitting there for hours playing quake for example.

  157. The software exists by cultobill · · Score: 1

    Authentication, administration, everything you want: MeshAP. Supports authenticating against LDAP (comes in the package, or your own), MAC restrictions... everything.

    It's open source, runs on commodity hardware (your PC with a WiFi card), and has a big community to help with the rough parts.

    (no, I have nothing to do with it, I just like it)

    --
    -- Bill "Houdini" Weiss
  158. $500/$600 ?????? holy crap! by geekschmoe · · Score: 1

    First of all, how in the world did you figure $500 for a box and $100 for a router???? I would probably go ahead and figure about $150 for both since they should be the same box. $50 for a wireless PCI card and then $100 for two 200mhz boxes (for redundancy, an extra box configured the same way). Seriously, there's no need for more than a 200mhz box if you're just setting up firewalling services for a box sitting on a cable/dsl line. Then throw FreeBSD on there and set up IPFW. That is of course if you want to only spend 30 minutes installing and configuring it.

    And since you have that extra $450 left over, go ahead and buy 45(!!) of these 802.11b wireless cards from outpost.com for $10 a piece, to basically give out to customers!

    http://shop1.outpost.com/product/3882037

  159. All you need is an elcheapo PC and a 802.11 NIC by ers81239 · · Score: 1
    There are a bunch of ways to make a PC a router....

    a PC with one 802.11 card and a regular Ethernet card to plug into the Cable Modem or whather you will be using.

    --
    there are 2 kinds of people. those who divide people into 2 kinds, and those who don't.
  160. Mankato, MN wireless by TheMystic · · Score: 1

    We have 2 mom-and-pop coffee shops here in Mankato that have wireless access, and it seems to work well both places. One place just has a wide open AP (not that I'd recommend this, unless it's well firewalled). The other just takes your MAC address and adds it to their access point (access is MAC-address filtered). Oddly, the one where you have to sign up seems to have more wireless users, though this may just be due to the regulars at each place.

    There are improvements that could be made to either. The wide-open one doesn't have a very strong signal, and I'm not sure that they're running it well-firewalled or with the knowledge of their ISP. The MAC-filtered option really should have some automated way of signing up (e.g. when you connect to the network, you fire up a browser and are taken to a sign-up page - I've seen Cisco equipment that can do this), or the people running the shop should know how to find the MAC address through the appropriate OSes (at least Windows and Mac OS - Linux geeks are likely to know how to type 'ifconfig').

    Either way, if you spring for a better AP, you shouldn't need a linux box to power anything beyond what the AP can do. That'll save you at least $400 of the $500 you have planned for the linux box. And I think abuse won't be much of an issue. Mankato is about the same size as the town you're describing, and these two shops haven't had any issues (as far as I'm aware) with abuse. Set up firewall rules appropriately to make sure, but overall, it shouldn't take a very complex setup to do it well.

    Now, the better option might be to try to convince the coffee shop that it would help their business, and get them to chip in.

  161. Blocking ports by Anonymous Coward · · Score: 1, Interesting
    I don't know about blocking smtp ports... Yes, it would keep out spammers, but it would also keep out legitimate e-mail users. I'd be pretty unhappy if I lugged a laptop out to a cafe only to find I can't sent e-mail except through some cruddy webmail account. Same goes for POP3/IMAP and checking my mail.

    Also, I'm probably in a fairly small minority here, but I'd want to be able to ssh to my home computer, especially if I'm on the road. I have gotten so reliant on ssh and especially sftp - I constantly forget needed files, because I know I can just sftp home and grab anything I forget to bring with me.

    1. Re:Blocking ports by Anonymous Coward · · Score: 0

      I don't know about blocking smtp ports... Yes, it would keep out spammers, but it would also keep out legitimate e-mail users

      What, you running a mail server on your laptop? Why in the world would you need inbound SMTP? If you have a real mail server, you can use IMAP, pine/elm/balsa over ssh, etc. You don't have to restrict yourself to webmail clients--most full clients support POP/IMAP protocols. If not, fetchmail can grab it and feed it to the mail client of your choice.

  162. You could try what my school does... by Anonymous Coward · · Score: 0

    I'm not sure how my school (uta.edu) does it, but before you can do anything on the internet you have to open your browser and type your username and password. Once you've done this you can use any seriveson the net you want (except all the filesharing stuff).

    In your case, you could do the same thing. When they open their browser, just have them enter a password or phrase - mabye one printed on a reciept.

    Sorry I don't know all the techincal details about this - but I think the idea might work for you.

    ipos

    1. Re:You could try what my school does... by Anonymous Coward · · Score: 0

      Uhhhh, I think it's called HTTP Proxy Authentication dude. Welcome of the twentieth --- errrr --- twenty first century.

  163. Less Networks by Cloetus · · Score: 1

    We are this close (holding fingers an itty-bitty bit apart) to releasing 1.0 of our software for just this purpose. Free, based on open source (including NoCatAuth). It's what's powering Austin Wireless City project. Free software, any PC that will run RedHat, any access point, w00t.

    Check it out

  164. ThE FiRsT P0sT WaR Is oN My PeEpEe by Anonymous Coward · · Score: 0

    And you are patiently awaiting its insertion.

  165. See the speakeasy by zakezuke · · Score: 1

    I'm sure you've all heard of the Speakeasy... I first heard about them not because of their internet access but rather their net cafe that popped up in the mid 1990's.

    Thier pricing structure was as follows....

    $1.00 for physical terminal access... $1.00 gives you the daily password.

    $20.00 a month gave you dialup access.... and free dumb terminal access

    More moolah for x-terminal access

    In all fairness.... they made MORE money from their internet access then their cafe. But such is life... I believe the cafe helped to promte their service, rather then the reverse as intended.

    This was back when they had to pay for premium lines.

    ----------------

    Alternativly speaking... I setup one cafe in a similar way to what you did... as in laptop based internet access via wired ethernet. 16 ports and a $5.00 fee for the jacking in.

    Router with port 25 blocked....
    And that's it.

    Access was $5.00.... $3.00 with purchace, limited to 15min depending on demand.

    I proposed a monthly fee for free access and an e-mail account, but they didn't want to bother, pointing people to hotmail did the trick.

    Not sure if the place is still alive and kicking.. but considering it was just base DSL access... we're talking only a $50 a month charge to get people into the cafe to buy some coffee.

    --
    There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
  166. Yep - you're making it WAY too complicated by Anonymous Coward · · Score: 3, Informative

    I used to hang out in a coffee shop called Bean Trader's in the Durham area, which has had free Wi-Fi at two locations for about a year and a half now. You should definitely check it out if you're in the area. Or, if you just want advice, call the owners, Dave and Christy, they are very friendly, and I'm sure they would be happy to tell you about their real-world expierience with this. (Tell them David and Amber say "hi.")

    The owners are NOT techies, and installed Wi-Fi in their forst location basically as a favor for me and another customer (since then I moved, and he went to jail, but that's another sotry). Since then, however, thay have had no trouble maintaining it themselves, and have found it so successful, that they are planning to make it a permanent fixture at every store they open in the future.

    Here's the formula they have found sucessful: A DSL connection for broadband internet (though a cable connection should work as well), and a combination wireless router/access point (they use Apple AirPorts, but there are cheaper models which would work fine too). That's it.

    Yup, you heard me right - they don't even have a computer! The Wi-Fi is wide open, 24-7, for everyone to use for free. If the connection drops, they unplug the router and plug it back in, and if it that doesn't fix it, they call the DSL company and have them fix it. It cost them about $100 to start (for the router), and $50 a month for the access. They've told me that the increased business has paid for those expenses MANY times over, so even while their customers see it as a gift, the truth is it makes them lots of money. They have had almost no trouble at all with people hogging the line, or any of the other things which you might expect to go wrong.

    And that business model actually makes sense if you think about it. Consider McDonalds playlands, for example. McDonalds is ALL about making money, yet the playlands are free. Why? Wouldn't it be more logical to charge a small fee to cover the cost of the playland? Logical, perhaps, but not profitable. Making the playland free brings more customers into McDonalds, and they make far more moneyu selling food to those customers than they ever would if they charged admission to the playland. It's the same deal at a coffee shop. Just think of Wi-Fi as a playland for adults, and the business model is identical.

    Also, making it free has other perks for the business owner. When people pay for something, they expect a certain level of service. But it's not reasonable to expect coffee servers to do tech support of any kind. When the service is free, if someone has a technical problem, the server can say "sorry, its free, so we don't support it - try asking one of the other customers." I know it sounds odd, but it actually works well. When I used to hang out there, just a customer myself, I probably helped someone new configure their laptop wireless card at least two or three times a week. And it was a great way to break the ice and meet new people too.

    Trust me, just throw a router/access point on a broadband connection and call it done. I've seen it first hand, and it works better than you think.

    1. Re:Yep - you're making it WAY too complicated by leapis · · Score: 2, Informative

      You can probably go with 802.11b to do this, too. There is not a DSL or cablemodem link that you can get which is going to saturate a 11 Mbps 802.11b, and I have yet to see an a/g card on the market which is not backwards compatible with b. When in doubt, definately go with the most reliable technology, as b has been out the longest and its implementations seem to have the fewest problems.

  167. Free Wi-fi by calis · · Score: 1

    If I were you, I'd get a router that is compatible with 802.11 a/b/g. It's not too much more expensive and is worth it. I've got to say that having free wireless internet is the best thing a coffee shop can do. My local coffee shop (Caffe Roma on Columbus at Green in S.F.) has free wi-fi and it's great.

  168. Re:Why bother? Just leave it open? by Anonymous Coward · · Score: 0

    Pretty silly. What's gonna happen when something illegal is done with that connection? How are you gonna defend yourself when you did ABSOLUTELY nothing to prevent it?

  169. Simple Solution by palesius · · Score: 1

    Here's a simple one piece solution.

    http://www.tomshardware.com/network/20031016/ind ex .html

    Access point with built in password based timed access.

    A little pricey ($650). But unless the person who's setting up the theoretical linux box router is working for free, could be worth considering, as this would cover PC + AP + setup.

    --
    "We are what we pretend to be, so we must be careful about what we pretend to be." --Kurt Vonnegut
  170. the original poster comments here: by Anonymous Coward · · Score: 0

    this coffee shop only seats 20-25 - and then it's crowded. probably have less than half a dozen folks connecting at once. mostly the folks who are always studying for college/high school anyway.

  171. WWED? by Anonymous Coward · · Score: 0

    Einstein would keep it as simple as possible, but no simpler. I think your advice, while bascially good, is just a bit too simple. As has been pointed out in numerous other comments, you'd be wise to complicate things enough to cover your ass against the various risks. Burying your head in the sand won't make them go away, alas.

  172. Double up the access points and tier the access by GuruHal · · Score: 1

    I know this will sound like a cable company line, but why not get two ceap standard routers, one entirely without any WEP security, but access to only HTTP, DNS, FTP, the basics. Restrict email access, and everything else that might cause problems. Setup a similar router with WEP that enables the ports required for VPN, and services which require other security to be setup: charge a small fee for access. That way ANYONE can surf while they drink coffee (even those who don't know how to change the WEP key and those who need the additional services can pay a small fee. It would be very simple to setup and maintain, no PC required.

    Patrons need only pay for the access they need, and the public gets to surf for free. Probably make a few friends in the process and the business people who use the pay service will understand the need to charge to keep the service running. Simple.

    --
    "Quando Omni Flunkus Moritati" -- Red Green
  173. Re:Why bother? Just leave it open? by marklyon · · Score: 1

    If you don't have knowledge of, or benefit financially from, the illegal activity then it will be pretty hard you to be held liable for the actions of others.

    --
    -- Mark Lyon http://www.marklyon.org
  174. Click-through disclaimer by Anonymous Coward · · Score: 0

    Consider directing all users to a simple "I Agree" click-through agreement when they access the network for the first time each day. Make sure there's no way an idiot can try to sue you for the content they access, security issues, or any other liability. You might want to put something in there about how the shop is not responsible for any damage done to the equipment as well....just in case someone "accidentally" tips a tall cup of coffee on someone's open VAIO.

  175. Choose your DSL provider carefully by appleLaserWriter · · Score: 1

    While many of the retail oriented DSL providers explicitly prohibit bandwidth reselling, it is very possible to work your way around this problem.

    Smaller DSL providers are often happy to write custom deals for their customers who want to resell bandwidth. These deals usually consist of a monthly fee ($50) that covers a fixed amount of bandwidth (2GB transfer) as well as an overage charge ($0.01 per MB transfer).

    If you are buying telecom products from your local ILEC in the T3/DS3 range (45 Mb/sec or ~672 voice lines), it is fairly easyto become a DSL reseller your self. In this case, you can make point-to-point DSL connections from customer sites back to the telecom hotel. From the hotel, route to your bandwidth vendor of choice.

    In the case of an individual coffee shop, it doesn't make sense to be your own DSL provider. If you know a hundred coffee shops and other small businesses that would like custom DSL access, then it could be a very profitable and fun business to get into.

  176. Hotspot software for Linux & Windows by RickvWijnen · · Score: 1

    Guess you are looking for something like this: http://controlap.com/ I just downloaded it for the same reason. I just want our customer to logon; not the neighbor's customers. I haven't tried the software yet but it promises a lot.

  177. Friendliness vs. Paranoia - the More Coffee Model by billstewart · · Score: 5, Interesting
    The business model for coffee-shop wireless isn't the tip jar - it's the $3 latte, and the extra coffee people drink while they're hanging around using it, and the extra pastries. That's also why you've got the newspapers, the comfy chairs, the shelf of Really Bad Science Fiction books, the chess set. If you've also got a PC in the corner for people who didn't bring their lap top, maybe charge for using that.


    WEP isn't necessary for your customers - the main reason coffee-shops use it is to restrict access to paying customers, and you're not doing that - you're selling them friendliness and coffee and chair space and pastries that aren't too sticky to eat next to a computer. If you've got an issue with one of your neighbors sucking down bandwidth, that's different, of course, but setting WEP is an obstacle for users, especially if they've got their own WEP settings for their home or office.

    Security and quotas are less necessary than you'd expect, as long as your DSL ISP is good. Start open, and maybe monitor usage and see what problems you get, rather than starting locked down tight, i.e. use your router's security features rather than buying a PC to start with, unless you also want to have the PC for customers who don't bring laptops. (And if your ISP is the uptight, policy-heavy types, running free or especially paid wireless in your store probably violates their policies, plus they're probably already restricting SMTP.) For consumer DSL ISPs, I'm quite happy with sonic.net, Speakeasy's also good and has nationwide coverage, and ever Earthlink's not too bad. Business DSL providers will charge a bit more, and tend to have flexible policies. Cable Modems are a much better match technically, but are run by terminally clueless paranoids who don't understand their business models, so you can't use them except maybe with a higher-priced business-class service.

    You're unlikely to have much problem with spammers - geeks hate them, and have fun imagining scenarios like drive-by spammers, but in a small town, it's more of a know-your-customer thing. If you're in a college town, or get lots of high-school kids, you may need to worry more about crackers using your system. On the other hand, you need to leave things open for gamers, and the problem there is making sure the high-school kids keep buying enough drinks to make up for chair space. KaZaa's not really much of a problem, as long as your ISP doesn't ban it, because users are transient enough that they won't be doing much uploading, just leeching.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  178. No donations needed by Starky · · Score: 1
    There is a local coffee shop that put in free wireless here in Boulder, Colorado while Starbucks was still trying to promote some stupid subscription model for wireless access.


    The coffee shop's business went through the roof and it seemed that at times half the patrons had a laptop with them. What's more, the patrons who came in with their laptops would generally order the pricier items (lattes, baked goods, etc.).


    It was clearly more profitable for the cafe to provide the hotspot for free. They paid a local entrepreneur to set up the network and some simple access controls and then pay him a monthly fee to maintain it and it is well worth the price. All this at the expense of Starbucks who, despite their billions of dollars and high-priced executives, haven't yet figured out a decent business model for wireless.


    So I would say that no tip jar is needed. If the cafe owner knows the business, he or she should be happy to pay a reasonable rate to have it installed and maintained.

    --
    -- My choice of computing platform is a symbol of my individuality and belief in personal freedom.
  179. Legal Responsibility? by jonasmit · · Score: 1

    Kevin Mitnick would've been happy to have this I guess. No Kinko's necessary. Seriously, what are the legal responsibilities of opening your DSL connection up to anyone? What to the ISPs require? Is their a good faith expectation that you would monitor this before you "resell" it? Of course, IANAL but could you reasonably expect a lawsuit someday?

  180. I own a coffeeshop with free wifi too by Radius9 · · Score: 1

    I spent a lot of time doing some research into this, and I basically couldn't find a way to charge money without it being either really expensive (in which case, people can use tmobile at starbucks just as well), or without losing money on it. The problem was just in maintaining a PC that people have to login into, selling accounts, etc. just got to be such a headache that it wasn't worth it, not to mention, the increased cost of having a commercial DSL or cable vs. the residential one. Instead, we just went with the free access. This worked out great, as our general policy is that you can't hang out inside leeching off the access without buying something. We get quite a few people who just hang out and use the free wifi, and they consistently sit there and buy coffee after coffee. In the end, I spent $40 on a cheap wifi access point, another $50 to get the DSL installed, and $30 a month in DSL monthly fees. It more than pays for itself in people buying coffee. And we have nothing restricted, all of it is open, and have yet to have a problem with anyone sitting there and tying up all the bandwidth. It just hasn't been an issue, so we haven't spent any time dealing with it. Just thought I'd give you my experience on this.

    1. Re:I own a coffeeshop with free wifi too by Anonymous Coward · · Score: 0

      until a spammer finds an open port 25 outgoing, and is aboe to figure out the mail server for your ISP, and use that to spam (or direct to MX spam as well)... guess what... your account is the one yanked...

    2. Re:I own a coffeeshop with free wifi too by marklyon · · Score: 1

      That's the most rediculous proposition ever.

      Certianly, it might be *possible* for a spammer to use your connection to run their own mail server to spam people, but do you really think that is a reasnable method, especially since there are more effective and simple ways to do it without having to go drive around?

      --
      -- Mark Lyon http://www.marklyon.org
  181. clearing up some points ... by Anonymous Coward · · Score: 0

    I'm the original poster, and would like to make some comments to clear things up.

    -This is a friendly coffeeshop - pretty much everyone knows each other, potential MAC or other screening is just a precaution.

    -The money from the tip jar will (hopefully) reduce/destroy overhead, making the owner more open to my idea. Anyone who comes in and buys more is just icing on the cake.

    -Speakeasy allows reselling, and they're available in our area cheaper than Comcast/ATT etc.

    -The target audience is the customers who are studying for night school/college/high school - many of them stay there all day, or all day after school, anyway.

  182. Home brew is cool, but for geekless coffee shops.. by ttul · · Score: 1

    ... both FatPort and Surf and Sip offer "free hot spot" in a box solutions for cafes that don't want to charge for service. For what you would pay for one of these boxes, it's difficult to justify trying to do it yourself.

    And since FatPort and Surf and Sip have hardened these box down for use in their own networks, they'll provide adequate protection from Kazaa zealots and the new breed of wireless spammers.

  183. Don't Allow VPN Access ! by iCharles · · Score: 1

    Actually, I would think they would want to block VPN. I don't know exactly the through-put requirements, but, if you are using a free/"tip jar" model, it strikes me there is potential for a coffee house to subsidize a business's remote access costs.

    Allowing for some recreational web surfing or some web-accessible business tools (web e-mail, etc.) is probably the goal. Having a Citrix client, synchronizing a large mailbox (Notes, Outlook, whatever, with lots of attachments), or X session might break the bank, so to speak.

    Now, if we're talking $10/hour at Starbucks, it seems more equitable.

    1. Re:Don't Allow VPN Access ! by ckaminski · · Score: 2, Insightful

      Traffic is traffic. They're there to buy/consume your product and fill seats encouraging people to congregate in your store. You want to stop the trouble makers (nessus runners, rootkit script-kiddies, and guys outside in cars hijacking your connection to attack www.whitehouse.gov).

    2. Re:Don't Allow VPN Access ! by deprecated · · Score: 1

      If you Don't think that Charlie Clueless the Powerpoint addict from the Financial Dep't isn't trouble, then you are living in a fool's paradise. I cringe when I see him log in when he's on our LAN because I know everything is going to start groaning under the weight of his constant and bloated communications.

  184. But be careful by Anonymous Coward · · Score: 0

    Don't violate the terms of service of the upstrem provider. One Mom & Pop coffee shop on the austinwireless network got a big surprise when their provider (think well-known news magazine and movie studio) presented them with a very sizable bill. Seems Mom & Pop were set up with a low cost account when they really needed a higher level commercial service that would allow them to share the access with their customers. The provider back-charged them for several months worth of the higher level service.

  185. Cheap and Simple Setup by mihib · · Score: 1

    We've done something similar here in austria, called q/spot. It's a free and anonymous hotspot. We used a Soekris net 14xx Box as a hardware basis (embedded 486) and equiped it with a prism2 capable card. Software that runs on it is a quite homebrew linux it offers us a httpd, iptables, ssh. The Accesspoint setup is done via hostap. With iptables you have full control of your users, even able to limit ip connections and set quotas (good against file sharing neighbours). In our setup the user gets a 30 Minute session. The first http request he sends is redirected to the local httpd showing him the Terms of Useage of this service. There is a log in button on this page, clicked it calls a simple cgi, wich ads the ip to a list of valid ips.
    This setup is quite simple and inexpensive. Of course you pay the box and you pay the card, we got the box for free, and paid about $150 for the card. (it's an uncommon prism2 pcmcia card with the possibility to plug in an antenna).
    I'd use 802.11b cause i think last meters ain't the bottleneck.

  186. range by mr_burns · · Score: 1

    In this case, I'd say 802.11b for 2 reasons. First and briefly, the a/g cards can regress to b but not the other way around. best to cater to everybody.

    But more importantly, you don't want to worry about people at the starbucks that will eventually open across the street from you using your wireless for free while drinking the competitions coffee.

    So I would suggest using b for it's shorter range. You don't want to be a total-lockdown thing (if you're using a tip jar model I'm assuming that it's open and on the honor system) so this could be a way to keep people physically close to the tip jar without being a meanie about it.

    --
    "Let him go, Ralph. He knows what he's doing." --Otto Mann (simpsons)
  187. Port Tunneling/App Filtering by nurb432 · · Score: 1

    Problem is that you could tunnel out any of the few ports remaining and get the job done....

    There is no 100% fix, except perhaps application level filtering/throttling.. Which of course breaks down if they encrypt..

    --
    ---- Booth was a patriot ----
    1. Re:Port Tunneling/App Filtering by SteelRat · · Score: 1

      true.

      however,

      it's just a question of frustrating the chaff. the ninjas will still assault the ivory tower with a minimum of frustration.

  188. Additional Revenue Stream by telstar · · Score: 1

    Why not sell wireless cards at a slightly marked-up price from what you can get them at? It'd be a good way to spread the technology and encourage new customers to buy into your service.

  189. $10 per/hr is expensive? lol! by Blitzenn · · Score: 1

    10 bucks is nothing, in my eyes, for someone who is spending 5 bucks a wack for a cup of coffee. They obviously have extra money and are willing to piss it away (that is where it goes after you finish drinking it), why stop them? How about $15?

  190. Re:ZyXEL ZyAIR B-4000 Wireless LAN Hot Spot Gatewa by Anonymous Coward · · Score: 0

    I was going to suggest the same! It's a $650 box, so it's not cheap, but it sounds really solid and it's all-in-one. Plus, I've always respected Zyxel's products.

    ZyAir B-4000 web-page

    To summarize:
    1. Anyone who wants to use the AP has to ask permission.
    2. Someone behind the counter pushes the button for New Authorization and the built-in printer spits out a quick code.
    3. the user goes back to their PC and enters the code in the authentication web-page they're seeing.

    The code lasts for an hour, I believe, and the coffee shop can choose to charge or not for the access.

  191. Re:You're forgetting why Starbucks charges 10/hour by Sefert · · Score: 1

    I'm in Canada. I've seen rates from 7 to 11 bucks an hour up here. That translates to 4 to 7 bucks an hour in yankland.

  192. You need two Ethernet ports by billstewart · · Score: 1

    OK, you don't _strictly_ need two ethernet ports, if you're doing things like running two IP addresses on one port or playing other games with one-armed routing, but it's ugly if you don't. If you want something appliance-like, get a used laptop - anything that boots from CDROM will do, and you can find them for similar prices. Router filtering isn't a job that needs lots of horsepower.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
    1. Re:You need two Ethernet ports by drinkypoo · · Score: 1

      A MegaXKey is the easiest way to get something else installed on the Xbox and it comes with a USB to Xbox cable which would be a suitable but ugly way to hook up another ethernet connection.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  193. yes they are by SethJohnson · · Score: 2, Insightful


    Here's a couple observations from the time I've spent in some of Austin's free wireless cafes (Flightpath and Bouldin Creek Coffee Shop)...

    Another benefit of free access is that the employees of the coffee shop don't have to provide any form of technical support for the service. If it don't work, oh well.

    Speaking of the employees, I don't think it's a very good idea to use the tip jar you described "FOR THE SUPPORT OF OPEN INTERNET ACCESS". This competes with the tip jar for the employees. Not nice and also likely to be pilfered by the employees.
  194. Dlink hotspot in a box by Anonymous Coward · · Score: 0

    has anyone had any experience with this? It takes the geek out of it, but it may be easier to administer in the long run. Interested to here user experience.
    http://www.dlink.com/products/?pid=17 3 (dlink)

  195. Share for profit, get a C&D from your ISP by cenonce · · Score: 1

    You would more than likely be violating your service agreement with your ISP if you shared internet access for profit. I'd have to read my agreement (through Comcast) more closely, but I think technically I am not allowed to share it with others for no profit (and I technically shared my internet access with my wife).

    So I guess you could do this, but you would receive a Cease & Desist letter from your ISP very quickly. I read recently (maybe on /.) where an apartment management company got nailed for offering Broadband internet access to their tenants by ordering individual service and using an over-the-counter router to share the access with all the tenants.

    Let's see... a 400 unit apartment complex X $39.95 per month for n number of months = a whole lot of money.

  196. it's called the Silicon Hills by bodrell · · Score: 1

    Ever visit Austin, Texas?

    --
    Si la vida me da palo, yo la voy a soportar Si la vida me da palo, yo la voy a espabilar
    1. Re:it's called the Silicon Hills by Anonymous Coward · · Score: 0

      Don't you mean, "Austin? Austin, Massachusetts?"

      ;-)

    2. Re:it's called the Silicon Hills by Anonymous Coward · · Score: 0

      Don't you mean, "Austin? Austin, Minnesota?"

      Did you know that every state has an Austin? It's just that in some states it doesn't get onto the map because it's out back behind the barn, up on blocks.

    3. Re:it's called the Silicon Hills by Anonymous Coward · · Score: 0

      You missed the "joke". And, evidently, the film it came from too.

  197. Good Products Exist by JMcJames · · Score: 1

    There are some great products on the market that are designed to support the small business public-access WiFi site.

    In particular, look at the ZyXel ZyAIR B-4000. It is a feature-rich hot-spot-in-a-box. Some of the highlights:
    --Authentication Server (assign id/pw to users)
    --Print access codes for users with the included printer
    --Access codes can be set to expire after a certain time limit
    --Configuration is done using a web browser, but
    --No computer or monitor needed. Just a couple of buttons on the printer for the most used functions.
    --Supports URL redirects including advertising

    The device seems to cost ~$500. Here's a link:
    http://www.zyxel.com/product/model.php?inde xcate=1 060053881&indexFlagvalue=1021876859

    1. Re:Good Products Exist by Cybergrrrrrl · · Score: 1

      I actually implemented the B-4000 in my office's "cafe space" - it works really well for a very small wireless business model, in my opinion. Besides the highlights above, the benefits are:
      - Auto configure of a user's wireless card - no need to do anything except to give the user the name and password to log on with
      - You can set your SMTP server on the router end so that users can send emails without having to reconfigure their accounts, which is really cool.

      The only downside is that the usernames and passwords are random, and you can't make your own to keep track of who's who....

      But for 400 bucks and a really easy (for both the user and administrator) setup, you can't beat it.

  198. Hotel Internet Access Feature? by eric2hill · · Score: 1

    I was in a hotel that offered internet access through a CAT5 jack, but you had to go to a web page to "pay" for your session before you could get on the internet. This would make a great addition to a "free" shop in that you could hand out 30 minutes of access with a code printed on the receipt. If you need more access, buy another coffee. Any ideas how this could be implemented? Is it just a bastardized version of Apache, or something more integrated since it would need to intercept ALL outbound traffic?

    --
    LOAD "SIG",8,1
    LOADING...
    READY.
    RUN
  199. Tip Jar or Subjective Price by jdashton · · Score: 1

    See this Marketplace story entitled "Price is subjective at restaurant without menu."

    --
    -- Daniel Ashton - PGP key available - ICQ# 9445142
  200. Little City, Schlotsky's Deli, and more by bodrell · · Score: 1
    When I was in-between residences, and had my cable-modem cut off, the free wireless access points in Austin were lifesavers. I agree with the honor system model--the one time I paid money for wireless access, also in Austin, I regretted it. I paid $5 for an hour, and had to do so with a credit card, and it sucked. The guilt factor is much more effective for getting people to buy coffee or pastries or whatever.

    By the way, Little City also had ethernet jacks in the walls, so I generally just plugged in that way. It's great to be able to do homework in a coffee shop and still be able to access the internet. So for anyone in Austin reading this, visit Little City and Schlotsky's (the newer buildings, at least) and hopefully more businesses will offer these kind of perks to draw in customers. Quackenbush's was the place that required payment. Maybe they'll change their policy if the pay system fails.

    Oh, and if you have a student ID, the entire University of Texas campus is littered with hot spots.

    --
    Si la vida me da palo, yo la voy a soportar Si la vida me da palo, yo la voy a espabilar
  201. port blocking is pointless by SethJohnson · · Score: 1


    Modern P2P apps can utilize any port you specify. In fact, they can hunt for an open port and use that. You need a packet shaping application on the router that can throttle bandwidth used by Kazaa and the like so your www users maintain acceptable connectivity.

    There are several open source packet shaping solutions available that would work for a coffee shop. Monowall is just one.
  202. DSL Providers - Check Policies First by billstewart · · Score: 1

    You do need a cheap DSL provider for this to be cost-effective, but you also need one with policies that will let you provide commercial shared open access like this. Some are really paranoid greedy types (cable modem companies are the worst), while others are extremely, deliberately open. The nice thing about DSL is that the people who provide the wires aren't the people who provide the upstream or set the policies - so you can get telco or Covad wire but still pick an ISP with open policies. I use Sonic.net at home, partly because they offer static addresses but largely because they let their users do anything they want with their connections (except spam, of course...) Speakeasy's also good, and even Earthlink's not bad, and if you don't need static addresses, there are probably a number of others out there. AT&T's business-priced services are good (even the $79 stuff), though their consumer policies are too restrictive. I don't know if any of the recent $29 deals let you use them this way, which is too bad because it's easier to PROFIT if you only need to sell 10 extra lattes per month than 20-30.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  203. Re:Why bother? Just leave it open? by Anonymous Coward · · Score: 0

    Go and tell it to a judge...
    "pretty hard" isn't the right expression...

  204. Our local coffee house offers wifi free by ducomputergeek · · Score: 1
    as a customer convenice. And it works. I often work from the coffee house and the long I stay, often times I buy more than just the bottomless cup for $2. Now they do have the ports needed for Kazzaa and other services blocked by an openBSD firewall, set-up via me.

    They tried offering service for $3 - $5 an hour and didn't have many takers. It doubt they made any money because they had two used laptops one could rent before wifi gained speed.

    Recently, a few more coffee houses have opened around them and they found that offering free WiFI keeps regulars like me comming back and spending money on coffee.

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  205. How about using IP cop? by Anonymous Coward · · Score: 0

    You could use Ip cop as you gateway and run your wireless access point off that. You can run it on an absolute piece of junk box, all you would need is two nics, and PII would be over kill, plus you wireless router. It has so many useful add-INS that you could be as tech about it as you want. You could add in Dan's Guardian and block any content you would not want the customer to see. You could add Wonder Shaper and rate limit any connection to stop any "bandwidth hogging" issues that may arise. Plus it has Squid Web proxy built in and you could run an ipsec vpn to it from home or school to do your remote administration, rather than straight SSH or telnet.

    Just a thought.

  206. B versus G by Anonymous Coward · · Score: 0

    If it's not G, then it's not for me!

    1. Re:B versus G by Anonymous Coward · · Score: 0

      Myself, I tend to bust out as an OG on the fizzle pizzle.

  207. $30/month by pvera · · Score: 1

    It is not $10/hour for everyone. Monthly unlimited is $30/month. I have had it for a year and it works much better than my own cable modem. I live in a very busy town (suburb in North Virginia) and I can drive to at least 5 Starbucks within 2-3 miles that have T-mobile Hot Spot installed. I never find more than one person online at a given time, and regardless of what they do, it never feels slow.

    The logistics of doing this should not be complicated. You can land a T1 for less than $1000/month if you look around. The tip jar should be able to offset whatever the T1 costs. And make sure the antenna is set so it does not go beyond the outside tables at the coffee shop. Make people get close to the store in order to connect, the smell of coffee will do the rest. I would not even worry about bandwidth control.

    --
    Pedro
    ----
    The Insomniac Coder
  208. Check Out SkyNet GNU/Linux by VisorGuy · · Score: 1

    I've seen this in use and it's quite impressive.

    Here's some info copied right off the main page:


    SkyNet GNU/Linux is small distribution of GNU/Linux designed for embedded devices such as the Soekris boards. Its targeted specificly as a gateway for community wireless projects such as The Tacoma Wireless Community Network and similar projects like SeattleWireless. With some modification, it should be easily adaptable as a general purpose router, an inexpensive home based wireless access point, or a drop in solution to building temporary mesh networks.

    --
    This user account is inactive account replaced by the PDA
  209. 802.11a vs. 802.11b/g by jroysdon · · Score: 2, Informative

    I'd never consider 802.11a at this point, the marketshare is all in 802.11b.

    So, the next question is, should you go 802.11g (~54mbit), which is backward compatible with 802.11b?

    How fast is your internet access going to be? Is it even going to be faster than 802.11b will provide (11mbit)? If users want to do laptop to laptop transfers, they should just use a crossover ethernet cable (100mbit). Hint: Most ADSL is 384kbit and will let you grab ~1mbit when things aren't busy at the ISP. 1mbit is "fast" for most folks.

    IHMO, the owner should just see is as a way to increase his customer base for his existing revenue model, and have a cool thing to do when things are slow (but need to keep the other employees in check if things aren't getting done and he's not there all the time).

    Futher, I'd suggest a caching engine like Squid, which can help with content filtering as well (say for employees, make them login before they can surf so you can track their time, etc.). Squidguard is my filter preference for filtering and there are many free content DBs online.

    I'd be filtering porn sites, probably gambling, probably hate sites, etc., as I'd not want one customer offending another with graphic images. Of course, you could say MYOB and tell the guy to sit where no one can see his laptop, whatever...

    NoCat is a good authentication model as well just so you can track folks in case something illegal is taking place.

  210. Some more ideas by higginsx · · Score: 1

    Good ideas in this alt.internet.wireless thread titled "Public wireless hotspot software" . Some include notcatauth from http://nocat.net/

  211. This might be easier for the shop owner by Tekkmage · · Score: 1

    I know this isnt as geek as using linux but check out these products from D-link. You can set time limits from log in and change prices. It might be easier for the shop owner. http://www.dlink.com/products/?pid=173 http://www.dlink.com/products/?pid=282

  212. Re:dirt cheap and easy... just like i like my girl by pe1chl · · Score: 1

    You don't need to worry about the client's data. You need to worry about their behaviour.
    What if someone sits down in your shop, connects, and starts sending spam, posting child porn, cracks systems, or whatever?
    They will do so on YOUR (the shop's) DSL account.
    So you will get disconnected, sued or worse, and don't know who actually did it.

  213. Linksys WRT54-G does it all with NoCatSpash by CountryGeek · · Score: 1

    The linksys WRT54-G does it all. You can compile and run NoCatSpash for it, and take credit card or other authorization. Check it out at SeattleWireless.net

  214. One box does all Hotspot by pelorus · · Score: 1

    http://www.solwise.co.uk/wireless-hotspot.htm

    This is a rebranded solution from another company (begins with X...or something) but it does essentially what you want and is simple enough for people who work cash registers to not have to spend too much time learning new stuff unless they want to.

  215. T-Mobile is only $10/hour for lamers. by jimpop · · Score: 1

    The rest of us use it unlimited for less than $30 per month for access all over the world. Of course, there are those that may want to pay $10 per hour for access and may also choose not to drink Homebrewed coffee. :)

  216. It works in Portland by meatball_mulligan · · Score: 1

    A number of the independent coffee shops have set up free Wi-Fi access around here, either on their own or through our local community wireless project Personal Telco It appears to draw a fair number of users and thus more business for the shop.

    One thing that I would recommend is setting up a click through usage agreement and blocking SMTP. Otherwise you're setting your self up for abuse by spammers and liable for the actions of other loser-users (blackhats, kiddie-porners, etc.).

    If you're running Linux you can set up an easy click-through using NoCatAuth.
    m.m.
    1. Re:It works in Portland by tuxedobob · · Score: 1

      I don't know about you, but I'd like to be able to send e-mail from an access point.

    2. Re:It works in Portland by meatball_mulligan · · Score: 1

      So would I, but the provider of the access point also needs to have some spam control.

      When I'm at the coffee shop, I just have to accept that I need to use web mail, or remote into my home PC and send it from there.

      m.m.

  217. Re:Friendliness vs. Paranoia - the More Coffee Mod by Chang · · Score: 1

    The pay WiFi coffeee shops I've used (Borders and Starbucks, along with a local one) don't enable WEP or WPA on their access points.

    I assume they do this to make it easy to stroll in and sign up online. If WEP was enabled you would have a hell of a time trying to get online long enough to sign up and then you would have to reconnect using WEP.

    Note that not enabling WEP doesn't mean you can't control non-paying customers from reaching the internet - they do this with a Web authenticated firewall. Still leaves open the possability that you could cause local (i.e. non-internet trouble) but that is always a possibility for any RF gear anyway.

    The other thing is that bringing WEP or WPA into the picture means that people would have to do some configuration, which goes against the business model of actually getting people to pay for WiFi.

    To their credit, both T-Mobile and the local place I use do put a warning telling you that WiFi is sniffable and that you should use encrption (like SSL) to protect confidential information.

  218. Re:MeshAP from Locustworld - MOD Up ! by Anonymous Coward · · Score: 0

    It just works

  219. Some other thoughts... by tuxedobob · · Score: 1
    ...if you're still reading this.

    I, for one, would not pay for access if it were limited by either time or bandwidth (as in $.25/MB). Granted, I also don't like coffee, but hopefully the shop offers more than that? A tip jar wouldn't hurt, of course, especially if you let your customers know how much it costs you to provide this free service.

    If you're worried about abuse, you could solve it this way:
    1. Disallow access to the general public.
    2. If someone wants to use your network, they must give you their MAC address and enough identifying information that you know who they are. (Name and address, perhaps.)
    3. Keep something of a log, or at least tell people you're doing so, that tracks who's using it for what.
    4. Ignore the log unless you get in trouble, either technical or legal.
  220. Try this by Anonymous Coward · · Score: 0

    http://www.wiresnap.com

    Seems exactly what you want.

    Best of all, you decide how to "pay" for it- you can either gouge your customers like T-Mobile and the other gougers, or pay for it yourself (it's cheaper than you think) as a "perk" for your customers (think air conditioning).

    Regards

  221. Use a Hardware Box by MadHungarian1917 · · Score: 1

    Another poster pointed out that maintenance will be a problem when you move to a new job.

    I would recommend a Cisco 1200 access point. Yes they are expensive $800 or so but they incorporate bandwidth mangement, basic ACL's, DHCP and if you buy the maintenance if it croaks cisco ships you a new one overnight also a single ap can have 2 radios 802.11b/g and 802.11a

  222. Ile Sans Fil in Montreal by millette · · Score: 1

    Ile Sans Fil is a non-profit community group devoted to providing free public wireless internet access to mobile users in public spaces throughout Montreal, Canada. We use open source software and inexpensive commercial WIFI equipment to share broadband internet connections.

    Here is one page describing how you can get involved, with a few specs.

  223. what if the coffee shop doesn't want it? by yaar · · Score: 1

    I had similar ideas in my town, figuring the local shop would be proud to offer free service if only to spite the starbucks just accross the street. I was wrong. Turns out this shop is already setup with a wireless provider and on terms no better than starbucks'. It's crap, and, from what I can tell, nobody pays for or uses it.

    I've heard it said that something has to be enconomically viable to exist. I say free wifi in coffee shops has long been as "viable" as the cup my coffee comes in.

    --
    "Nothing in education is so astonishing as the amount of ignorance it accumulates in the form of inert facts." - Henry A
  224. Re:Friendliness vs. Paranoia - the More Coffee Mod by King_TJ · · Score: 1

    Yeah... you make very good points, but I have to admit, I'm a bit "put off" by several coffee houses I visited in the past in my area. They seem much too interested in enforcing rules about buying drinks while you're there. I mean, let's face it. Posting signs about a "2 drink minimum" might be socially acceptable at a comedy club, but it's not something we're accustomed to seeing at a food/drink establishment. Imagine if the corner bars started pressuring the people playing darts or billiards to "buy another beer in the next 5 minutes, or you're out, pal!".

    If you run a coffee house and you're having problems making ends meet because all the teens come in and play games all night and don't buy anything - the best solution isn't to make them feel unwelcome. Instead, redesign things to resolve the problem. Perhaps, set up a "gaming area" where everyone is required to pay some sort of fee for admittance, and then they're welcome to play as long as they want. (Give them a wrist bracelet after they pay or something?)

    If you have crowds of people who like your place enough to come in and hang around, you're only one small step away from using that to your advantage. Kicking them out/running them off puts you back at square 1, by contrast.

  225. Simple by x00101010x · · Score: 1

    There's a coffee shop I frequent that set up wireless access downstairs from my office.
    In the beggining we "donated" an old machine to them with WinXP on it. After some tweaking we had it doing a satisfactory job of sharing the internet connection (DSL modem connected on eth0, wireless router on eth1) and running winamp with output to their sound system.

    Of course, I'm sure most /.ers will scream at this idea, but it did the job, was fine security wise (after some tweaking of assinine default settings) and only took 1 programmer half a day to setup.
    This place wasn't even a "mom & pop", it's actually a fairly popular coffee shop in the middle of an open air portion of the Valencia mall in SoCal.

    However, that solution is no longer in place. They ended up hiring a company that put in a couple eMachine terminals for $2/15 minutes or something. They were actually going to charge for the wireless. At first they were going to collect the MACs for existing 'free' users but after some whining and complications they just left the wireless free (so you only pay if you're using the terminals). This has worked out pretty well. I think they've got a mid/high end router of somesort doing most of the work now though.

    Anywho, seems to be working fine. I don't know if they have any sort of quotas set up, but there doesn't seem to be a problem. Most of the patrons that use the wireless are workers from my office or surrounding offices and some college students.
    Hope some of that info's usefull to you.

    --
    DONT PANIC
  226. Or Seattle wireless by Anonymous Coward · · Score: 0

    Seattle Wireless
    They have a getting started guide. Being Seattle, I am also sure they have an idea of good coffee, too.

  227. I live in wireless coffee shops by CelloJake · · Score: 1

    Around the austin area and I have to say that if a coffee shop doesn't have wireless, it will not get my business. (Sometimes they will, if I can smoke inside on a cold night.)

    Alot of the college students around austin have g cards and appreciate the speedier connection when its available, but its not really important unless there are alot of people connected to the router as b is faster than your internet connection. (probably)

    As far as worrying about people using it and not paying, I wouldn't be worried. While I might occasionally drop in to check my email without buying anything, I think that I and all of my friends make an effort to patronize the shops everytime we go, or we feel guilty. The hassle of a changing WEP key would be a real pain, especially since I often sit down to get online and don't go to buy for a few minutes if the line is long. Before wireless connections I would leave a busy coffee shop and go somewhere else because I didn't want to wait in line. Now I just sit down and browse for a few minutes to pass the time before I can drink coffee.

  228. Re: Popularity by afidel · · Score: 1

    20 people sharing a single dsl/cable line would not be very practical

    Why not? I see this all the time in small/branch offices for businesses. If it's good enough for a business why shouldn't it be good enough for the freeloaders? Sure not everyone can be streaming video but with cable at least most of em could be streaming audio and certainly they all could be surfing even fairly heavy pages, especially if you use transparant squid on the PC along with the traffic shaping/blocking. And finally an .11g card that has a hard time talking to an .11b card is either not compliant to the standard or is talking to an AP which is not. None of the standards compliant equipment I've tested has any problems.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  229. wireless by Anonymous Coward · · Score: 0

    MESHAP

  230. m0n0wall by adamsc · · Score: 2, Informative

    You can setup a Soekris box running m0n0wall and do everything in a single small box with no moving parts. Alternately you can save some cash using an old PC and either a CD-R or some sort of bootable flash drive.

    It's embedded FreeBSD and will do all of the basic AP functions plus firewalling, traffic-shaping to keep P2P hogs from becoming nuisances, local DNS registration, etc.

  231. Re:Why bother? Just leave it open? by marklyon · · Score: 1

    Most laws, such as the DMCA have a "Safe harbor" provision for the access providers for that very reason.

    Just because you offer the connection doesn't obligate you to protect it from every possible, or even any, threat.

    --
    -- Mark Lyon http://www.marklyon.org
  232. Except by metalhed77 · · Score: 1

    Mac addresses are trivial to spoof.

    --
    Photos.
  233. Legal problems with becoming a free ISP. by darthwader · · Score: 1

    If you do this, you're probably setting yourself up as an ISP (after all, you are providing internet access to customers, and that's what an ISP does). Even if you don't think you're an ISP, your upstream provider might (and might have a clause in the DSL contract you signed about not re-selling the service).

    Also, the description of "common carrier" says "... usually subject to regulation by Federal and state regulatory commissions". You can't claim "common carrier" immunity without also paying attention to your responsibilities.

    What are you going to do when the feds arrive and say someone released the latest $1 billion virus from your IP address, and can they please see your records so they know who was connected at 22:53 on June 4th, 2004?

    You would be wise to get legal advice (and not the kind you get from Slashdot) to determine what your liability is and what your responsibilities are, both to your upstream ISP and to the state and federal regulatory commissions.

    It may be that the $10 that Starbucks charges is mostly to cover the record-keeping costs, the "allow the feds to wiretap" costs, and all the other legal requirements of an ISP.

    Or, you could ignore the legal implications and just hope and pray that nothing goes wrong. I expect that is exactly what all the other free wi-fi providers are doing.

    --
    I hate it when I make a joke and I get modded "+5 insightful". Mod the stupid comments "funny", not "insightful", pleas
  234. Similar questions by TLouden · · Score: 1

    I run a few small networks, including my home network, wich have a few users and not too much bandwidth. This isn't a problems except that occationally someone want to download something big (like the newest release of Mandrake). Is there any simple application (linux, dos, or windose) that can make sure that these downloads can use full bandwidth when it's available but give the bandwidth to others when they want it. The use would be to make sure the everyone who wants to browse the net could do so at full speed without completely stopping other downloads.

    --
    -Tim Louden
    1. Re:Similar questions by Anonymous Coward · · Score: 0

      Yes wonder shaper is an add on for an Ip Cop router or Linux firewall distro. It does quality of servicxe based on what you tell it is more important.

    2. Re:Similar questions by TLouden · · Score: 1

      That you, not only is that what I wanted but I use IPcop so it's perfect

      --
      -Tim Louden
  235. Why are you stuck on PCs? by Anonymous Coward · · Score: 0

    Why don't you get rid of 99% of your headaches and choose another platform?

  236. Try Panera Bread... they have free WiFi by Anonymous Coward · · Score: 0

    Okay but I am sorry why would anyone want to visit starbucks... they sell low grade coffee and charge an arm and leg for it...

    My suggestion is to head over to your local Panera Bread... not only do they sever higher quality coffee at a lower price but you have fresh baked goods, soups, salads and sandwhiches... oh yea most important part... FREE WiFi.

  237. Shamless plug by shutton · · Score: 1

    For the record, I work at Sputnik.</disclaimer>

    Sputnik offers almost-free ($10 administrative fee) management software for community access points. There's more on the requirements at our site. With luck, you'll be able to install our management agent on some off-the-shelf APs next month (we're testing some now), but you can also get the hardware through us.

    --
    -Scott Hutton
  238. Quick, Easy & Linux by sjvn · · Score: 1

    Visit Sputnik

    http://www.sputnik.com/

    You could do it yourself, or reinvent the wheel, or you could simply use Sputnik's system so that you can make it fancy or leave it at the basics.

    I've got nothing to do with Sputnik, except I've played with and I know the founders--they're the same people who were behind LinuxCare--and I like it.

    Were I setting up a Hotspot, or a WISP, for that matter, I'd try them first.

    Good luck.

    Steven

  239. Don't think so by pinkocommie · · Score: 1

    They've made it very grandma friendly. It connects automatically but you aren't allowed access to the web until you authenticate. When you fire up your browser (which every grandma ;) trying to access aol.com would) they throw up a login screen where you enter your login and password and it redirects you to aol.com or whatever. Contrast that with having to hunt for the 'control panel', finding your network connections, then finding t-mobile and setting its WEP key Hmm, alternatively right click on the '2 computer icon' / Available Networks / tmobile / WEP (yes the grandma crowd will be using windows :)) is much easier but still not as natural as going through whatever web browser they use.

    1. Re:Don't think so by cbreaker · · Score: 1

      That's crap.

      Windows XP is probably going to be the OS for most of these wireless-enabled notebook PC's, and all you do is:

      - Double click the wireless icon next to the clock.
      - Click "Coffee shop network" or whatever they call it.
      - Type in password. (WEP Key)
      - Click OK.

      That's not complicated, and if you can surf the web and purchase things online, or drive a car, you can do this without any trouble..

      --
      - It's not the Macs I hate. It's Digg users. -
  240. OT: Kazaa by pinkocommie · · Score: 1

    How do you kill off Kazaa's access. Seems to be a pretty persistent bugger tunneling through HTTP when you close off its default port.

  241. Follow in others' footsteps by bdipert · · Score: 1

    These folks might be a good source of advice and information for you:

    www.live.com/danastreet/

    Good luck!

  242. LiveCD by Laconian · · Score: 1

    Somebody should produce a Wifi Hotspot Live CD that has all of these settings by default. I imagine a lot of small business owners wouldn't mind setting up their own services, so long as it didn't require much of their time to set up and maintain.

  243. Try mesh by AL0k · · Score: 1

    Check out Mesh wireless i don't know if anybody has mentioned it but it is a cool idea

  244. In chicago we have by jrexilius · · Score: 1

    http://www.facefive.com/

    They are an ISP for small coffe shops, you get access by purchasing a card for $3/1hr, $8/24hr, $20/1mo. Its anonymous and doesn't require a credit card. They run linux and apache on most of their servers that I looked at.

    I would contact them and ask their advice. I use them quite a bit at various locations with various platforms (linux, OSX, winblows, etc.) and have never had any technical difficulties so their systems seem to be fairly admin-free.

  245. Try Less Networks by Anonymous Coward · · Score: 0

    http://www.lessnetworks.com/ provides free wifi for coffehouses etc, with volunteers as admins.

    It may just be what you need.

    KnutCoward

  246. Beware of violating your User Agreement by csoto · · Score: 1

    You might have restrictions from your ISP, particularly if it's a cable or traditional DSL (e.g. "baby bell") provider. They won't like you "sharing" your connection, nor is it ethical. Some ISPs don't care. Some will sell you a "business class" service that allows this. You might also talk to the many "freenet" (I support Austin FreeNet through United Way) communities mentioned before - they might have "co-op" services that you can use, so long as you are acting as a "free access point" (all my terms).

    Just don't toss a WAP on a consumer cable subscription and expect to be compliant.

    Good luck with the idea! I have told Little City more than once that their free WiFi access keeps me coming, despite there being a handful of good coffee shops in proximity.

    --
    There exists no way of exchanging information without making judgments. --Bene Gesserit Axiom
  247. $100 for a wireless router? Are there better ones? by mgoodman · · Score: 1

    Hmmm. I've got a few different types of wireless routers in my place, and setup a few for friends. Naturally they're the lower-end commercial brands, i.e. linksys, netgear, dlink, etc.

    Now I was wondering if anyone knew of a good wireless router or access point that had a really nice telnet interface, complete with bandwidth throttling, etc.

    Having spent about $200 bucks for my first wireless router and having had them drop down in price to...well about free after rebate, I'm at the point where I really want complete control over the darned thing and don't mind paying several hundred dollars again.

    Does anyone know of any good wireless routers or access points for less than a grand, that have:
    1) All the goodies that most modern home cable/dsl wireless routers have
    2) A good command-line interface
    3) bandwidth throttling
    4) and lots of other crap that a wireless router should have, like control over power-consumption and signal boosting (i should be able to "over-clock" my router dammit :P)

    Realistically, there is no reason I should HAVE to setup an additional box for throttling bandwidth and doing other things that a router should be able to do.

    --
    01100111 01100101 01110100 00100000 01101111 01110101 01110100 00100000 01101101 01101111 01110010 01100101 00101110
  248. Go with a hacked Linksys WRT54G by EverLurking · · Score: 1
    Well, there is a great of community of firmware hackers who have figured how to write custom firmwares for the WRT54G, you can find them here at this Yahoo Groups board.

    Things have come quite a long way and the latest firmware one enterprising individual has created has stuff like:

    • Option to give wireless interface a separate IP/network address
    • NTP timeserver time update
    • Wondershaper bandwidth management
    • Command Shell access via the WWW interface
    • Client/AP mode select to WWW interface
    • Enabled IP forwarding on boot
    • Power adjustment and Antenna selection via the WWW interface
    • sshd (dropbear) and telnetd (busybox 0.60.x)
    • sshd, telnetd on/off controls to web interface
    You can also run No Cat Splash to give an initial access disclaimer/user agreement. If you are going with the tip jar model, then between this and the Bandwidth shaping, you should be all set.

    Also, you have a single box solution that is easy to maintain and will preserve its settings on a power cycle/reboot (assuming you have a version of the firmware with NoCatSplash built in, which I think is out there somewhere, or you could compile a firmware yourself if you have the skills).

    DaveC

    --
    There are no stupid questions...just stupid people.
  249. Wireless APs in Homebrew Coffee Shops by vonkas · · Score: 1

    This may fit the bill: an Apple eMac with an Airport card. It can be setup as a router, you have bandwidth control, you can monitor what's going on and you can restrict access very effectivly I believe. Best would be if you could borrow one to try out.

    Otherwise the Neatgear consumer routers can exclusive acces to entires in tables of MAC addresses - you could allow access on a subscriber basis, to be renewed once a month or so. I would also display the current password on the menu and change it daily.

  250. I have one word. by Dr.+Phreakenstein · · Score: 1

    Actually some links :
    http://www.linuxdevices.com/, especially
    http://linuxdevices.com/news/NS7713667 720.html!
    http://www.pengutronix.de/software/ptxd ist_en.html
    http://leaf.sourceforge.net/ and
    http://nocat.net
    Oh, yeah, that is what I am doing this week, too, If you want to exchange ideas, etc.

  251. Finances by FuegoFuerte · · Score: 2, Insightful

    Whatever you do, get the money first (from the coffee shop). I was going to set up wireless access for a local coffee shop, bought a (really inexpensive) PC to set it all up with, started work on the PC (software configuration, etc), and then the owner never went through with her half of the deal, which was to get the DSL installed (I even have her the number to call and the plan to ask for). Eventually, it ended up I never got the money for the PC (but I sold it to someone else for what it cost me, so no huge loss except time) and the system never got installed. The coffee shop still has no wireless access, and the coffee's become more expensive than anywhere else in the area so I no longer go there.

    Moral of the story: Get money first. Make sure the owner is really going to follow through with the idea. If they aren't comfortable giving you money first, make sure you have some kind of written agreement showing they know how much it will cost and agree to pay you that amount.

  252. Re:Friendliness vs. Paranoia - the More Coffee Mod by Anonymous Coward · · Score: 0

    WEP isn't necessary for your customers - the main reason coffee-shops use it is to restrict access to paying customers, and you're not doing that - you're selling them friendliness and coffee and chair space and pastries that aren't too sticky to eat next to a computer.

    I disagree. I wouldn't want to do company work on a non-WEP network. Even some WEP is better than none,
    and a daily-changing key helps. Looks like an opportunity for an interactive DHCP client that ca n do challenge dialogs...

    WRT the bandwidth, just block most protocols at your firewall. I would think HTTP, POP, and some IM protocols would keep most people happy. You certainly don't need to allow Kazaa and friends, and FTP is not really needed either.

    I don't know if you want to attract the gamer crowd. If you do, you could let some of those through.

  253. Transparent Proxy to Authenticate? by Anonymous Coward · · Score: 0

    Most people cant be faffed with entering WEP keys etc. just to check a few sites. Kinda negates the convenience aspect of dropping into a coffee house and checking email/news.

    Would it be possible to have some sort of transparent proxy sitting on the coffee house internet connection and make it so the proxy feeds back a coffee house branded "login page" regardless of which address (ie. hotmail.com) is entered into the customers laptop browser?

    Once the daily / hourly password is entered (printed on the receipt for them?) it then will passthru access to the web (and email etc.).

    This seems to be a much nicer (and branded) method to authenticate users than fiddley WEP keys. Probably reduce coffee house tech support too.

    Presumably this could work on either the IP they got assigned when they came into range or their mac address automatically?

    Any brainy people think this would work?

  254. Over 2 year old AP in Nashville - No problems by Derge · · Score: 1

    None of the locally owned coffee shops in Nashville that have wi-fi charge a dime (or even ask for tips) for wireless internet access. There is also no authentication or encryption and I haven't heard of any problems. I installed the Linksys wap11 right after it came out ( I think it cost ~$300 at the time ) at JJ's Market & Cafe. The coffee shop owner paid for half and I paid for half. They already had DSL. Wireless Access Points are so cheap now that they are nearly free (www.justdeals.com). No bandwidth bottle-necks, nothin. No problems.

  255. Linux Cybercafe software - done some time ago by luck-is-for-rabbits · · Score: 1
    In 1999, the Kalamazoo Linux Users Group developed a Linux-based system suitable for use in Cybercafes, and it was used by a local Cyecafe for almost three years, until the business was sold (the new owners developed a restaurant idea that did not involve Internet access). The installation of this system replaced an earlier Wondows-based cybercafe system.

    I would not call what was developed a "distribution" in the formal sense, although it was quite easy to install what was developed. The system, based on Red Hat 6.0, was quite secure, and provided two levels of use, as well as a control sation, which kept track of billing and printed receipts on demand.

    The project team was talking about how to support wireless access when the Cybercafe was sold.

    This project raised funds for LUG activites, got many people exposed to Linux, and even got a couple of articles in the local newspaper. Also, several people learned networking and other skills by working on the project.

    A win-win-win-win situation!

  256. 802.11b would be fine by smackjer · · Score: 1

    802.11b would be more than fine for casual web surfing. G/A at this point would be an unnecessary expense, although the prices are so low it's almost a moot point.

    --

    This is my sig. There are many like it, but this one is mine.
  257. Re:Friendliness vs. Paranoia - the More Coffee Mod by drinkypoo · · Score: 1

    I think that restricting the maximum amount of bandwidth a user can gobble up under load is absolutely mandatory. Otherwise you are going to have problems with people leeching and consuming all available bandwidth.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  258. $20 to $30 200Mhz PII surplus all over the net by Anonymous Coward · · Score: 0

    go find a cheap older computer
    drive around on trash day, no one wants 350Mhz anyway
    ask local businesses for donation of old pcs
    go to used computer store, salvation army
    search google for mesh networking software, that will work for you

  259. watch for lawsuits! by iamhassi · · Score: 2, Interesting
    When I went to the library a week ago to use the internet I had to sign an agreement basically stating I wouldn't sue the library for any information I found online.

    I laughed, but they were completely serious. Apparently libraries have been sued before because of the content of the internet! But if the library installs filters, they violate first admendment rights.

    I know this doesn't help with your decision, but you might want to have some sort of disclaimer up stating the cafe is not responsible for the content of the internet.

    --
    my karma will be here long after I'm gone
  260. Good Linux Distro try ClarkConnect.com by sjmikeh · · Score: 1

    I am looking into this for a friend.

    ClarkConnect (clarkconnect.com) has a couple really good distros with wireless support. It provides a web interface to easily configure most routing issues. You can use it as a gateway, webserver, fileserfer (earn carma by distributing open office and your prefered linux distro) Plus it has wireless support so you could use a couple wiress PCI cards and tether long antena cables or use some ustra cheap Wiress Routers with all the features turned off.

    I am using it a home nice little product.

  261. Re: Why block IRC by Anonymous Coward · · Score: 0

    Why would you block IRC? I would expect that to be a perfectly reasonable use for a PC in a public space.

  262. Keep your main goal in mind by Pitr · · Score: 1

    It sounds to me like you simply want to provide casual access to coffee shop patrons. With this in mind, you need only 2 things. The router, and a net connection.

    You don't need to manage quotas or anything, just block everything but the ports you expect most frequent use on. Web, e-mail, maybe ssh for those working on remote systems, and a couple other low bandwidth ports. You don't need to help people build their Mp3 collections, they can do that at home.

    I recommend 802.11b even if you can afford G. Here's why:

    802.11a is very nich/expensive/who the hell came up with that anyway. 802.11g is pretty cheap, but you're providing casual access, and the net connection will be 3Mbit/s if you're feeling generous, which is still slower than 802.11b.

    Which leaves your cost at about $100 or less, plus $100 or less a month. If you can make $4 a day, you cover your costs, and there's virtually no maintenance. Just keep it all on a separate network from your internal network, if you have one.

    Keep It Simple. Should be a piece of cake.

    --

    --Not to be worried, Pitr fix.
  263. Re: Why block IRC by RT+Alec · · Score: 2, Interesting

    We thought about this one. In my experience, IRC is used as a conduit for zombies, viruses, and the like far more than it is used for people chatting. To be specific, I have noted blocked IRC traffic (ingress and egress) in the firewall logs, yet never once had anyone complain that something was not working. This includes several office environments where I have set up the network, including the firewall. I figured the one or two people who need (or even want) it would shout about it and I would let their machine through. But to date, not one such request.

    In the situations where I could examine the internal computers that were attempting to connect via IRC ports, I always found them loaded with spyware and/or viruses. Always. A round with an up to date anti-virus tool, as well as Ad-aware or Spybot, and the IRC traffic ceased.

    I have nothing against IRC, but my experience has been that not many people use it. If you come down to Lake Anne, let me know and we'll see what we can do. I opened up the VPN ports and protocols after someone requested it, and it made sense.

  264. use a dns trick instead of WEP by cloudmaster · · Score: 1

    There was an article in Linux Journal a few months back about something similar to this, where the people set up a wireless access point and mp3 server in a boombox.

    Basically, you set up a DNS server that has a wildcard entry to point every domain to your web server, which redirects all requests to a "registration" script.

    The registration script grabs the source MAC from the connected machine's IP. Once you have that, you have a script that redirects outgoing DNS requests to your "real" DNS server, and adds their source address to the list of machines that are allowed to access DNS (other than the fake) and that are allowed to get outside of the network.

    You could tie the registration script on your machine in with something like paypal's system, possibly by using a script to serve an image on the "thanks for paying" page - so you can get the client's MAC and do the allow-access thing after they pay. If you want to take cash payments, I'd suggest having the registration script generate a random string that they can then take to the payment location. The payment collector then enters that string, which is associated with their MAC, and then the magic script from above adds that MAC to the access allowed list.

    Finally, you need some kind of cron job that clears the day's entries, or that expires access rights after so many hours, or whatever. I'd probably make the "allow access" rule a seperate chain, and then flush that chain every night.

    Either way, that should take minimal programming, minimal intervention from management, and generally Just Work without any real hassles other than running a pair of DNS servers...

  265. WEP in Coffee Shops by billstewart · · Score: 1
    Obviously for your company's wireless network you'd use WEP, as well as treating the wireless as outside the firewall. It's not a bad idea for home use, depending on your threat models (e.g. apartment vs. free-standing house.)

    But if you're connecting to your company machines from a coffee shop, you need to be using IPSEC or at least SSH tunnels, and WEP doesn't really add anything to your security. It's strictly a tradeoff of limiting access to the coffee-shop's paying customers vs. inconveniencing potential customers, and if your model of "paying" is "keep them around so they drink more coffee", you want maximum convenience and minimal limitations.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  266. wireless cafe by Anonymous Coward · · Score: 0

    I 2 was really into the idea of hosting and did it with a simple wireless server all in one appliance TOSHIBA S-20 wireless server.
    it does all that is needed for routing firewall mail and such and picked it up new on e-bay for $200 + sh .
    now people in my small town got the option to wifi in the local coffee shop not starbucks for free .
    The strain on my network - cable is minimal and i get alot of great mail from happy people .
    I get to use my lappy there 2 so its a win win deal.
    The highest priced unit was a external antenna $39. so it wasnt a big investment.
    The college kids are greatfull for a place to get coffee and browse at the same time.