From owner-freebsd-questions@FreeBSD.ORG Mon Mar 2 08:28:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E36091065670 for ; Mon, 2 Mar 2009 08:28:17 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 69F8A8FC27 for ; Mon, 2 Mar 2009 08:28:17 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n228PIUc074215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Mar 2009 15:25:18 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n228SAN7080657; Mon, 2 Mar 2009 15:28:10 +0700 (ICT) Date: Mon, 2 Mar 2009 15:28:10 +0700 (ICT) Message-Id: <200903020828.n228SAN7080657@banyan.cs.ait.ac.th> From: Olivier Nicole To: faizi62@hotmail.com In-reply-to: (message from Faizan ul haq Muhammad on Mon, 2 Mar 2009 07:53:38 +0000) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: fbsd.questions@rachie.is-a-geek.net, fbsd1@a1poweruser.com, freebsd-questions@freebsd.org Subject: Re: Bridging-(How to test and verify that bridging is enabled) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2009 08:28:18 -0000 Hi, > I connected two linux PCs with these two interfaces (sk0 and sk1) > and tried to ping between them but didnt get any > success.configuration seems to be ok, but still no traffice is being > passed. Can any one give any sugestion ? Stupid question, but if you connect the 2 Linux boxes directly (without the FreeBSD bridge in between) can they ping eachother? Are you using properly crossed cables? On the FreeBSD box, you can tcpdump(8) and see the packets moving: tcpdump -i sk0 and tcpdump -i sk1 and you will see the pick request and ping echo packets. Olivier