Hey, I'm replying with two sets of commands. The first is always using
WIFI which is working fine. The second is connecting my computer to the
hex via ethernet, which does not work well.
I'm pretty sure its not my computer's ethernet. I've also tried
connecting my computer directly into the isp router via ethernet and
that works fine.
Working version using hex<WIFI>computer:
*ping 8.8.8.8* [reply with output]
$ ping
8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=43 time=63.6 ms
*curl ipinfo.io* [reply with output]
$ curl
ipinfo.io
{
"ip": "X.X.X.X",
"hostname": "XX.net",
"city": "Washington",
"region": "District of Columbia",
"country": "US",
"loc": "LAT,LONG",
"org": "ORG",
"postal": "XXXXX"
}
*nslookup wikipedia.org* [reply with output]
$ nslookup
wikipedia.org
Server: 127.0.1.1
Address: 127.0.1.1#53
Non-authoritative answer:
Name:
wikipedia.org
---------------------------- KEEP SCROLLING
------------------------------------
Broken version using hex<ethernet>:
*ping 8.8.8.8* [reply with output]
$ ping
8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=44 time=64.2 ms
*curl ipinfo.io* [reply with output]
$ curl
ipinfo.io
curl: (6) Could not resolve host: ipinfo.io
*nslookup wikipedia.org* [reply with output]
$ nslookup
wikipedia.org
;; connection timed out; no servers could be reached
Non-authoritative answer:
Name:
wikipedia.org