From owner-freebsd-mips@freebsd.org Tue Oct 27 11:07:25 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BA1DA1F1D2 for ; Tue, 27 Oct 2015 11:07:25 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2F3A118C for ; Tue, 27 Oct 2015 11:07:24 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 0F07A1A2CF3; Tue, 27 Oct 2015 04:07:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1445944038; bh=0DOwKT/oYxVtZNPP70S/ldD7jNBWJKFJokC075Z6K+8=; h=To:References:Subject:Cc:From:Date:In-Reply-To:From; b=bZ05ttHXeBxs9+kWJN3VUdc8jcCZVeTbxqvbK/5I8CQgoU9RMV8NlCyYBWDf8YjDK KeiOlBvOApjvVitkUXrCw5fF7WeQLC3otpz0RV7G4p+NE2Td6XsFBo0WOVWfIefJsa uNLW1GbM+uOTXrYmFr2kbbF4srt1rKdNSOJupVnI= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pkubaj) with ESMTPSA id 374F6403AA To: freebsd-mips@freebsd.org References: Subject: Re: arge1 on TL WDR3600 Cc: Adrian Chadd , eugen@grosbein.net From: Piotr Kubaj Message-ID: <562F5AE2.8010301@riseup.net> Date: Tue, 27 Oct 2015 12:07:14 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.7 at mx1.riseup.net X-Virus-Status: Clean X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 11:07:25 -0000 Thanks Adrian, that also helped me with my 1043ND. At first I thought that since arge0 works for LAN, arge1 must be WAN, but reading your email made me realize I was wrong. I think you should put this into wiki (that arge1 may be a dumb NIC and how to configure embedded switch to use the WAN port). Also, it would be quite useful to have some way of automatically loading etherswitch configuration at boot time. For now the only way is to use rc.local. I know that your scripts make it possible, but with stock FreeBSD (which is what I use on my 1043ND for now) it's not really possible.