From owner-freebsd-atm Fri Sep 21 12:56:50 2001 Delivered-To: freebsd-atm@freebsd.org Received: from dns.power-net.net (dns.power-net.net [216.111.202.15]) by hub.freebsd.org (Postfix) with SMTP id 6674737B41D for ; Fri, 21 Sep 2001 12:56:26 -0700 (PDT) Received: (qmail 12694 invoked from network); 21 Sep 2001 19:56:08 -0000 Received: from roady.power-net.net (HELO roady) (216.111.202.28) by dns.power-net.net with SMTP; 21 Sep 2001 19:56:08 -0000 From: "David Brinks" To: Subject: Marconi PCA200E and 4.4-RC Date: Fri, 21 Sep 2001 15:57:28 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 I am having trouble with IP data packets going on a round trip from my server to a client on a PVC and have run out of idea on my end. From this FreeBSD box, I go OC3 into an AFC LET through used as concentrator type for multiple DSL connections. (each dsl customer will be a unique pvc back on the OC3) Might there be something I'm missing or not understanding? I looked in the src tree for patch as mentioned previous on this list and appears the patch has been committed. I'm just very uncertain what could be wrong... Any and all hope which anyone can offer would be appreciated.. Thanks. (sig at end of message) Below is some detailed information on what I have on machine currently. bash-2.05# uname -a FreeBSD 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 23 15:37:44 EDT atm.startup.sh looks like: /sbin/fore_dnld -d /etc /sbin/atm set netif hfa0 atm 5 /sbin/atm attach hfa0 sigpvc /sbin/ifconfig atm0 10.200.10.1 netmask 255.255.255.0 up /sbin/ifconfig atm1 10.200.11.1 netmask 255.255.255.0 up /sbin/ifconfig atm2 10.200.12.1 netmask 255.255.255.0 up /sbin/ifconfig atm3 10.200.13.1 netmask 255.255.255.0 up /sbin/atm add pvc hfa0 0 55 aal5 snap ip atm0 10.200.10.5 Kernel ATM options currently compiled in include : options ATM_CORE # core ATM protocol family options ATM_IP # IP over ATM support options ATM_SIGPVC # SIGPVC signalling manager for atm device hea # Efficients ENI-155p ATM PCI card device hfa # Fore PCA-200E ATM PCI pseudo-device atm device en options NATM # Native ATM support options ATM_UNI # UNI signalling manager bash-2.05# atm sho conf Intf Vendor Model Media Bus Serial No hfa0 Fore PCA-200E OC-3c PCI 42103 MAC address = 00:20:48:40:a4:77 Hardware version = 2.0.1 Firmware version = 3.0.1 bash-2.05# atm sho int Interface Sigmgr State hfa0 SIGPVC ACTIVE ATM address = - Network interfaces: atm0 - atm4 bash-2.05# atm show stat vcc Input Input Input Output Output Output Interface VPI VCI PDUs Bytes Errs PDUs Bytes Errs hfa0 0 55 0 0 0 2 184 0 bash-2.05# atm show stat int Input Input Input Output Output Output Cmd Interface PDUs Bytes Errs PDUs Bytes Errs Errs hfa0 0 0 0 2 184 0 0 David Brinks -- Power-Net Internet Services -- Network Manager brinks@power-net.net Local Office : 402 N. Mission, Mt.Pleasant, MI 48858 Phone : 989.772.1121 Fax : 989.772.8008 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Fri Sep 21 13:28:23 2001 Delivered-To: freebsd-atm@freebsd.org Received: from spider.pilosoft.com (p55-222.acedsl.com [160.79.55.222]) by hub.freebsd.org (Postfix) with ESMTP id 130AB37B407 for ; Fri, 21 Sep 2001 13:28:17 -0700 (PDT) Received: from localhost (alexmail@localhost) by spider.pilosoft.com (8.9.3/8.9.3) with ESMTP id QAA17760; Fri, 21 Sep 2001 16:29:37 -0400 (EDT) Date: Fri, 21 Sep 2001 16:29:37 -0400 (EDT) From: Alex Pilosov To: David Brinks Cc: freebsd-atm@FreeBSD.ORG Subject: Re: Marconi PCA200E and 4.4-RC In-Reply-To: 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 I'm going to bet that your customers come in as either PPPoE/RFC1483-bridged or PPPoA or just RFC1483-bridged on these PVCs. At either case, there's currently no support by FreeBSD of any of these encapsulations. If you are positive they are using rfc1483-routed encapsulation, then you should reply ;) -alex On Fri, 21 Sep 2001, David Brinks wrote: > I am having trouble with IP data packets going on a round trip from my > server to a client on a PVC and have run out of idea on my end. > > From this FreeBSD box, I go OC3 into an AFC LET through used as concentrator > type for multiple DSL connections. (each dsl customer will be a unique pvc > back on the OC3) Might there be something I'm missing or not understanding? > I looked in the src tree for patch as mentioned previous on this list and > appears the patch has been committed. I'm just very uncertain what could be > wrong... > > Any and all hope which anyone can offer would be appreciated.. > > Thanks. (sig at end of message) > > Below is some detailed information on what I have on machine currently. > > bash-2.05# uname -a > FreeBSD 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 23 15:37:44 EDT > > atm.startup.sh looks like: > /sbin/fore_dnld -d /etc > /sbin/atm set netif hfa0 atm 5 > /sbin/atm attach hfa0 sigpvc > /sbin/ifconfig atm0 10.200.10.1 netmask 255.255.255.0 up > /sbin/ifconfig atm1 10.200.11.1 netmask 255.255.255.0 up > /sbin/ifconfig atm2 10.200.12.1 netmask 255.255.255.0 up > /sbin/ifconfig atm3 10.200.13.1 netmask 255.255.255.0 up > /sbin/atm add pvc hfa0 0 55 aal5 snap ip atm0 10.200.10.5 > > Kernel ATM options currently compiled in include : > options ATM_CORE # core ATM protocol family > options ATM_IP # IP over ATM support > options ATM_SIGPVC # SIGPVC signalling manager for atm > device hea # Efficients ENI-155p ATM PCI card > device hfa # Fore PCA-200E ATM PCI > pseudo-device atm > device en > options NATM # Native ATM support > options ATM_UNI # UNI signalling manager > > bash-2.05# atm sho conf > Intf Vendor Model Media Bus Serial No > hfa0 Fore PCA-200E OC-3c PCI 42103 > MAC address = 00:20:48:40:a4:77 > Hardware version = 2.0.1 > Firmware version = 3.0.1 > bash-2.05# atm sho int > Interface Sigmgr State > hfa0 SIGPVC ACTIVE > ATM address = - > Network interfaces: atm0 - atm4 > bash-2.05# atm show stat vcc > Input Input Input Output Output Output > Interface VPI VCI PDUs Bytes Errs PDUs Bytes Errs > hfa0 0 55 0 0 0 2 184 0 > bash-2.05# atm show stat int > Input Input Input Output Output Output Cmd > Interface PDUs Bytes Errs PDUs Bytes Errs Errs > hfa0 0 0 0 2 184 0 0 > > > David Brinks -- Power-Net Internet Services -- Network Manager > brinks@power-net.net > Local Office : 402 N. Mission, Mt.Pleasant, MI 48858 > Phone : 989.772.1121 Fax : 989.772.8008 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-atm" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Fri Sep 21 13:32:52 2001 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 E8C7C37B407 for ; Fri, 21 Sep 2001 13:32:36 -0700 (PDT) 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 NAA52364; Fri, 21 Sep 2001 13:32:09 -0700 (PDT) (envelope-from rh@matriplex.com) Date: Fri, 21 Sep 2001 13:32:08 -0700 (PDT) From: Richard Hodges To: David Brinks Cc: freebsd-atm@FreeBSD.ORG Subject: Re: Marconi PCA200E and 4.4-RC In-Reply-To: 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 Fri, 21 Sep 2001, David Brinks wrote: > I am having trouble with IP data packets going on a round trip from my > server to a client on a PVC and have run out of idea on my end. > > >From this FreeBSD box, I go OC3 into an AFC LET through used as concentrator > type for multiple DSL connections. (each dsl customer will be a unique pvc > back on the OC3) Is the other end set for rfc1483 *routed* encapsulation? HARP does not do bridged, only routed. > bash-2.05# atm show stat vcc > Input Input Input Output Output Output > Interface VPI VCI PDUs Bytes Errs PDUs Bytes Errs > hfa0 0 55 0 0 0 2 184 0 It looks like the PDUs are getting out, anyway. Your config looks fine. Do you have a spare FreeBSD host for testing on the other end? All the best, -Richard ------------------------------------------- Richard Hodges | Matriplex, inc. Product Manager | 769 Basque Way rh@matriplex.com | Carson City, NV 89706 775-886-6477 | www.matriplex.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message