Hi everyone,
I’m really struggling with a wireless internet connection here. I’m on opensuse 11.3 connecting to an open wirelss network. I set up the connection with network manager, it connects quickly and the signal is good. However, I have no internet (I know, common problem, I’ve tried everything though…).
sudo /sbin/ifconfig:
eth1 Link encap:Ethernet HWaddr 00:1B:FC:0B:FC:C8
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:28 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:690 errors:0 dropped:0 overruns:0 frame:0
TX packets:690 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:46300 (45.2 Kb) TX bytes:46300 (45.2 Kb)
wlan0 Link encap:Ethernet HWaddr 00:1B:77:02:A9:6B
inet addr:10.64.124.49 Bcast:10.64.124.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1524 errors:0 dropped:0 overruns:0 frame:0
TX packets:1611 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:856838 (836.7 Kb) TX bytes:199728 (195.0 Kb)
sudo /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.64.124.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.64.124.49 0.0.0.0 UG 0 0 0 wlan0 # I added this line to my routing table manaully just to see if it would work
0.0.0.0 10.64.124.1 0.0.0.0 UG 0 0 0 wlan0
cat /etc/resolv.conf
(a bunch of stuff…and then:)
search hydro.local
nameserver 10.64.120.2
I’ve experimented with disabling network manager and going with ifup, and have tried a few other things, notably:
sudo /sbin/netconfig update -f
sudo /sbin/rcnetwork restart
The result is the same: the wifi connection is successful, but no internet, USUALLY. Here’s the rub: I use chrome and get an error 118 (connection timeout), but if I refresh enough times, usually once or twice each day I will actually be properly redirected to my network’s signin page. I can enter my username and pass, but after this stage the connection has died again and I can no longer open any other pages. This part is especially confusing.
Any suggestions are welcome. I’ll check frequently and make sure I post any requested output. But please help, I justed started a new job but haven’t been able to do anything in my first two days, since I can’t connect to their network! Thank you.