Wireless Network Config Problem :((

Kenton Brede kbrede at nixnotes.org
Thu Apr 7 02:34:30 UTC 2005


On Thu, Apr 07, 2005 at 02:47:36AM +0330, Behrang Saeedzadeh (behrangsa at gmail.com) wrote:
> Looks like I've made some progress :p
> 
> I added the following lines to my /etc/network/interfaces
> 
> iface eth1 inet dhcp
> name Wireless LAN card
> wireless_essid *********
> wireless_key open *****
> wireless_ap **:**:**:**:**:**
> 
> and removed the rest of the lines.
> 
> Then I executed the 
> 
> iwconfig eth1key open *****
> 
> and I could start my wireless card. now it's turned on with %82 signal
> strength. I also put the MAC address of my routher in front of
> wireless_ap (is this correct?)
> 
> But now I can't connect to the Web.
> 
> Any ideas?

For my wireless card I have the following entry - 

auto eth1
iface eth1 inet dhcp
    wireless-key ***********
    wireless-essid ****
    wireless-mode managed

If your router is serving out IP addresses try running the following
command from the command line and post the output if you don't get a
connection -

sudo dhclient eth1

Kent

-- 
"Our lives begin to end the day we become silent about things that matter."
  - Martin Luther King Jr.





More information about the ubuntu-users mailing list