You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This affects my code as well, but here's what I get when I attempt to contact any .local device:
root@bloath:~# ping marvin.local
ping: bad address 'marvin.local'
root@bloath:~# ping lectroid.local
ping: bad address 'lectroid.local'
root@bloath:~# ping wight.local
ping: bad address 'wight.local'
(above: marvin.local is a Rasbian board, but I also have another Raspbian board, a Debian board, a OSMC board, and two macOS machines--all of which are unreachable from my t2, bloath)
bloath is not configured as an AP. bloath is connected to a wifi network. bloath is not connected via ethernet.
This is not a problem with any other device on my network, e.g.:
boneskull@lectroid ~ [23:00:00]
> $ ping marvin.local ⬡ 7.7.2
PING marvin.local (10.0.0.33): 56 data bytes
64 bytes from 10.0.0.33: icmp_seq=0 ttl=64 time=56.921 ms
64 bytes from 10.0.0.33: icmp_seq=1 ttl=64 time=5.949 ms
64 bytes from 10.0.0.33: icmp_seq=2 ttl=64 time=8.996 ms
This behavior is exhibited after a t2 restore then subsequent t2 update. I haven't monkeyed with any settings.
ping is not the only service affected. As we can see, some devices are advertising ssh services:
root@bloath:~# dns-sd -B _ssh._tcp
Browsing for _ssh._tcp
DATE: ---Fri 10 Mar 2017---
6:59:47.502 ...STARTING...
Timestamp A/R Flags if Domain Service Type Instance Name
6:59:47.665 Add 2 10 local. _ssh._tcp. wight
6:59:47.767 Add 2 10 local. _ssh._tcp. lectroid
6:59:48.689 Add 2 10 local. _ssh._tcp. marvin
6:59:48.791 Add 2 10 local. _ssh._tcp. dp-5482031A
Yet, attempting to ssh to one of them results in:
root@bloath:~# ssh marvin.local
ssh: Exited: Error resolving 'marvin.local' port '22'. Name or service not known
10.0.0.1 is an AirPort Extreme 802.11n (2nd Generation).
I've been looking thru the OpenWRT forums for similar issues, but haven't found anything promising. I've tried disabling dnsmasq and randomly fiddling with other settings, to no avail...
The text was updated successfully, but these errors were encountered:
This affects my code as well, but here's what I get when I attempt to contact any
.local
device:(above:
marvin.local
is a Rasbian board, but I also have another Raspbian board, a Debian board, a OSMC board, and two macOS machines--all of which are unreachable from my t2,bloath
)bloath
is not configured as an AP.bloath
is connected to a wifi network.bloath
is not connected via ethernet.This is not a problem with any other device on my network, e.g.:
This behavior is exhibited after a
t2 restore
then subsequentt2 update
. I haven't monkeyed with any settings.ping
is not the only service affected. As we can see, some devices are advertisingssh
services:Yet, attempting to
ssh
to one of them results in:Just so you know I'm actually on the network:
...and touching
marvin.local
via IPv4...and I can get to the internets too:
/tmp/resolv.conf.auto
may be helpful:10.0.0.1
is an AirPort Extreme 802.11n (2nd Generation).I've been looking thru the OpenWRT forums for similar issues, but haven't found anything promising. I've tried disabling
dnsmasq
and randomly fiddling with other settings, to no avail...The text was updated successfully, but these errors were encountered: