From owner-freebsd-net@FreeBSD.ORG Fri Feb 13 14:25:04 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4AF53E5 for ; Fri, 13 Feb 2015 14:25:04 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CB5F78A for ; Fri, 13 Feb 2015 14:25:04 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id hn18so10840424igb.2 for ; Fri, 13 Feb 2015 06:25:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=B+XhtPqJGgvQyIszfKN+qpFssTXAY/nq/aR0u6rS0SM=; b=fYpqzLWAsADuvdux3XAo0BQt3sfoIKo6tL+W7UnaFzx8qqEPxR5ROpTkPHzT8ufzFh 4xZhvpXFbcwHiLBNiHbDfTP5rnuEfnoi3f7mo+S0f+cAwzY6m41GZsK/wuCEN3YEHYa9 V0Cy9sGfXeN8H2mqtJlOpsxEe+MP4F0nrurrcJ40VekwsLpqnCkhW6/Vf5Y5nsvWiRZ7 iObBu1VfUty3kTy6/mEQGZxHRlpb3IcIhuKLCHN4Nw/KPeJFy6P7X8IoB+YnNx8dC40C osZy7TrrAK1+Qr3F9w+Y96DIMjtH9V/ZmjXhg/GEU8B4l5UJVKvKTZIjDOD3HGcMuEKv +Ktw== MIME-Version: 1.0 X-Received: by 10.50.43.169 with SMTP id x9mr3927089igl.28.1423837504026; Fri, 13 Feb 2015 06:25:04 -0800 (PST) Received: by 10.43.171.72 with HTTP; Fri, 13 Feb 2015 06:25:03 -0800 (PST) Date: Fri, 13 Feb 2015 19:55:03 +0530 Message-ID: Subject: Configuration if two eth port in freebsd From: vinay saini To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Fri, 13 Feb 2015 14:25:05 -0000 Hello, I have installed freebsd on a physical machine with two ethernet cards.Now my plan is to connect em0 port in our LAN network without static IP and em1 port with my laptop with the static IP. em1 ---> LAN Network(without static IP) em2 ---> Laptop (with static IP ex:192.168.12.111) Now I would like to access the that server using this static IP ie. 192.168.12.111 on my laptop. Is there any way I can do this.Please help me how may I configure my ethernet settings. Thanks, Vinay Saini