]> git.meshlink.io Git - catta/blobdiff - man/avahi-autoipd.8.xml.in
compile python module even without gtk. It seems, that most parts of python are not...
[catta] / man / avahi-autoipd.8.xml.in
index c40ce396b0ef2a49b7202fe198c3702667715614..2e7bb67cce5a6ad89c200838efe9fc153f9a9dde 100644 (file)
       <p>avahi-autoipd can be used as stand-alone address allocator
       or as plugin for a DHCP client such as ISC's dhclient, where it
       can be used as fallback solution if no DHCP server is found.</p>
+
+      <p>To allow communication between hosts that have only an IPv4LL
+      address assigned and hosts that only have a routable IP address
+      assigned you may add the following routes to both network
+      configurations:</p>
+
+      <p><opt>route add -net 169.254.0.0 netmask 255.255.0.0 dev eth0 metric 99</opt></p>
+      <p><opt>route add default dev eth0 metric 99</opt></p>
+
+      <p>See http://developer.apple.com/qa/qa2004/qa1357.html for more information.</p>
        </description>
        
        <options>
         <p><opt>--no-proc-title</opt></p>
         <optdesc><p>Don't change the process name while
         running. Unless this option is specified avahi-autoipd will
-        reflect it's current state and the IP address in the process
+        reflect its current state and the IP address in the process
         title.</p></optdesc>
       </option>
 
          <p>
         <manref name="autoipd.action" section="8"/>, <manref name="dhclient" section="8"/>
          </p>
+
+      <p>http://avahi.org/wiki/AvahiAutoipd documents how avahi-autoipd is best packaged and integrated into distributions.</p>
        </section>
        
        <section name="Comments">