avahi-autoipd - IPv4LL network address configuration daemon
avahi-autoipd [options] interface avahi-autoipd --kill interface avahi-autoipd --refresh interface avahi-autoipd --check interface
avahi-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.
-D | --daemonize
Daemonize after startup. Implies --syslog.
-k | --kill
Kill an already running avahi-autoipd on the specified network
interface. (Equivalent to sending a SIGTERM)
-r | --refresh
Tell an already running avahi-autoipd to re-announce the
acquired IP address on the specified network interface.
(Equivalent to sending a SIGHUP)
-c | --check
Return 0 as return code if avahi-autoipd is already running for
the specified network interface.
-s | --syslog
Log to syslog instead of STDERR. Implied by --daemonize.
--debug
Enable verbose mode.
--no-drop-root
Don't drop root privileges after startup. We recommend not to
use this option.
--no-chroot
Don't chroot(2) the daemon. This option is only available when
compiled with chroot() support.
-S | --start=
Try to acquire the specified IP address, which must be from the
IPv4LL range 169.254.0.0/16.
-w | --wait
Wait until a IP address has been successfully acquired before
detaching. Only valid in combination with --daemonize.
--force-bind
Acquire an IPv4LL address, even if a routable address has been
configured on the interface.
--no-proc-title
Don't change the process name while running. Unless this option
is specified avahi-autoipd will reflect its current state and
the IP address in the process title.
-h | --help
Show help.
-v | --version
Show version information.
/etc/avahi/avahi-autoipd.action: the script to run when an IP address as been acquired or is lost.
SIGINT, SIGTERM: avahi-autoipd will shutdown. (Same as --kill) SIGHUP: avahi-autoipd will re-announce the acquired IP address. (Same as --refresh)
The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from http://avahi.org/
autoipd.action(8), dhclient(8) http://avahi.org/wiki/AvahiAutoipd documents how avahi-autoipd is best packaged and integrated into distributions.
This man page was written using xml2man(1) by Oliver Kurth.
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.