I have a local network which I want to use avahi daemon to publish and spread the ip of 10.0.0.XX
and alike.
I've written an XML:
<service-group>
<name>dev-10</name>
<service>
<type>_pix._tcp</type>
<port>6000</port>
<txt-record>Description=VPU Description</txt-record>
<txt-record>GRPCPort=61005</txt-record>
</service>
created by a different program, but for some reason I still can't find the IP on another computer
I do have a message saying "Bonjour has started"
How can I find the problem and fix it?
Also this the the current config:
[server]
#host-name=foo
domain-name=local
#browse-domains=0pointer.de, zeroconf.org
use-ipv4=yes
use-ipv6=yes
#allow-interfaces=eth0
#deny-interfaces=eth1
#check-response-ttl=no
#use-iff-running=no
#enable-dbus=yes
#disallow-other-stacks=no
#allow-point-to-point=no
#cache-entries-max=4096
#clients-max=4096
#objects-per-client-max=1024
#entries-per-entry-group-max=32
ratelimit-interval-usec=1000000
ratelimit-burst=1000
[wide-area]
enable-wide-area=yes
[publish]
#disable-publishing=no
#disable-user-service-publishing=no
#add-service-cookie=no
#publish-addresses=yes
publish-hinfo=no
publish-workstation=no
#publish-domain=yes
#publish-dns-servers=192.168.50.1, 192.168.50.2
#publish-resolv-conf-dns-servers=yes
#publish-aaaa-on-ipv4=yes
#publish-a-on-ipv6=no
[reflector]
#enable-reflector=yes
#reflect-ipv=no
[rlimits]
#rlimit-as=
#rlimit-core=0
#rlimit-data=8388608
#rlimit-fsize=0
#rlimit-nofile=768
#rlimit-stack=8388608
#rlimit-nproc=3
I also don't see this machine name when I send avahi-browse -d local _pix._tcp --resolve -t