LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   setting a static IP in Kubuntu 8.10.... (https://www.linuxquestions.org/questions/ubuntu-63/setting-a-static-ip-in-kubuntu-8-10-a-690093/)

vflaire 10-27-2009 10:40 PM

wireless static ip
 
hi i have a problem connecting to wireless connection. i was able to configure the static ip but i cant still connect. if i ping my router's address, it is unreachable.pls help me...thanks :)

ive already tried editing my /etc/network/interfaces:

# ra0 is wireless, WPA encrypted
auto ra0
iface ra0 inet static
broadcast 192.168.1.255
address 192.168.1.102
netmask 255.255.255.0
gateway 192.168.1.1
wpa-passphrase NoImNotListingItHere
wpa-ssid MyEssid
wireless-channel 6

tredegar 10-28-2009 12:34 PM

Welcome to LQ :)

But please don't resurrect old threads like this one. Just start a new thread (With a suitable title).

That said, we need more information (as usual):

1] What is your wireless chipset? ( lspci or lsusb will probably list it, then copy and paste the relevant part of the listing here).

2] What is your linux distro (I'm guessing one of the 'buntus).

3] What is the LAN IP of your router (maybe something like 192.168.1.1, or just tell us exactly what model it is)

4] Please give us a link to your router's online manual as a PDF (usually on its manufacturer's website)

5] What are the outputs the following commands:

sudo iwlist scan
ifconfig

Please also see: http://www.linuxquestions.org/linux/...Ask_a_Question


All times are GMT -5. The time now is 12:21 PM.