https://bugzilla.novell.com/show_bug.cgi?id=807111 https://bugzilla.novell.com/show_bug.cgi?id=807111#c18 --- Comment #18 from Greg Freemyer <Greg.Freemyer@gmail.com> 2013-08-29 10:06:05 EDT --- I did some more troubleshooting today and I think the issue is with routing, not the actual wireless connection. I woke my laptop up this morning and like normal, I could not access the Internet. I then did these diagnostics: #try to ping the wireless router itself => SUCCESS gaf@linux-3j6w:~> ping 192.168.3.1 PING 192.168.3.1 (192.168.3.1) 56(84) bytes of data. 64 bytes from 192.168.3.1: icmp_seq=1 ttl=64 time=8.91 ms 64 bytes from 192.168.3.1: icmp_seq=2 ttl=64 time=2.30 ms 64 bytes from 192.168.3.1: icmp_seq=3 ttl=64 time=239 ms 64 bytes from 192.168.3.1: icmp_seq=4 ttl=64 time=3.10 ms 64 bytes from 192.168.3.1: icmp_seq=5 ttl=64 time=3.09 ms ^C --- 192.168.3.1 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4004ms rtt min/avg/max/mdev = 2.303/51.471/239.941/94.264 ms # Try to ping yahoo.com => failure (as expected) gaf@linux-3j6w:~> ping yahoo.com connect: Network is unreachable gaf@linux-3j6w:~> sudo /sbin/traceroute 19.1.1.1 sudo: /sbin/traceroute: command not found # Try to see how far packets are getting => nowhere :( gaf@linux-3j6w:~> sudo /usr/sbin/traceroute 19.1.1.1 traceroute to 19.1.1.1 (19.1.1.1), 30 hops max, 40 byte packets using UDP Unable to connect to 19.1.1.1: Network is unreachable # See if the routing table is okay => NOPE gaf@linux-3j6w:~> sudo /sbin/route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface loopback * 255.0.0.0 U 0 0 0 lo link-local * 255.255.0.0 U 0 0 0 wlan0 192.168.3.0 * 255.255.255.0 U 0 0 0 wlan0 #Use network manager to drop the wireless and reconnect # check routing table again => LOOKS GOOD! gaf@linux-3j6w:~> sudo /sbin/route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.3.1 0.0.0.0 UG 0 0 0 wlan0 loopback * 255.0.0.0 U 0 0 0 lo 192.168.3.0 * 255.255.255.0 U 0 0 0 wlan0 # and now I can browse the Internet again. So the fundamental bug seems to be I don't have a default route after hibernate/resume. Do I need to close this bug and open another one? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.