LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Sporadic internet access on unencrypted wifi (https://www.linuxquestions.org/questions/linux-wireless-networking-41/sporadic-internet-access-on-unencrypted-wifi-584759/)

FogSwimmer 09-14-2007 09:23 PM

Sporadic internet access on unencrypted wifi
 
Hi,

I am away from home and staying at a place that offers unencrypted wifi. The essid ("myessid") is broadcast and I put the following entry in my /etc/network/interfaces:
Code:

auto eth1
iface eth1 inet dhcp
wireless-essid myessid


Using
Code:

/sbin/ifup eth1
I can connect to the router and I am assigned an IP. However, I cannot access (even ping) any IP address other than 192.168.0.1, which is the router.

Now strangely enough, sometimes I can. So I have written a script trying to connect until successful. On average I get internet access after about 10 attempts.

I have
a) never had any problems connecting to WEP and WPA encrypted networks from the same box, and
b) Windows (sleeping on the same box) connects without the slightest hint of trouble.

Any suggestions much appreciated!

All the best,
f


All times are GMT -5. The time now is 03:11 AM.