Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Sep 1999 13:37:20 -0500
From:      Steve Kaczkowski <steve@inc.net>
To:        Kurt Bauer <bauer@cc.univie.ac.at>
Cc:        freebsd-atm@FreeBSD.ORG
Subject:   Re: no ping :-(((((
Message-ID:  <37D01560.46216C4B@inc.net>
References:  <37CE637C.99F34E03@cc.univie.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
Kurt Bauer wrote:
> 
> A little Layout-problem in the first try, Sorry ;-)))
> 
> Hi,
> 
> First let me give you a little overview of my configuration:
> 
>     - FreeBSD 3.2
>     - Efficient Networks ENI155 ATM-Interface
>     - Kerneloptions: * device en0
>                                * device enp0
>                                * options atm
>                                * options NATM
>      - Host IP-Adr. 10.1.1.2 255.255.255.0
>      - end-point(routers) IP-Adr. 10.1.1.1 255.255.255.0
>      - AAL5 - LLC/SNAP
>      - VPI 0
>      - VCI 404 (0x194)
> 
> When BSD boots everything works fine, the ATM-NIC is initialized and the
> 
> Kernel prints out the right messages.
> Then I do an ' ifconfig en0 10.1.1.2 netmask 0xffffff00 up ' and the
> Interface is up and has the right IP-address.
> Next I do a ' route add -iface 10.1.1.1 -link en0:2.0.1.94 " and the
> route is added which I see with 'netstat -r'
> But when I try to ping my local interface (10.1.1.2), the following
> massages appears
>     ' wsww/kernel: atmlookup failed: no llinfo' and then 'ping: sendto:
> no route to host'. When I try to ping the routers interface(10.1.1.1)
> the same thing happens (no route to host).
> It all works fine with Linux, so the problem is neither the router nor
> the ATM-sneak nor the cables, but the BSD-box.
> 
> Has anyone a guess what can be wrong ????
> 

I'm using an SMC with the same chipset and it's working great for me.
ALthough it looks like
you're not using the HARP stuff, here's my kernel config:

options         ATM_CORE
options         ATM_IP
options         ATM_SIGPVC

From rc.conf:
atm_enable="YES"
atm_netif_hea0="atm 1"
atm_sigmgr_hea0="sigpvc"
ifconfig_atm0="inet 10.1.1.2 netmask 255.255.255.0 mtu 1500"
network_interfaces="de0 atm0 lo0"

Then I add my PVCs in rc.conf.local:
atm add pvc hea0 0 33 aal5 snap ip atm0 10.1.1.1


Haven't had any problems with this config, hope it helps!


-- 
Steve Kaczkowski	Time Warner Telecom/inc.Net
steve@inc.net          	(414)908-9012
http://www.inc.net     	(603)737-9209 Fax


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?37D01560.46216C4B>