I've got a pretty badass router (okay, not that good, but not bad: TP_link TR1043ND), with DD-WRT firmware. My connection is about 90/35mbps which is also pretty good.

I want to provide a free access point with limited bandwidth. The range is really huge so anyone could use it even on the street and I'm fine with that. But I don't want everyone to download their porn from my wifi every day from the street. I don't want to bandwidth limit them.. so let's say they can use 1gb, BUT speed limit them. They can sleep before my house if they want, I dont care... but don't make my connection slow/useless. :)

So.. how could I do this? Basically a public network+limited bw is what I need.

link|improve this question

Did you mean WR1034ND? tp-link.com/products/… – Joel Coehoorn Sep 23 '10 at 18:45
Oh..thats it, sorry. – Shiki Sep 23 '10 at 20:10
feedback

2 Answers

up vote 1 down vote accepted

DD-WRT has built in options for configuring hotspots. There are three that I know of:

1.Chillispot

  • Easily make the wireless or lan-connected computers display a 'landing page' on user's browsers.
  • Redirection occurs on the first web page, and until the user clicks through (I Agree/Login).
  • Optionally earn revenue from your hotspot.
  • Provide a WiFi usage agreement, advertising or other neighbourhood or commercial activities.
  • Pro-active over-use prevention:
  • Limit the bandwidth, up and down, hotspot-connected laptops or desktops can use.
  • Limit the number of times within a given period hotspot users can log in.
  • Other fine-grained limitations.
  • ChilliSpot can be used for single router, or extended with the use of external services to cover an entire metropolitan area.

2.Anchor Free

Which is similar to Chillispot but is advertising based.

3.SputnikNet

SputnikNet is the super-flexible, web-based management and captive portal authentication system for Wi-Fi hotspots and hotzones. Manage one or thousands of hotspots with SputnikNet. SputnikNet enables you to:

  • auto-provision Wi-Fi access points (APs) by plugging them into broadband
  • manage Wi-Fi APs centrally, over a secure Web connection
  • design captive portals with your brand
  • authenticate users and devices for free or paid Wi-Fi
  • track usage by access point and Wi-Fi end user

Each of these are already installed on the DD-WRT flashed device. Setup is pretty easy, and here are the guides:

link|improve this answer
Yeah I saw these but it looks like these are ... paid stuff. But thank you, I'll have a look at them. – Shiki Sep 23 '10 at 20:11
To my understanding and knowledge they aren't. But I could be wrong. – KronoS Sep 24 '10 at 0:06
feedback

Look here for a QoS article with ddwrt, you will want to do it by IP address. Provide public access to a specific IP range and then apply QoS to that range.

link|improve this answer
And how can I make a new wifi network only for these freeloaders? – Shiki Sep 23 '10 at 18:43
Not another network, but another range. You would need to specify two cidr ranges for the LAN interface, one you can do DHCP to publicly hand out addresses, the other you can set to statically assign to your own network devices. Anyone who is not authorized (statically set), gets put on the public DHCP range that has QoS and limits all the main bandwidth clogging apps. – MaQleod Sep 23 '10 at 19:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.