I have a Remmina connection, setup like so: (either js-cc-10
, or js-cc-10.local
)
When I try and connect, I get:
Couldn't convert 'js-cc-10' to host address
But, I can do:
dig js-cc-10.local
Which gives me the IP 192.168.x.x
, and I CAN connect using Remmina by the IP address.
Can I make Remmina work via hostname
, rather than IP address?
js-cc-10.local
rather than justjs-cc-10
? The.local
suffix is significant (implies avahi/zeroconf lookup) – steeldriver Mar 15 '18 at 12:51host hostname
resolve correctly? Also, what is the output of the line starting withhosts:
in/etc/nsswitch.conf
? – ElderFuthark Mar 15 '18 at 12:56host js-cc-10
says not found,host js-cc-10.local
returns the correct IP address. The hosts line ishosts: files dns mdns4_minimal [NOTFOUND=return]
– TMH Mar 15 '18 at 13:04