From owner-freebsd-atm Fri Jun 1 5:25:22 2001 Delivered-To: freebsd-atm@freebsd.org Received: from nwcst289.netaddress.usa.net (nwcst289.netaddress.usa.net [204.68.23.34]) by hub.freebsd.org (Postfix) with SMTP id AE34437B423 for ; Fri, 1 Jun 2001 05:25:18 -0700 (PDT) (envelope-from danielbat@usa.net) Received: (qmail 25481 invoked by uid 60001); 1 Jun 2001 12:25:17 -0000 Message-ID: <20010601122517.25480.qmail@nwcst289.netaddress.usa.net> Received: from 204.68.23.34 by nwcst289 for [200.128.59.17] via web-mailer(34FM.0700.17C.01) on Fri Jun 1 12:25:17 GMT 2001 Date: 1 Jun 2001 09:25:17 EST From: Daniel Macedo Batista To: freebsd-atm@FreeBSD.ORG Subject: Re: [Re: ATM adapter ForeRunner LE 25Mpbs] X-Mailer: USANET web-mailer (34FM.0700.17C.01) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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 Ok, I read the REAMDE, I compiled the kernel , and during the boot, or ru= nning 'dmesg' appears : nicstar0: port 0xe400-0xe4ff mem 0xffafe000-0xffafefff irq 10 at device 16.0 on pci0 nicstar0: 32K words of RAM nicstar0: MAC address 00:20:48:21:be:17 nicstar0: driver is using old-style compatability shims Then the adapter was detected, ok ? But, and now, what daemons, programs, commands I need to use, to configur= e the adapter ? At the linux, I use the daemons zeppelin, ilmid and atmsigd= and configure the IP procotol normally with the ifconfig and route comman= ds . I see the ifconfig and route commands in the freebsd, but and the atm configuration ? How I configure ? Thanks! []'s Daniel Macedo Batista mark tinguely wrote: > > I have two machines running freebsd 3.5.1 and ATM adapters ForeRunner = LE > 25Mbps. What I need configure in the kernel to these adapters will wor= k ? > Please this is urgent! There is some tutorial where I find the instruc= tions ? download: ftp://ftp.cs.ndsu.nodak.edu/pub/freebsd/atm/nicstar.tgz after expanding the files, read the file nicstar/README. FYI: There is a reported problem with Fore switches and the SPANS protocol, in that the swich does not have the end of PDU bit set for the SPANS PDUs. They are probably using AAL0 not AAL5. I would recommend adding an check in idt_openvcc() for the SPANS VCC, and open the SPANS VCC to use AAL0 instead of AAL5. The driver should hand the AAL0 packets to the HARP code just the same as AAL5 does. I am sorry, I no longer have access to the NICStAR cards nor do I have a Fore switch. --mark tinguely. ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Fri Jun 1 6: 7:16 2001 Delivered-To: freebsd-atm@freebsd.org Received: from web.cs.ndsu.NoDak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id DE94D37B423 for ; Fri, 1 Jun 2001 06:07:13 -0700 (PDT) (envelope-from tinguely@web.cs.ndsu.NoDak.edu) Received: (from tinguely@localhost) by web.cs.ndsu.NoDak.edu (8.11.1/8.11.1) id f51D7Ai88871; Fri, 1 Jun 2001 08:07:10 -0500 (CDT) (envelope-from tinguely) Date: Fri, 1 Jun 2001 08:07:10 -0500 (CDT) From: mark tinguely Message-Id: <200106011307.f51D7Ai88871@web.cs.ndsu.NoDak.edu> To: danielbat@usa.net, freebsd-atm@FreeBSD.ORG Subject: Re: [Re: ATM adapter ForeRunner LE 25Mpbs] In-Reply-To: <20010601122517.25480.qmail@nwcst289.netaddress.usa.net> 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 Daniel Macedo Batista says: > Ok, I read the REAMDE, I compiled the kernel , and during the boot, or running > 'dmesg' appears : > > nicstar0: port 0xe400-0xe4ff mem > 0xffafe000-0xffafefff irq 10 at device 16.0 on pci0 > nicstar0: 32K words of RAM > nicstar0: MAC address 00:20:48:21:be:17 > nicstar0: driver is using old-style compatability shims > > Then the adapter was detected, ok ? yes, the adapter was found. > But, and now, what daemons, programs, commands I need to use, to configure > the adapter ? At the linux, I use the daemons zeppelin, ilmid and atmsigd > and configure the IP procotol normally with the ifconfig and route commands . > I see the ifconfig and route commands in the freebsd, but and the atm > configuration ? How I configure ? next you need to enable the HARP atm(8) code. For example, using PVC signalling, AAL 5, VPI 0, VCI 32 IP address 10.10.1.2 local IP address 10.10.1.1 remote: atm set netif idt0 it 1 atm attach idt0 sigpvc ifconfig it0 10.10.1.2 netmask 255.255.255.0 atm add pvc idt0 0 32 aal5 null ip it0 10.10.1.1 see the manual page for atm(8) for more details. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message