From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from z.eggo.org (z.eggo.org [80.235.105.138]) by huchra.bufferbloat.net (Postfix) with ESMTP id BBCDD21F3EB for ; Thu, 2 Oct 2014 18:33:03 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by z.eggo.org (Postfix) with ESMTP id 515983C3336 for ; Fri, 3 Oct 2014 04:33:00 +0300 (EEST) Received: from z.eggo.org ([127.0.0.1]) by localhost (z.eggo.org [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id JuTuyXY68Vm2 for ; Fri, 3 Oct 2014 04:32:59 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by z.eggo.org (Postfix) with ESMTP id 70F7F3C3338 for ; Fri, 3 Oct 2014 04:32:59 +0300 (EEST) X-Virus-Scanned: amavisd-new at harvee.org Received: from z.eggo.org ([127.0.0.1]) by localhost (z.eggo.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id N2d041c6oKbD for ; Fri, 3 Oct 2014 04:32:59 +0300 (EEST) Received: from [172.30.42.25] (unknown [73.38.247.110]) by z.eggo.org (Postfix) with ESMTPSA id 0667C3C3336 for ; Fri, 3 Oct 2014 04:32:58 +0300 (EEST) Message-ID: <542DFCCA.7080708@eggo.org> Date: Thu, 02 Oct 2014 21:32:58 -0400 From: "Eric S. Johansson" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: cerowrt-devel Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Cerowrt-devel] vpn fw question X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 01:33:33 -0000 I was trying to setup my cerowrt box as an openvpn client. everything seems to be working. The VPN link comes up, tun0 is created. I can access machines on the far end of the link from the AP and vice versa. the openwrt incantation for the vpn says to create an interface called vpn0 network.vpn0=interface network.vpn0.proto=none network.vpn0.ifname=tun0 ifconfig says tun0 exists but no vpn0. fw3 reload says: Warning: Section @zone[1] (lan) cannot resolve device of network 'lan' Warning: Section @zone[2] (guest) cannot resolve device of network 'guest' sometimes it says: Warning: Section @zone[1] (lan) cannot resolve device of network 'vpn0' tcpdump sees the ICMP request at se00 and tun0 but not at the remote target. this leads me to believe that it's probably a firewall problem but I don't know where the logs are. This brings me to one of the problem with had making changes in cerowrt, namely, how the $##$& do you debug this thing? I've had to reflash this box way too many times because I did something that effectively bricked it. right now, I would settle for knowing where to find where logs are put. thanks --- eric