X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from smtp.freemail.gr (smtp.freemail.gr [81.171.104.132]) by lists.alpinelinux.org (Postfix) with ESMTP id 152EF17003B8C for ; Wed, 10 Dec 2008 16:21:45 +0000 (UTC) Received: from [192.168.2.234] (ppp-94-65-182-237.home.otenet.gr [94.65.182.237]) by smtp.freemail.gr (Postfix) with ESMTP id 6A82C3381DE for ; Wed, 10 Dec 2008 18:21:44 +0200 (EET) Message-ID: <493FEC83.3020801@freemail.gr> Date: Wed, 10 Dec 2008 18:21:23 +0200 From: Harry Lachanas User-Agent: Icedove 1.5.0.14eol (X11/20080724) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] bridge + problems Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit This configuration gives me trouble in the down section ( stolen from shorewall site ) The pre-down section complaints about pre-down entries being duplicates as you can see I have comment out the down parts to bring the interface up ... however from command line all is ok ... auto br0 iface br0 inet static address 192.168.2.254 netmask 255.255.255.0 pre-up /usr/sbin/openvpn --mktun --dev tap0 pre-up /bin/ip link set tap0 up pre-up /bin/ip link set eth3 up pre-up /usr/sbin/brctl addbr br0 pre-up /usr/sbin/brctl addif br0 eth3 pre-up /usr/sbin/brctl addif br0 tap0 # pre-down /usr/sbin/brctl delif br0 eth3 # pre-down /bin/ip link set eth3 down # pre-down /usr/sbin/brctl delif br0 tap0 # pre-down /bin/ip link set tap0 down # post-down /usr/sbin/brctl delbr br0 # post-down /usr/sbin/openvpn --rmtun --dev tap0 BTW: No daemontools ????? should I compile my own ?? I know I can use inittab for this but I hate it ... Cheers.. ( Thanks Nathan, NC ) Nathan U R Greek, correct ??? --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---