Networking Forums

Networking Forums > Computer Networking > Linux Networking > Help for DSL access through wlan

Reply
Thread Tools Display Modes

Help for DSL access through wlan

 
 
Wonder
Guest
Posts: n/a

 
      12-15-2003, 01:02 PM
I am having problems in configuring a DSL access through a wlan
device.

OS: Mandrake 9.2
WLAN CARD: Sitecom Wireless USB adapter WL012 (Prism2)
DRIVER: linux-wlan-ng-0.2.0

Mandrake didn't recognize the new USB device, so I had to manually
install wlan.org's prism2_usb driver.

Than I was able to activate the card, by tiping

modprobe prism2_usb
cd /etc/init.d/
../wlan start
ifconfig wlan0 192.168.1.11

After that I was able to ping the router, but I don't know how to
assign to the card right Gateway and DNS addresses in order to browse
the web.

Any help ?
 
Reply With Quote
 
 
 
 
Rajiv Srinivasa
Guest
Posts: n/a

 
      12-15-2003, 09:33 PM
The gateway is the IP of your wireless access point (eg: my Netgear wireless
access point/ADSL modem has the IP address of 192.168.0.1 which is what
I've set the gateway to)

At least on the Netgear, you have to set up your desktop/laptop to get IP
address via DHCP rather than set it manually (as you have) - and the access
point sets the IP addresses on these computers.

Ditto DNS - use auto DNS (ie let the DHCP set it up)

Hope this helps

--Rajiv
 
Reply With Quote
 
Wonder
Guest
Posts: n/a

 
      12-29-2003, 03:07 PM
Rajiv Srinivasa <(E-Mail Removed)> wrote in message news:<3fde365b$0$30574$(E-Mail Removed) t>...
> The gateway is the IP of your wireless access point (eg: my Netgear wireless
> access point/ADSL modem has the IP address of 192.168.0.1 which is what
> I've set the gateway to)
>
> At least on the Netgear, you have to set up your desktop/laptop to get IP
> address via DHCP rather than set it manually (as you have) - and the access
> point sets the IP addresses on these computers.
>
> Ditto DNS - use auto DNS (ie let the DHCP set it up)
>
> Hope this helps
>
> --Rajiv


Thanks for your help. I finally succeeded in setting up the card
without DHCP, by putting DNSs in resolv.conf file and by setting the
default gateway using route command:

route add default gw <gateway IP> wlan0

Hope this can help somebody else with similar problems.

Igor
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wlan design: access point vs. wlan interface no_one_reads_it@gmx.net Linux Networking 0 09-17-2006 03:42 PM
Access to WLAN via USB on startup Big Ron Wireless Networks 1 03-09-2006 11:33 PM
nlb and wlan access points sundown78 Windows Networking 0 02-27-2006 01:47 PM
WLAN Access Suggestions Paul Wilhelm Elsinghorst Linux Networking 2 02-22-2005 12:02 PM
How to access FTP between computers on WLAN? DaveC Wireless Internet 20 11-06-2004 01:13 AM



1 2 3 4 5 6 7 8 9 10 11