Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 1999 13:56:30 -0500 (CDT)
From:      Mike Spengler <mks@networkcs.com>
To:        rh@source.net (Richard Hodges)
Cc:        ggm@dstc.edu.au, freebsd-atm@FreeBSD.ORG
Subject:   Re: help getting back-to-back PCA200E working
Message-ID:  <199904271856.NAA75210@us.networkcs.com>
In-Reply-To: <Pine.BSF.3.96.990427064308.7511D-100000@nexus6.source.net> from Richard Hodges at "Apr 27, 99 06:49:47 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Richard Hodges said:
> On Tue, 27 Apr 1999, George Michaelson wrote:
> 
> > I've just got subscribed to the list, and in the last 2 weeks
> > also have just got two Fore PCA200E cards compiled into my 
> > FreeBSD-3.1 kernels.
> > 
> > wired 'em up back-to-back with a crossover fibre patchlead.
> > 
> > I can bring each up to a point, but I can't seem to get SIGPVC
> > and subsequent atm commands to bring up a PVC with any kind of
> > upper payload to do IP.
> 
> Maybe you have already tried this, but it *should* be as simple as:
> 
Yep, except for one correction...

> atm set netif atm 1         (or whatever interface name you like)
atm set netif hfa0 atm 1

> ifconfig atm0 192.168.0.1   (your if address here)
> atm attach hfa0 sigpvc
> atm add pvc hfa0 0 33 aal5 snap ip atm0 192.168.0.2 (endpoint here)
> 
FYI, you can also stick the following in /etc/rc.conf to do the equivalent at
startup (see rc.conf(5)):

network_interfaces="<whatever> atm0 lo0"
ifconfig_atm0="inet 192.168.0.1 netmask 255.255.255.0"
atm_enable="YES"
atm_netif_hfa0="atm 1"
atm_sigmgr_hfa0="sigpvc"
atm_pvcs="foo"
atm_pvc_foo="hfa0 0 33 aal5 snap ip atm0 192.168.0.2"


If this still isn't working for you, please send the output of the following:

ls -l /etc/pca200e.bin
atm sh config
atm sh int
ifconfig atm0
atm sh vcc
atm sh ipvcc

Thanks.

-- 
Mike Spengler				Network Computing Services, Inc.
Email: mks@networkcs.com		1200 Washington Ave. So.
Phone: +1 612 337 3557			Minneapolis MN 55415
FAX:   +1 612 337 3400			(aka Minnesota Supercomputer Center)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-atm" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904271856.NAA75210>