SUCCESS!!!!
With an added name-string in /var/etc/mdnsresponder.conf zeroconf/bonjour worked like a charm!
Hi,
between .847 and .943 there's a difference in the config-file /var/etc/mdnsresponder.conf - a line is missing.
With this line added (the name of the Server), zeroconf/bonjour is working just fine ...
Code: Select all
# in .847 ##################### in .943 #################################################
nas4free-v847 # <--- This line is missing
_device-info._tcp. local. # _device-info._tcp. local.
1 # 1
model=Xserve # model=Xserve
#
nas4free-v847 # nas4free-v943
_http._tcp. local. # _http._tcp. local.
80 # 80
path=/index.php # path=/index.php
#
nas4free-v847 # nas4free-v943
_ssh._tcp. local. # _ssh._tcp. local.
22 # 22
To test, do modify '/var/etc/mdnsresponder.conf' and then
Code: Select all
killall -QUIT mDNSResponderPosix ; /usr/local/bin/mDNSResponderPosix -b -f /var/etc/mdnsresponder.conf
vandy wrote:
... It seems that extra"." before local. is causing problems.
Sorry, the "." after '_device-info._tcp' doesn't change anything - but an added name does,
for now - but an missing dot can cause some problems in future releases !
And if you change the name of the server, via webgui, this only changes the names within the services, but
it doesn’t add the new name at the top of the config-file, maybe that's what's broken.
Regards, OlafD01