1

I've been given a 256k modem for a 2 day event to allow users access to the internet. There will be multiple connections (I anticipate 30+). How can I set this up so that it can support that many connections at once or what are some other ways to get around this problem?

에이바
  • 612
  • 4
  • 11
  • 34
  • 2
    We need more information on this. What is the event? What are the application that you envision your guests trying to use? Do you have a budget? What is your hosting equipment? Is there a WAP? – Joseph Kern Oct 22 '11 at 15:38
  • What is the problem you need to get around exactly? – David Schwartz Oct 22 '11 at 18:47

2 Answers2

6

Here are some some vague hand-wavy remarks.

  1. Beg borrow or steal more bandwidth. Is your event sponsored by a NPO? Contact your local ISP and see if they're willing to sponsor your event. A borrowed cable modem can go a LONG way.
  2. Rate limiting. You should enable this on your router.
  3. Caching web proxy. You should use one.
  4. Consider blocking everything except http and https.

If you want more detailed responses, we need more detailed information (see my comment in the OP).

This is doable, but it depends on many factors, I've hosted 60-100 users on 512kbps with a 1000ms+ delay. It wasn't pretty but we were able to accomplish work.

Joseph Kern
  • 9,809
  • 3
  • 31
  • 55
1

I would consider using a firewall/router with a caching proxy. We use pfSense as our firewall of choice and it has package for squid proxy. It allows for doing transparent caching of HTTP. You can also use pfSense's traffic shaping to prioritize certain users or types of traffic.

tegbains
  • 1,956
  • 12
  • 27