View previous topic :: View next topic |
Author |
Message |
pgcudahy n00b
Joined: 24 Jun 2004 Posts: 8
|
Posted: Tue Jun 07, 2005 3:01 am Post subject: Soooo close to wireless |
|
|
Hey, I have a wmp54g pci wireless card. I've been setting it up by plugging my wired ethernet card into the switch on the back of the linksys access point I'm using and having no problems. Using ndiswrapper I've gotten the card up and it even gets an IP from the access point. The only problem is that if I unplug the wired line, reboot and try to ping the outside world it says the network is unreachable. I don't think it's the access point because I can use a wired connection to it to access the internet. I can also bring up the access point's web setup in a browser using wireless. There's no wep or mac filtering on it either. Anyone have any ideas? Thanks |
|
Back to top |
|
|
lamekain Guru
Joined: 25 Nov 2003 Posts: 331 Location: Helsinki, Finland
|
Posted: Tue Jun 07, 2005 7:43 am Post subject: |
|
|
when you boot up without the wired connection connected is eth0 (or whatever it is) brought up?
I have eth0 and eth1 (wireless) on my laptop and eth0 has to be down in order to use eth1 (otherwise all traffic goes through the first interface -> eth0). You can still access your access point because it resides in the same network as eth1, but everything else defaults to eth0.
Boot up your computer without the ethernet connection and try:
Code: | /etc/init.d/net.eth0 stop |
Check that you only have loopback and eth1 (wireless) running and that eth1 has received an ip-address from the ap with:
If there is no ip-address then run "dhcpcd eth1" if you are using dhcp or if not then configure your wireless things in /etc/conf.d/wireless or /etc/conf.d/net
I recommend reading the wireless howto somewhere on these forums. _________________ "Only when the last tree has died, the last river been poisoned,
and the last fish been caught, will we realize we cannot eat money"
-Global Terrorism.org |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|