|
NAMEavahi-autoipd - IPv4LL network address configuration daemonSYNOPSISavahi-autoipd [options] interfaceavahi-autoipd --kill interface avahi-autoipd --refresh interface avahi-autoipd --check interface DESCRIPTIONavahi-autoipd implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server.IPv4LL is part of the Zeroconf stack. 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. OPTIONS
FILES/etc/avahi/avahi-autoipd.action: the script to run when an IP address as been acquired or is lost.SIGNALSSIGINT, SIGTERM: avahi-autoipd will shutdown. (Same as --kill)SIGHUP: avahi-autoipd will re-announce the acquired IP address. (Same as --refresh) AUTHORSThe Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from http://avahi.org/SEE ALSOautoipd.action(8), dhclient(8)http://avahi.org/wiki/AvahiAutoipd documents how avahi-autoipd is best packaged and integrated into distributions. COMMENTSThis man page was written using xml2man(1) by Oliver Kurth.
Visit the GSP FreeBSD Man Page Interface. |