I can still connect with ssh. I'm not sure what to look for. In /tmp/log there is a timeout-wnet.log file that contains the text 'https://api.ambientweather.net/endpoint'.
ifconfig shows
apcli0 Link encap:Ethernet HWaddr BA:D8:12:00:58:C4
inet addr:192.168.1.181 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::b8d8
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:2564 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)
eth0 Link encap:Ethernet HWaddr B8:D8:12:60:58:C4
inet addr:192.168.168.1 Bcast:192.168.168.255 Mask:255.255.255.0
inet6 addr: fe80::bad8
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:8233 (8.0 KiB)
Interrupt:5
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:65536 Metric:1
RX packets:208 errors:0 dropped:0 overruns:0 frame:0
TX packets:208 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:23538 (22.9 KiB) TX bytes:23538 (22.9 KiB)
and ip -r shows
default via 192.168.1.1 dev apcli0 src 192.168.1.181
192.168.1.0/24 dev apcli0 scope link src 192.168.1.181
192.168.1.1 dev apcli0 scope link src 192.168.1.181
192.168.168.0/24 dev eth0 scope link src 192.168.168.1
Any ideas?