# # Distro Independent Wireless Install # =================================== # wl.install.sh reads its wireless options from wl.config # # # Original File # ------------- # http://www.Linux-Wireless.org/Install-HOWTO/WL/wl.HOWTO.txt - help docs # http://www.Linux-Wireless.org/Install-HOWTO/WL/wl.config - config files # http://www.Linux-Wireless.org/Install-HOWTO/WL/wl.install.sh - install script # # # Config Files # ------------ # NetGear WG311 # http://www.Linux-Wireless.org/Install-HOWTO/WL/wl.config.NetGear.WG311 # # LinkSys WMP54G version 2 # http://www.Linux-Wireless.org/Install-HOWTO/WL/wl.config.LinkSys.WMP54G version 2 # # # Drivers # ------- # NetGear WG311 # http://www.Linux-Wireless.org/Install-HOWTO/Drivers/madwifi/madwifi.txt # # LinkSys WMP54G version 2 # http://www.Linux-Wireless.org/Install-HOWTO/Drivers/ndiswrapper ( newer than bcom_linux ) # http://www.Linux-Wireless.org/Install-HOWTO/Drivers/BroadCom/Old/bcom_linux_install1.txt # # # # 23-May-05 amo Separate Installation and Help Docs # 04-Jun-04 amo Moved to Linux-Wireless.org # # # # Wireless Install HOWTO # ====================== # # # For Wirelss Gateway # -------------------- # iwconfig ath0 mode Master # # # For wireless clients # -------------------- # iwconfig ath0 mode Managed # # # Important Wireless Config Variables # ----------------------------------- # - make sure your ESSID is the same as your ap # - make sure you enable (in)secure WEP keys # # - make sure "iwlist scan" can see the other wireless devices # # # Wireless Security # ----------------- # http://www.Linux-Wireless.org/Security # # - make sure you install your (insecure) wireless connections # OUTSIDE the corp firewall # # # # New Wireless Installation # ========================= # # 0. Too lazy ?? just a comple of commands .. # http://www.Linux-Wireless.org/Install-HOWTO/WL/BASIC.Install.sh.txt # # # 1. Find the Linux Driver for your wireless device # http://www.Linux-Wireless.org/Install-HOWTO/Drivers # # # 2. Install the drivers # madwifi drivers for NetGear WG311 # ndiswrapper drivers for LinkSys WMP54G # # - recompile your kernel -- required for new madwifi drivers # # # 3. Read the wireless config Howto ( command line options ) # http://www.Linux-Wireless.org/Install-HOWTO/WL/Commands.iwconfig.txt # http://www.Linux-Wireless.org/Install-HOWTO/WL/WEP-Key-HOWTO.txt # # # 4. Use one of the config files # # For NetGear WG311 # cp wl.config.NetGear.WG311 wl.config # # For LinkSys WMP54G # cp wl.config.LinkSys.WMP54G wl.config # # # root# vi wl.config # ------------------- # - Define your own wireless ip# or dhcp # - Define your essid to be the same as your "access point" # - Define your own gateway info including the outside world gateway # # # 5. Install the drivers and configure the wireless Network # # root# ./wl.install.sh start # --------------------------- # # # # # if you/this is the wireless AcessPoint # # -------------------------------------- # # # root# ./wl.install.sh ap # --------------------------- # # # 6. Testing the wireless Network # # ping yoourself - should always work # ping your-wirelss-ap - should work # ( if not, you need to double check the ip# and iwconfig option ) # # ping the outside world # # ssh some-place-outside # use your browser # # # 7. Harden your wireless Network # install a firewall # # # # End of file