From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 06:34:28 2004 Return-Path: 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 607C116A4CE for ; Thu, 8 Apr 2004 06:34:28 -0700 (PDT) Received: from bps.jodocus.org (g157016.upc-g.chello.nl [80.57.157.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADAAC43D2D for ; Thu, 8 Apr 2004 06:34:27 -0700 (PDT) (envelope-from joost@jodocus.org) Received: from jodocus.org (localhost [127.0.0.1]) by bps.jodocus.org (8.12.10/8.12.10) with ESMTP id i38DYQhJ054866; Thu, 8 Apr 2004 15:34:26 +0200 (CEST) (envelope-from joost@jodocus.org) Received: (from joost@localhost) by jodocus.org (8.12.10/8.12.10/Submit) id i38DYQMu054865; Thu, 8 Apr 2004 15:34:26 +0200 (CEST) (envelope-from joost) Date: Thu, 8 Apr 2004 15:34:26 +0200 From: Joost Bekkers To: Feczak Szabolcs Message-ID: <20040408133426.GA54768@bps.jodocus.org> Mail-Followup-To: Joost Bekkers , Feczak Szabolcs , freebsd-questions@freebsd.org References: <20040408122851.GA73335@nmi.rulez.org> <20040408130804.GA54631@bps.jodocus.org> <20040408131329.GA74617@nmi.rulez.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040408131329.GA74617@nmi.rulez.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: IPX 802.2 nwfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 13:34:28 -0000 On Thu, Apr 08, 2004 at 03:13:29PM +0200, Feczak Szabolcs wrote: > On Thu, Apr 08, 2004 at 03:08:04PM +0200, Joost Bekkers wrote: > > While your linux box is using number 2 > Linux box is a client as well, server is on > network 2DB6EBF8 as I see it out, but maybe > Im wrong > > > Try 'ifconfig vr0f2 ipx 2' > > Meanwhile someone advised to get rid of multiframe types > compile only 802.2 in, so I did: > > # ifconfig vr0 ipx 2 AFAIK this sets ipx network 2 on ETHERNET_II framing, your server is doing ETHERNET_802.2 To be sure of which network number you should use, type 'config' on the netware console and look for the nic connected to the segment your client is connected to. > # netstat -rn | grep -A 3 IPX > IPX: > Destination Gateway Flags Netif Expire > 2.* 2.c6ee8155b U vr0 > FYI: you can use the -f option in netstat to filter a protocol (netstat -rnf ipx) -- greetz Joost joost@jodocus.org