LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   DWL-122 only connects to router not to internet (https://www.linuxquestions.org/questions/linux-wireless-networking-41/dwl-122-only-connects-to-router-not-to-internet-401493/)

Telluris 01-10-2006 02:46 AM

DWL-122 only connects to router not to internet
 
Hi!
i managed to get the D-Link wireless usb-adapter to work in SUSE 10.0 and i am able to confiure the AP (DI-624+) from this computer, however i can't connect to internet through this device, i scanned the forums but can't find a clue to what to do next, the device is connected to my at the moment totally open network and is "associated", speed 48 Mbps, and is transmitting ( Kinternet), any suggestions?
/Carl

restless 01-10-2006 08:02 AM

make sure that you configured a default gateway.. you probably missed that, so configure the default gateway as the ip of your router.. from then on you'll probably be able to connect to the outside world.. for me that's in the "/etc/network/interfaces" file

this is for my wireless nic:

iface ra0 inet static
address 192.168.1.254
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1

or run this command at boot..

/sbin/route add default gw 192.168.1.1 (replace with the ip of your router)

(hmm seems i'm using both)

Telluris 01-11-2006 04:05 PM

thanks! i got it to work, just by adding route adress. but only with this usb-adapter, DWL-G650 doesnt want to come along... who cares. does DWL-132 work as well or just 122?
/Carl
i meant gw-adress...


All times are GMT -5. The time now is 10:15 PM.