Results 1 to 5 of 5

Thread: Entering wireless password on multiple computers

  1. #1
    Join Date
    Jun 2008
    Location
    southeast Alaska
    Beans
    353
    Distro
    Ubuntu 12.04 Precise Pangolin

    Entering wireless password on multiple computers

    Hello,

    I need to configure a number of machines to access my school's wireless network. I have a script that modifies a number of other configurations such as samba automatically, through configuration files.

    Is there a way to enter the wireless network password through a terminal command?

  2. #2
    Join Date
    Feb 2009
    Beans
    Hidden!

    Re: Entering wireless password on multiple computers

    Do you mean the WPA2, WEP password? If so, use iwconfig to set this and the network, etc.

  3. #3
    Join Date
    Feb 2006
    Location
    uk
    Beans
    Hidden!

    Re: Entering wireless password on multiple computers

    you can specify it in your /etc/network/interfaces file i believe

  4. #4
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,703

    Re: Entering wireless password on multiple computers

    If you edit the network connections on one PC (using the network manager widget in the system tray) and check the box to make it available to all users, then a config file is created in /etc/NetworkManager/system-connections/. A separate file is created for each connection. You can copy this file(s) to the same location in other PCs and they will immediately connect. No restart needed.

  5. #5
    Join Date
    Jun 2008
    Location
    southeast Alaska
    Beans
    353
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Entering wireless password on multiple computers

    Thank you all. I ended up configuring the first batch manually, but I will try to use this information on the next batch.

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
  •