Results 1 to 4 of 4

Thread: Accessing multiple Wireless networks from laptop

  1. #1

    Accessing multiple Wireless networks from laptop

    I'm trying to get my laptop to connect to different networks based on my location, e.g "home_network" and "work_network", without having to change network scripts every time.

    The 2 networks has different SSID's ("home_network" and "work_network") and WEP's.

    I use Atheros and has currently setup the SSID and WEP in /etc/sysconfig/network-scripts/ifcfg-ath0

    DEVICE=ath0
    BOOTPROTO=dhcp
    ONBOOT=yes
    METRIC=10
    MII_NOT_SUPPORTED=no
    WIRELESS_MODE=Managed
    WIRELESS_ESSID=home_network
    WIRELESS_ENC_KEY=DCBCECDABC
    DHCP_TIMEOUT="5"

    How can I setup another accesspoint with different parameters?

    (Config Mandrake 10.1 - generic 2.6.10 kernel w. various patches)
    Thanks in advance
    SN

  2. #2
    Senior Member
    Join Date
    May 2004
    Location
    Pakistan
    Posts
    253

    Re:

    Dear
    Hello,

    The best you can do is to put another NIC. Your /etc/sysconfig/network-scripts/ifcfg-ath0:0

    DEVICE=ath0:0
    BOOTPROTO=dhcp
    ONBOOT=yes
    METRIC=10
    MII_NOT_SUPPORTED=no
    WIRELESS_MODE=Managed
    WIRELESS_ESSID=home_network
    WIRELESS_ENC_KEY=DCBCECDABC
    DHCP_TIMEOUT="5"

    Best Regards.
    Färrükh Ähmëd

  3. #3
    8) Thanks Färrükh,

    That is really convenient, does it mean that if I need to add a third hotspot I just add a /etc/sysconfig/network-scripts/ifcfg-ath0:1 and do a "service network restart"?

    Thanks
    again
    Skurk

  4. #4
    Senior Member
    Join Date
    May 2004
    Location
    Pakistan
    Posts
    253

    Re:

    Dear skurk,
    Hello,

    Yup

    Best Regards.
    Färrükh Ähmëd

Similar Threads

  1. wireless client bridge with old laptop
    By quinnray in forum Linux - General Topics
    Replies: 0
    Last Post: 03-04-2007, 12:20 PM
  2. Linux laptop multiple domains samba
    By ttrav in forum Windows - General Topics
    Replies: 0
    Last Post: 11-11-2005, 06:26 PM
  3. Network Tutorial
    By Waka-Gashira in forum Windows - General Topics
    Replies: 3
    Last Post: 01-05-2005, 04:05 AM
  4. Windows 2000 Hardware Compatibility List
    By regix in forum Windows - General Topics
    Replies: 11
    Last Post: 01-04-2005, 08:20 AM
  5. Wireless Card on Laptop Help!
    By mugs in forum Mandriva
    Replies: 3
    Last Post: 04-01-2003, 02:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •