From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 20:51:16 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 533CE16A41F for ; Fri, 18 Nov 2005 20:51:16 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 947A243D49 for ; Fri, 18 Nov 2005 20:51:15 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 55115 invoked by uid 1002); 18 Nov 2005 20:51:10 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 1.463329 secs); 18 Nov 2005 20:51:10 -0000 Received: from unknown (HELO fuze) (209.167.16.15) by pearl.ibctech.ca with SMTP; 18 Nov 2005 20:51:08 -0000 From: "Steve Bertrand" To: "'Michal Maslowski'" Date: Fri, 18 Nov 2005 15:51:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcXsgWKnd++Q0iZsTC6oWBodE8nHcgAADX5g In-Reply-To: <200511182147.42502.mtmi@o2.pl> X-Qmail-Scanner-Message-ID: <113234706867555109@pearl.ibctech.ca> Message-Id: <20051118205115.947A243D49@mx1.FreeBSD.org> Cc: 'FreeBSD Questions' Subject: RE: Network configuration 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: Fri, 18 Nov 2005 20:51:16 -0000 > I have problems with network configuration of two computers > with FreeBSD. One has 5.4 and the second has 6.0. Both have > Pentium III compatible processors. > They are both connected to an Ethernet switch. > Computer with 5.4 has access to WAN, but there isn't any > access to computer with 6.0. > How should I configure LAN between these two computers? > I'd be grateful if you could help me. >From both boxes, perform the following, and post the output: # ifconfig # netstat -rn That will at minimum give us some info to start with. Regards, Steve