From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: dracut ip= parameter and static IP configuration Date: Wed, 23 Jun 2010 17:40:41 +0200 Message-ID: <4C222AF9.1040208@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Harald Hoyer Cc: initramfs , Radek Vykydal Hi Harald et all, The dracut man page says: ip=:[]::: ::{none|off} explicit network configuration. If you want do define a IPv6 address, put it in brackets (e.g. [2001:DB8::1]). This parame- ter can be specified multiple times. Which suggests that static ipv6 configuration is supported, but what to do with the prefix versus netmask ? ipv6 addresses do not use netmasks but instead always use the prefix notation, for example: 2001:aaaa::3/64 Regards, Hans