LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Connecting to Router (https://www.linuxquestions.org/questions/linux-networking-3/connecting-to-router-399168/)

SirJinX 01-03-2006 03:33 PM

Connecting to Router
 
How do I connect to an Accesspoint/router?

when I do "wlist wlan0 scan", it finds something in cell 01, but I have no clue what to do after that.

I am running on a Fedora Croe 4.

mimithebrain 01-03-2006 04:11 PM

ifconfig wlan0 up
iwlist wlan0 scan
take the essid name as a note

iwconfig wlan0 essid [myessid] key [myWepKey _ If applicable]
dhcpcd wlan0 (or) pump -i wlan0

there you go.

SirJinX 01-03-2006 05:49 PM

the last 2 don't work for me

(the dhcpcd and the pump commands aren't valid) =(

mimithebrain 01-03-2006 06:41 PM

you will have to install a dhcp client.

SirJinX 01-03-2006 07:45 PM

Thank you so much :D

I am finally able to post from linux :D

mimithebrain 01-03-2006 08:54 PM

yay!

enjoy linux :D


All times are GMT -5. The time now is 02:08 PM.