From owner-freebsd-atm Tue Jan 22 15:58: 9 2002 Delivered-To: freebsd-atm@freebsd.org Received: from web13006.mail.yahoo.com (web13006.mail.yahoo.com [216.136.174.16]) by hub.freebsd.org (Postfix) with SMTP id DF7B937B400 for ; Tue, 22 Jan 2002 15:57:41 -0800 (PST) Message-ID: <20020122235741.45441.qmail@web13006.mail.yahoo.com> Received: from [212.166.159.111] by web13006.mail.yahoo.com via HTTP; Tue, 22 Jan 2002 15:57:41 PST Date: Tue, 22 Jan 2002 15:57:41 -0800 (PST) From: Russo Roberto Subject: Problem with FORE PCA-200E atm adaptor To: freebsd-atm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I am working to use a FORE PCA-200E atm adapter with my FreeBSD4.3; I have recompiled the kernel with the options for ATM and make all the suggested settings for the configuration, but not seems work; I have two PCs with two Fore PCA-200E with a Fore Switch; IS A STRANGE PROBLEM...!!!!! the same machines in the same hardware configuration but with Linux Redhat operating sistem work with no problems; when I try the two FreeBSD I can't see connectivity between the two machines; looking the output of the "atm show stats interface" command I see that the Atm adapter Send Data with no problem but not receive nothing; I try to use one PC with FreeBSD and one PC with Linux RedHAT; making a Ping from the FreeBSD to Linux (Freebsd\>ping 10.255.18.2) and using on LINUX the TCPDUMP utility I can see the packet ICMP that coming from the BSD and the ICMP- Reply that are sending from Linux to the FreeBSD but they aren't received (the input data of statistics is always 0); (I can see the ICMP-reply that are sended from the switch to the FreeBSD machine looking the switch PDUs statistics) - anybody can help me to resolve this problem ? Why the Atm adaptor can't read the data ? - There is something wrong in the configuration ? May be the settings for the PVC ? - there is a way to use a program like tcpdump with ATM ? (the comand "tcpdump -i atm0" NOT work) Thank you very much. These are my configurations file and settings: -------------------------------------------------- "atm show config" : Intf Vendor Model Media Bus Serial No hfa0 Fore PCA-200E OC-3c PCI 49238 MAC address = 00:20:48:08:c0:56 Hardware version = 1.0.4 Firmware version = 3.0.1 ---------------------------------------------------- "atm show interface" : Interface Sigmgr State hfa0 SIGPVC ACTIVE ATM address = - Network interfaces: atm0 --------------------------------------------------- "atm show VCC" : Interface VPI VCI AAL Type Dir State Encaps Owner hfa0 0 500 AAL5 PVC InOut ACTIVE LLC/SNAP IP ----------------------------------------------- "atm show IPVCC" : Net Intf VPI VCI State Flags IP Address atm0 0 500 ACTIVE PLM 10.255.18.2 ------------------------------------------------- "atm show stats interface" : Input Input Input Output Output Output Cmd Interface PDUs Bytes Errs PDUs Bytes Errs Errs hfa0 0 0 0 997 90376 0 0 -------------------------------------------------- - the CONFIG for the Kernel: options ATM_CORE options ATM_IP options ATM_SPANS options ATM_SIGPVC options ATM_UNI device hfa pseudo-device atm - the RC.conf setting atm_enable="YES" atm_netif_hfa0="atm 1" atm_sigmgr_hfa0="sigpvc" ifconfig_atm0="inet 10.255.18.1 netmask 255.255.255.0" - the PVC set up atm add PVC hfa0 0 500 aal5 LLC/SNAP IP atm0 10.255.18.2 Thanks...!!!!! Roberto __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Tue Jan 22 16:22:19 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mail.matriplex.com (ns1.matriplex.com [208.131.42.8]) by hub.freebsd.org (Postfix) with ESMTP id 509E737B400 for ; Tue, 22 Jan 2002 16:22:17 -0800 (PST) Received: from mail.matriplex.com (mail.matriplex.com [208.131.42.9]) by mail.matriplex.com (8.9.2/8.9.2) with ESMTP id QAA56741; Tue, 22 Jan 2002 16:22:07 -0800 (PST) (envelope-from rh@matriplex.com) Date: Tue, 22 Jan 2002 16:22:07 -0800 (PST) From: Richard Hodges To: Russo Roberto Cc: freebsd-atm@FreeBSD.ORG Subject: Re: Problem with FORE PCA-200E atm adaptor In-Reply-To: <20020122235741.45441.qmail@web13006.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 22 Jan 2002, Russo Roberto wrote: > I am working to use a FORE PCA-200E atm adapter > with my FreeBSD4.3; I have recompiled the kernel > with the options for ATM and make all the > suggested settings for the configuration, but > not seems work; There is a bug in the Fore driver from 4.1 to 4.3 See kern/23620 for a description and a patch. Or just replace fore.h and fore_recv.c with the 4.4 versions and recompile. > the same machines in the same hardware > configuration but with Linux Redhat operating sistem > work with no problems; when I try the two FreeBSD > I can't see connectivity between the two machines; > looking the output of the "atm show stats interface" > command I see that the Atm adapter Send Data with no > problem but not receive nothing; Until you patch your driver, you will be able to send PDUs, but some, most, or all of the inbound PDUs will be handled incorrectly. -Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message