[SOLVED] Wireless Network Setup

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat [SOLVED] Wireless Network Setup
# 1  
Old 08-24-2012
[SOLVED] Wireless Network Setup

Hi,

I am trying to set up a wireless internet connection on my centos OS (6). I can connect via the copper using the internal LAN but cannot get the wireless connection working.

The 2 files that I have configured are:

Code:
My wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="MY_SSID"
key_mgmt=WPA-PSK
proto=WPA RSN
pairwise=CCMP
group=CCMP
psk="thisIsMyAsciiPassword"
}
My ifcfg-wlan0:
DEVICE=wlan0
BOOTPROTO=dhcp
ONBOOT=yes
NETMASK=255.255.255.0
DNS1=
HWADDR=xx:xx:xx:xx:xx:xx
TYPE=Wireless

I have also tried manually configuring it:
Code:
iwconfig wlan0 essid "My_SSID"
iwconfig wlan0 mode managed
iwconfig wlan0 key restricted <your passkey here> or if doesnt work try iwconfig wlan0 key s:yourpasskeykeyhere
iwconfig wlan0
ifconfig wlan0 up

output of iwconfig:
Code:
 
wlan0     IEEE 802.11g  ESSID:"My_SSID"  
    Mode:Managed  Access Point: Not Associated Tx_power=15 dBm
 
    Retry limit:7   RTS thr:off   Fragment thr:off
    Encryption Key:"My_ASCII_Key"
    Power Management:off

When I attempt to connect to the Internet I get the following message (Chrome):

Code:
Error 137 (net::ERR_NAME_RESOLUTION_FAILED): Unknown error

Anybody advise on how to resolve this?

R,
D.




# 2  
Old 08-27-2012
Ok working now - was using an incorrect SSID password.
This User Gave Thanks to Duffs22 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Could not connect to wireless network

I run lubuntu from usb (try lubuntu, it's not install on my pc ) And i try to connect to network I see the network name And i put the pass But it's not connect.. I tried to open hot spot on my phone and try to connect and it's not connect I have edumax n150 Try to install new driver -... (0 Replies)
Discussion started by: popcoern
0 Replies

2. Android

Problem with wireless network

Good day, everybody! I have a mobile phone (LG Optimus L5) with Android 4.0.3 and a tablet (PocketBook SurfPad 2) with Android 4.1.1 and I have problem with wireless network on these devices. Laptops don't have such problem. My wireless network organisation is a modem connected with an access point... (11 Replies)
Discussion started by: qzxcvbnm
11 Replies

3. Ubuntu

Wireless network not working

Hi, I am a new to Ubuntu linux and trying to learn it. I am using ubuntu 10.04. I am getting problem in setting my wireless network. I set it up properly and was working fine. But suddenly it stopped working, though the wireless icon saying that it is connected, but can't load any page. I... (2 Replies)
Discussion started by: linux_learner
2 Replies

4. Hardware

identify wireless network card

hi Howto identify wireless network card using Live CD? (2 Replies)
Discussion started by: ccc
2 Replies

5. SuSE

setup Linux as a wireless router

Hi I've done some google searching but haven't really found anything that seems to be what I need. First I should add it's been awhile since I have run Linux but that's changing :) What I'm after doing is setting up a Linux box as a wireless router. I will be running the Suse distro if I... (2 Replies)
Discussion started by: woofie
2 Replies

6. Linux

Wireless setup/configuration on Linux

hi all, :) Please let mew know some useful link that has some information about wireless set-up and configuration for Linux FC-8 on laptop. -regards Ashvin (2 Replies)
Discussion started by: Ashvin Gaur
2 Replies

7. Linux

Wireless network card performance

I am running FC4: Linux maincomp 2.6.13-1.1532_FC4smp I recently changed the OS from windows XP, and have a feeling that for some reason my wireless network card is slower on Fedora Core 4. The Belkin PCI 802.11b card was automatically detected and configured by FC4 when I installed the OS,... (0 Replies)
Discussion started by: dangral
0 Replies

8. UNIX for Dummies Questions & Answers

solaris 10 wireless network setup

I installed solaris 10 x86 on my dell laptop on a partition alongside windows xp. I am able to connect to the internet in xp with both my ethernet local area connection as well as through my wireless network card. But, however i do not have clue as to how to go about it in solaris. i did not... (0 Replies)
Discussion started by: stakes20
0 Replies

9. IP Networking

Wireless-G network

Hi, I have a laptop with a Linksys Wireless G PCMCIA card and a cable connection goin into a router and then a patch lead from the router going to a Linksys Wireless G access point IP 192.168.1.245 with DHCP disabled. I can connect to the access point from the laptop, but how do I get the... (1 Reply)
Discussion started by: perleo
1 Replies

10. Cybersecurity

Wireless Network

At the moment, I have three computers at home. I want to use boardband for my three computers. But I don't want to use network at home. I have been looking for a product which call OriNoCo USB Cilent. How do I connect to the internet with my computer?? If I post this in a wrong place, please... (0 Replies)
Discussion started by: him
0 Replies
Login or Register to Ask a Question