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.localrather than justjs-cc-10? The.localsuffix is significant (implies avahi/zeroconf lookup) – steeldriver Mar 15 '18 at 12:51host hostnameresolve correctly? Also, what is the output of the line starting withhosts:in/etc/nsswitch.conf? – ElderFuthark Mar 15 '18 at 12:56host js-cc-10says not found,host js-cc-10.localreturns the correct IP address. The hosts line ishosts: files dns mdns4_minimal [NOTFOUND=return]– TMH Mar 15 '18 at 13:04