X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=man%2Favahi-autoipd.8.xml.in;h=2e7bb67cce5a6ad89c200838efe9fc153f9a9dde;hb=7289ee4063da05f276bce22685312baa83f0f117;hp=c40ce396b0ef2a49b7202fe198c3702667715614;hpb=40de1a34d5663c55215d56ceaecc1411a6dfd8f8;p=catta diff --git a/man/avahi-autoipd.8.xml.in b/man/avahi-autoipd.8.xml.in index c40ce39..2e7bb67 100644 --- a/man/avahi-autoipd.8.xml.in +++ b/man/avahi-autoipd.8.xml.in @@ -45,6 +45,16 @@

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.

+ +

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:

+ +

route add -net 169.254.0.0 netmask 255.255.0.0 dev eth0 metric 99

+

route add default dev eth0 metric 99

+ +

See http://developer.apple.com/qa/qa2004/qa1357.html for more information.

@@ -108,7 +118,7 @@

--no-proc-title

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.

@@ -144,6 +154,8 @@

,

+ +

http://avahi.org/wiki/AvahiAutoipd documents how avahi-autoipd is best packaged and integrated into distributions.