X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by lists.alpinelinux.org (Postfix) with ESMTP id 7F36A5C438F for ; Thu, 3 Nov 2016 02:49:51 +0000 (GMT) Received: by mail-wm0-f41.google.com with SMTP id n67so73595227wme.1 for ; Wed, 02 Nov 2016 19:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=WS3335eZb4aWPnBFMfOdVl7390xdCvSKGn9r5DlTdnQ=; b=t2jh5ChBdpRHTz+skvtgEqoL6o1TAbcybV6Ocdoa3EDSXsZ/r7Pd3YeuW1kOFX8f73 DOHQqMz039uOBjQHcos4tELuw60B86b5XQGKcnyIV0C8fogeCFXc+QCTcF/ghqU4kN2d erPWUeykVjbHES+VQkecdlwp+3Qqnlyv1xCB8CgJ+1G+6XP7E3scnJIspj0i6Bmzl9tY NHOv3p2tRQfGVX2Vu7X4GXMvRU50YET9ccXn1nWeSrTWKYRUVD3p+hfcwMRmHcQycAl+ lo8HgQRbg/rm7MaImc19ZK+VuL5S+EmLmlq0uUVKZ6FIrLqAGSYSN4IfWrUxB+oua9I4 IasQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=WS3335eZb4aWPnBFMfOdVl7390xdCvSKGn9r5DlTdnQ=; b=cfMdMaX8D7nduZvze2Hdgv8rrYOBRyPAPi5Di4rRP2y8Qd4HEFhs/h49f1xUvbpCMa ymzNuz0BVceY2A5ETlhp7PLTDKs4JnvoH4Dh1BscxpG7WMHwxFqiLEonxIskW3pFhtzv THXZhN20dwdttQoL0eTFPtjzWT3+D3Tm5Nt6emQq85EezmsS0VS5EeX9Mc0ky4KdyBe0 bGsOblKhGXQm4qCdhEttlOHjZmTons6+9kR3bUn9X0k7s8xW+LEG5Y9o73ScTbP7GJ7s 2QJH1q+83x6cPfsW4eTwahBYWbNFdM/TrU7DYzrF7Ee3DtcifhPVdLP8C6TJ+5h1Kkcz ILnQ== X-Gm-Message-State: ABUngvcV5vnMpzzyBSsO5i1BTVQ5XgjN5eFUPKE4r7aGQ6BbXb5faFLJ4Ksq5I4ehX0IZw== X-Received: by 10.28.26.80 with SMTP id a77mr5540351wma.31.1478141390312; Wed, 02 Nov 2016 19:49:50 -0700 (PDT) Received: from ?IPv6:2a02:582:ca8:d800:459a:a69e:db1:e0aa? ([2a02:582:ca8:d800:459a:a69e:db1:e0aa]) by smtp.gmail.com with ESMTPSA id q125sm6426548wmd.2.2016.11.02.19.49.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Nov 2016 19:49:49 -0700 (PDT) From: "Fr.HarryL" To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] ipv6 network configuration problems Message-ID: <586a5f21-bc20-5357-b10f-ccb7e8c00e81@gmail.com> Date: Thu, 3 Nov 2016 04:49:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi there all ! It's been a long time! Having downloaded the latest ISO of alpine ( alpine-extended-3.4.5-x86.iso ) I came across this auto bond0 iface bond0 inet manual bond-slaves eth2 eth3 eth4 bond_mode 802.3ad auto bond0.13 iface bond0.13 inet static address 62.xx.xx.xx netmask 255.255.255.0 iface bond0.13 inet6 static address 2001:xxxxx netmask 64 gateway 2001:xxxxx Will always give me vconfig: ioctl error for add: File exists at boot time then trying to ifdown bond0.13 from command line will complain about bond0.13 not being configured needless to say ... when I've tried the same with vlan13 Naming problems were almost the same auto vlan13 iface vlan13 inet static address 62.xx.xx.xx netmask 255.255.255.0 vlan-raw-device bond0 iface vlan13 inet6 static address 2001:470:ffff:ff::2 netmask 64 gateway 2001:470:ffff:ff::1 pre-up echo 0 > /proc/sys/net/ipv6/conf/vlan13/accept_ra ifup vlan13 will give run-parts: /etc/network/if-pre-up.d/vlan: exit status 1 and the ipv4 part being configured and ipv6 not, leaving the state of vlan13 all messed up .. :( Your ideas will be appreciated ! Regards, Harry. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---