Find the answer to your Linux question:
Results 1 to 5 of 5
I am trying to set the interfaces file to connect to my wireless network. I have looked at many other threads and they don't seem to help. Here is my ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    11

    Using the /etc/network/interfaces file

    I am trying to set the interfaces file to connect to my wireless network. I have looked at many other threads and they don't seem to help. Here is my interfaces file...

    Code:
    auto lo
    iface lo inet loopback
    
    auto wlan0
    iface wlan0 inet static
        wireless-essid nameofwirelessnetwork
        wireless-key wirelesskey
        address 192.168.1.9
        netmask 255.255.255.0
    I have also tried to set it using the dhcp server and no luck. Can someone help?

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    What exactly is the problem? Are you unable to connect? Connection but no browsing? Which commands are you using to start your networking?
    Here is a link explaining things in a bit of detail.
    /etc/network/interfaces Ubuntu Linux networking example
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    Are you running a command-line system with no GUI? Or are you running a KDE/Gnome/XFCE desktop? If running a GUI desktop, there are easier tools to use to configure the network. If console/command-line then you need to configure the network manually and we can help there too, but we need to know which is what first.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Just Joined!
    Join Date
    Mar 2010
    Posts
    8
    If your using the default network manager, it sometimes ignores the interfaces file. I'm not sure on the version but its between 8.04 and 9.04.

    Also try setting a gateway address if your checking by opening the browser...

  5. #5
    Just Joined!
    Join Date
    Jan 2009
    Posts
    11
    I have disabled the network manager applet (the gui tool) that configures the network for me. Doing that should make the system read the /etc/network/interfaces file right? I am really just trying to connect this way to see if I can do it, thats why I don't want to use the network manager. I have already looked at that link before I posted but I'll give it another look thanks.

Posting Permissions

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