Slashdot Mirror


Hybrid Community Networks?

CaryMenage asks: "I live in Philadelphia where there is a chock full of row houses and MDU (Multiple Dwelling Units) buildings. I was wondering if other Slashdot readers have been involved with community networks and what methods they have used. I have been looking at several different ways to distribute a T1 circuit to multiple end users; WiFi, Powerline, HomePNA. Due to the physical and legal complexities of older buildings and crossing public streets, I feel that some type of hybrid mixture of different topologies would work well in many situations. Has anyone implemented any of this on a large scale installation?" "I currently let my neighbor access the Internet through a powerline device that works well through the power meters. It seems to me that in theory, one could repeat the Ethernet with a cheap switch and send it to the next neighbor with another pair of powerline devices. Then when you have to cross a public street one could use a pair of Wireless Access Points in bridge mode. I also found a "leaky coax" product called RADIAX that I was wondering if anyone has applied this to 802.11. Seems to me you could use this coax and amplifiers to expand wireless coverage within buildings. For apartment buildings with somewhat organized main phone closets I have been looking at HomePNA products like the Xterasys HSM-1402 14-port HomePNA Switch and the Xterasys VX-110B for the end users connection."

7 of 23 comments (clear)

  1. Limited physical change by jtev · · Score: 3, Interesting

    If there are restrictions on what you can do with wiring, wi-fi is probably a good idea, as long as you use encryption, such as WEP. if you can lay wire, ethernet would be the way to go, at least for a single building dwelling. having a WAP may be a good idea anyway, even if you can lay wire for those who want it, but it realy depends on your situation.

    --
    That which is done from love exists beyond good and evil
  2. Fiber? by j1m+5n0w · · Score: 3, Informative

    Fiber optic networking is great technology, and its not that expensive to get old fiber optic ethernet to coper ethernet media converters (typically ~$150 for 100mbps multimode, ~$200 for 100mbps singlemode). On ebay such equipment is much cheaper, especially if you go with old 10mbps 10baseFL media converters.

    If laying your own cable is an option, this would give you a great upgrade path. 10mbps now, 10gbps in a few years.

    The big choice is singlemode or multimode. Single mode equipment is harder to find and a little bit more expensive. The range (20-100 km for SM, 2km for MM) and theoretical information capacity (terabits per second vs gigabits) is much greater, though. I've heard that SM is harder to terminate unless you can afford a fusion splicer.

    Has anyone out there inexpensively set up a community network with fiber?

    -jim

  3. Go All Wireless by max+born · · Score: 4, Interesting

    Don't know how much of a Linux user you are but I built a couple of wireless access points/relays for my neighbors that hook up the to the sflan network.

    I used a couple of old junker laptops running Linux. This should be completely scalable to your situation. Here's a link to how I did it. For a relay/access point the same principle applies, just use two cards, one with a directional antenna the links to you, the other with an omnidirectional that serves DHCP. I found that cheapo cards on old hardware works great.

    There are plenty of sites that have intructions for building directional antennas. From my experience you don't need to spend a lot of money for this kind of thing.

    I'm glad your sharing your bandwidth. More people need to do this. Hopefully, one day the Internet will be entirely wireless and free. Free meaning you don't have to pay an ISP, you just buy your equipment and you're online. Just like CB radio.

    Feel free to use my email address at the above site if you have any questions.

    1. Re:Go All Wireless by Oculus+Habent · · Score: 3, Interesting

      I have a couple of thoughts & questions.

      First, the questions:

      What kind of security plans do you have? Is this to be firewalled from the Internet but an open LAN behind the firewall? Will each building/unit have a firewall?

      How large an area are you looking at servicing? One street (both sides)? Two? A city block?

      Are you setting up your own servers/services: Web hosting, e-mail, etc? Will everyone receive a live IP, or will it be private?

      Next, some thoughts.

      I would suggest firewalls. Sure, it's a pain - and an expense - to install at every unit, but it ensures security. If one of your users puts in an unsecured WAP, you aren't vulnerable. I would at least suggest it to each user. If they want to join the "network neighborhood", so be it. A $50 Cable/DSL Router should work splendidly, and transition to other services if a user desires.

      Wireless is great for a dozen reasons; the biggest is convenience. If you do install wireless, I would recommend that the access points are 802.11g and support wireless bridging. The extra expense means no extra cables and the ability to expand the network quickly. You might also look into using directional antennas if you just want to bridge a distance. The directional antennas give you much better range and make it slightly more difficult for others to access your network. Encryption should go without saying. You might also consider setting up separate 802.11b base stations if there are many laptop users. 11b users will slow down an 11g access point.

      For in-home wiring, it might be preferable to design a common "wiring cabinet" that you can tuck in a corner of the basement or mount on a wall. You can fabricate them identically and drop them into each house with a cheap eight-port switch, a surge protector with a swiveling plug (you have no idea how nice these are until you have one) and a little extra space for firewall/router, more switches, etc. to make installation a breeze.

      You might think about a secondary Internet connection and a dual-wan router to improve speed and reliability of the connection. The expense isn't huge and additional bandwidth never killed anyone. :) The XiNCOM router handles specific routing and filtering, so as not to interfere with any servers you might be running.

      --
      That what was all this school was for... to teach us how to solve our own problems. -- janeowit
  4. Another Topology Method by CaryMenage · · Score: 4, Interesting

    Since I didn't want to take up to many bytes, I left out an idea of taking over the coax cable from the cable company inside an apartment building (in most cases cable after the tap in a building is property of building owner) and create a cable modem network as well as an SMATV system, using cisco broadband equipment, multiple sat receivers and RF modulators, one per channel. The only problem their is the cost of the cisco equipment. So I wonder if anyone has succesfully used old cable modems, say one at a Linux box serving DHCP, DNS gateway etc.. and the end users with standard DOCSIS cable modems? Fiber is still to expensive to install.

  5. Cat5 all the way baby. by psergiu · · Score: 5, Interesting

    5 & 8 port switches are cheap. Shielded cat5 is cheap. Unshielded cat5 (for runs 70m inside buildings) is even cheaper. For jumps between buildings use some steel wire (the kind used for drying clothes is the best), secure-it and then wrap the cat5 around it. Ensure that the switches won't be rained on and that the power can't be disconnected accidentaly. If you have jumps between buildings larger than 10m use ProtectNet (or other eclators). If you want redundancy use switches that support spanning tree and create network loops. Is 100baseT, is cheap and it works.
    See http://www.era.ro/ for an example.
    There are almost 100 networks like this here in Bucharest.

    --
    1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
  6. Optical Air Link by Maljin+Jolt · · Score: 3, Interesting

    For many community nodes, CZFree network in Prague (and other czech cities) uses an optical light, but no laser(!) device called Ronja. Garage design by professionals, becomes a marketable technology after several years of experiments. Range of the two way direct visibility link is measured in kilometers, band is about 10M.

    Here some links:

    Home page
    Some 64 existing deployments of the device
    An example of installation in dense city area

    --
    There you are, staring at me again.