mDns, Bonjour, Zeroconf, Avahi, Rendevous

"Greg N" <[email protected]>
Newsgroups gmane.network.guarddog
Message-ID <[email protected]>
Hi

I managed to get Bonjour working by creating a new zone for multicast and
adding an entry to the  networkprotocoldb.xml file.
The multicast zone is called "multicast" and has Zone Addresses of
224.0.0.0/255.0.0.0
I added the XML below into /usr/share/apps/guarddog/networkprotocoldb.xml
just above where it says "<protocol name="domain">". Restart Guarddog & then
check the boxes to allow mDns traffic.

<protocol name="mDns">
  <!-- Protocol information guessed by Greg N <[email protected]>
-->
  <longname>mDns,Bonjour,Avahi,ZeroConf</longname>
  <longname lang="nl">mDns</longname>
  <longname lang="fr">mDns</longname>
  <longname lang="it">mDns</longname>
  <longname lang="es">mDns</longname>
  <description>Protocols to allow networks to configure themselves. It is
called Bonjour (formerly Rendezvous) by Apple, and used extensively on Mac
OS X. </description>

  <classification class="net"/>
  <network>
    <udp source="server" dest="client">
      <source><port portnum="nonprivileged"/></source>
      <dest><port portnum="5353"/></dest>
    </udp>
    <udp source="client" dest="server">
      <source><port portnum="5353"/></source>
      <dest><port portnum="nonprivileged"/></dest>
    </udp>
  </network>
  <security threat="medium" falsepos="low"/>
</protocol>


Regards,
Greg

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Guarddog-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/guarddog-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.