Slashdot Mirror


User: Divergence

Divergence's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Blueprint... on A Wireless Network for a 4-Story Apt. Building? · · Score: 1

    If you would care to provide more specifics (building floorplan, distances, etc.) of the layout, I can refine my suggestion. For example, if you live on the top/bottom floor, a directional antenna might be better than an omni. D-Link has some WiFi repeaters that you could deploy to "friendly" apartments, etc.

    However, saying that, there just is NO substitute for wandering around the building with laptop to see what the RF "terrain" is like.

    - D

  2. Blueprint... on A Wireless Network for a 4-Story Apt. Building? · · Score: 3, Informative

    Okay, I will assume you truely want a wireless network despite the good advice voiced by others.
    Since you failed to include any information like apartment building footage, a map/blueprint with your location marked, etc., this will be a general approach that assumes you don't want to leave anything behind when you move out eventually.

    1) Buy a WiFi card and an access point (AP) from your favorite company, but make sure it is at least 802.11g (D-Link comes to mind, since they claim near "wirespeed" encryption.
    2) Setup your AP (with WEP, largest key available!) in your room (which hopefully is near the middle of the building), and then walk around and see what your signal looks like. Make a rough map of signal strength and note any shadows. While you are at it, you might see if anyone else has their own WiFi already. (You might be able to enlist them in your endeavor!)
    3) Decide if you think you need to upgrade the AP's antenna to a larger "omnidirectional" antenna (6db or so. Anything larger than about 8db probably is a directional antenna) so you can reach the furthest recesses of the building.
    4) Build a Linix box that firewalls your ISP line, any wire-based Lan you might have, and the wireless AP! You need to protect yourself, or one of you new "friends" will hack you.
    4b) (optional) Setup an open source RADIUS server on the box and point the AP to it for authentication that is harder to break than MAC filtering + WEP.
    5) Decide which services you will let go through the wireless. Traffic shape (QOS) anything that might get abused but you still want to let through anyway. Make sure to include any game ports you plan to use.
    6) Decide how much of your ISP bandwith you want to let the wireless people have, and traffic-shape the interface card.
    7) invite a select few of your neighbors to try out the system (give them the shared WEP key or a Radius login)
    8) After you get their feedback and see how your network handles the load, decide if you still want to go through with telling everybody.

    Costs:
    ~$300 AP + couple of nicks from D-Link
    ~$100 New antenna for AP to boost range
    ~$400 linux box + 3 NICs
    $??? Your labor cost to set this all up

    If you find that the above single AP setup is not sufficient, I respectfully suggest you give up as a more complex setup is beyond a simple slashdot post. Hire a professional.

    - D