RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

/etc/network/interfaces to connect Ubuntu to a wireless network

Here is a small skeleton on how to set /etc/network/interfaces file to connect Debian or Ubuntu to a wireless network. NOTE: Use iwconfig command to find a name of your wireless interface. In this example we use wlan0 as a target network device.
Static network interface:

auto wlan0
iface wlan0 inet static
address 10.1.1.60
netmask 255.0.0.0
network 10.0.0.0
broadcast 10.255.255.255
gateway 10.1.1.1
wireless-essid linuxconfig.org
wireless-mode Managed
wireless-key 4ff38e6e98d6a750f33cdb105e

Dynamic dhcp network interface:

auto wlan0
iface wlan0 inet dhcp
wireless-essid linuxconfig.org
wireless-mode Managed
wireless-key 4ff38e6e98d6a750f33cdb105e

Share this linux post:

Submit /etc/network/interfaces to connect Ubuntu to a wireless network in Delicious Submit /etc/network/interfaces to connect Ubuntu to a wireless network in Digg Submit /etc/network/interfaces to connect Ubuntu to a wireless network in FaceBook Submit /etc/network/interfaces to connect Ubuntu to a wireless network in Google Bookmarks Submit /etc/network/interfaces to connect Ubuntu to a wireless network in Stumbleupon Submit /etc/network/interfaces to connect Ubuntu to a wireless network in Technorati Submit /etc/network/interfaces to connect Ubuntu to a wireless network in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download