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 13B9A21F2A4 for ; Mon, 22 Sep 2014 16:51:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by z.eggo.org (Postfix) with ESMTP id A164A3C19C4 for ; Tue, 23 Sep 2014 02:51:22 +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 b13Cjd9T4bBt for ; Tue, 23 Sep 2014 02:51:21 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by z.eggo.org (Postfix) with ESMTP id 127AF3C2C39 for ; Tue, 23 Sep 2014 02:51:21 +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 GcXcfJQq2QDU for ; Tue, 23 Sep 2014 02:51:20 +0300 (EEST) Received: from [10.42.66.241] (173-14-129-9-NewEngland.hfc.comcastbusiness.net [173.14.129.9]) by z.eggo.org (Postfix) with ESMTPSA id 788E23C19C4 for ; Tue, 23 Sep 2014 02:51:20 +0300 (EEST) Message-ID: <5420B5F8.8040708@eggo.org> Date: Mon, 22 Sep 2014 19:51:20 -0400 From: "Eric S. Johansson" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: cerowrt-devel@lists.bufferbloat.net Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Cerowrt-devel] Isn't right with the configuration script 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: Mon, 22 Sep 2014 23:51:55 -0000 I changed the internal subnet and it looks like everything changes correctly but what happens is the interface comes up and I can ping it. I see IPv6 traffic coming from it (I believe) but there's no IPv4 response .I should see if I can set up my Linux machine as IPv6 and see if I can access any of the services there. IPv6 is new terrain for me so helpful pointers would be quite welcome. I would also appreciate any pointers to documentation explaining why all the little subnets and why so many network interfaces. My goal in this reconfiguration is to create a /24 subnet and give all the interfaces ethernet, Wi-Fi access to the subnet. I'm also going to put in a VPN so that outside consultants can have access to the subnet. I think I can improve the configuration script so that it can "fix" what is breaking the IPv4 services and hopefully, increase flexibility. I would like to be able to change the entire network configuration for different subnet sizes etc. but in order to do that, I will need a much better understanding of what the network architecture is supposed to be. I would also like to fix the configuration script so that you don't need to know the starting IP address/network. I should be able to just change the desired IP address and rerun the script and have it work. Again, with the knowledge, I'm going to put in the effort to make this happen. For some reason, every time I work on a firewall project, I get stuck with IP address management. :-) --- eric