From owner-freebsd-net@FreeBSD.ORG Thu Nov 6 21:22:19 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 037576B for ; Thu, 6 Nov 2014 21:22:19 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADA92BA3 for ; Thu, 6 Nov 2014 21:22:18 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id bm13so1439557qab.9 for ; Thu, 06 Nov 2014 13:22:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=rwDc2A+8pTZJCK6fRlx0uIoqkFImEvMXJh3ml3FQlDw=; b=gnJfPSSHH5U798447bS9sRhlAPhPQYXxISbFhAaTDo4YMfYy0n/yG14vtKrZNZitn8 6pMaih67vqxHSe3xczLISp76MjY/MwCipFF/VScPOx3QiQsyt9upifo/BuUddN8KpSA2 LFDYS8z7BCRcj/ppwjYKd7xKrhqTL6reUtTNSwOHpxfh0pIx0D4Z7hkU3CspdHWVCqgs 7xJb02VXJTQjHSPL6ctkkoNlOf+McwJLkFmE0GgnKojTjWMF6P/1LWrP3JpdfSfmJntO UI/R2Ab882/9QY+IBOn1tUGTBWBBLYsUtbwM6vEm2DZVAyMfXV652dycQWA0pGfjrUoO FMjQ== X-Received: by 10.229.236.197 with SMTP id kl5mr11088471qcb.31.1415308937913; Thu, 06 Nov 2014 13:22:17 -0800 (PST) Received: from dante.portari.intra ([201.91.194.178]) by mx.google.com with ESMTPSA id q8sm6843311qai.44.2014.11.06.13.22.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Nov 2014 13:22:17 -0800 (PST) Message-ID: <545BE687.3070506@gmail.com> Date: Thu, 06 Nov 2014 19:22:15 -0200 From: =?UTF-8?B?IkRhbnRlIEYuIEIuIENvbMOyIg==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Static routes issue Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 21:22:19 -0000 Hello everyone I'm trying to setup some static routes on a freebsd box for some public addresses , the machine has two ethernet cards *em0 *and *em1 ***, *em0* is attached to a Cisco internet router and *em1* is connected to a switch, both interfaces have public addresses of the same range , *em1 *appears has absolutely no communication , i took a look at the static routes and there is a route for the subnet that it goes to *em0* , i'm trying to add a static route for the ip address pointing to the***em1 *without pass gateway using *-iface* parameter but always returns "Network unreachble", someone can help me or give some tips to address this ? for many here this is probably a nooby question, we also have some firewall Linux boxes that i'm gonna migrate to freebsd (also trying on openbsd with the same problem) but first i have to solve this. Best Regards Dante F. B. Colò