How are you connecting via wifi to the hex? You have a simple access point connected on the lan side of the hex that does no routing at all, I assume, is this correct?

In any event, it looks like your computer is hard-set [meaning in system options or via ifconfig/ipconfig] to use itself as the DNS server [strange config btw, is this a server?] when using the wifi interface [127.0.0.1] whereas it’s not hard-set to a specific DNS server when using the wired interface.

Is your computer getting an IP automatically from the HEX when connecting to it via ethernet? Could you post the result of command ifconfig [or ipconfig for evilcorp-world ;] here?

Secondly, could you try [always via ethernet] to nslookup wikipedia.org 172.16.0.1 and nslookup wikipedia.org 8.8.8.8 ?

Thanks

On 7 apr 2017, 01:43 +0200, Marvin Arnold <marvin@geeky.rocks>, wrote:

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


_______________________________________________
lime-users mailing list
lime-users@lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users