Wide Area Bonjour / Dynamic Global Hostnames
Posted: Wed Jun 15, 2011 4:02 pm
Remoter supports local bonjour hostnames. I'd like to see it support Wide Area Bonjour ( aka Dynamic Global) hostnames. Currently I have to designate the Port number (which defaults to 5900), however, in a WAB set up, other devices may have a different "external" VNC port as denoted by their Dynamic Global Hostname. The following command will tell you the global host name port:
dns-sd -L hostname _rfb._tcp dynamic.net
where hostname is the name of the system (i.e. JoesMac)
and dynamic.net is the name of Domain for the Dynamic Global Hostnames (i.e. mydomain.net)
For example:
the terminal command: dns-sd -L joesmac _rfb._tcp mydomain.net
yields:
Lookup joesmac._rfb._tcp.mydomain.net
15:54:46.559 joesmac._rfb._tcp.mydomain.net. can be reached at joesmac.mydomain.net.:5901 (interface 0)
This port number (5901) should be use to Remoter to connect the vnc://joesmac.mydomain.net
dns-sd -L hostname _rfb._tcp dynamic.net
where hostname is the name of the system (i.e. JoesMac)
and dynamic.net is the name of Domain for the Dynamic Global Hostnames (i.e. mydomain.net)
For example:
the terminal command: dns-sd -L joesmac _rfb._tcp mydomain.net
yields:
Lookup joesmac._rfb._tcp.mydomain.net
15:54:46.559 joesmac._rfb._tcp.mydomain.net. can be reached at joesmac.mydomain.net.:5901 (interface 0)
This port number (5901) should be use to Remoter to connect the vnc://joesmac.mydomain.net