Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2001 15:25:14 -0700 (PDT)
From:      Richard Hodges <rh@matriplex.com>
To:        Daniel Macedo Batista <danielbat@usa.net>
Cc:        freebsd-atm@FreeBSD.ORG
Subject:   Re: [Re: How configure classical ip - it almost worked]
Message-ID:  <Pine.BSF.4.10.10106141518190.38043-100000@mail.matriplex.com>
In-Reply-To: <20010614221500.20618.qmail@wwcst271.netaddress.usa.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On 14 Jun 2001, Daniel Macedo Batista wrote:

>   Thank you by the help, the network is working !! The problem was
>   because the command :
> 
>   atm attach idt0 uni31
> 
>   needed a `sleep` before run the ifconfig , then , the script that is 
>   working is :
> 
>   /sbin/ilmid
>   /sbin/atm set netif idt0 it 1  
>   /sbin/atm attach idt0 uni31
>   sleep 20
>   /sbin/ifconfig it0 192.168.202.12 netmask 255.255.255.0
>   /sbin/atm set arpserver it0 39.0011.....
> 
>   This delay in the `atm attach idt0 uni31` is normal ?

That is very unusual, from my experience...  Several of mine have:

  /sbin/atm set netif idt atm 4
  /sbin/atm attach idt0 uni31
  /sbin/ilmid
  ifconfig atm0 192.168.100.xxx

I have never had a need to use a delay.  Try moving your /sbin/ilmid
to just after the attach command and see if that helps...

What switch are you using?  Maybe ilmid is having trouble registering
the address.  If you are not using a Fore switch, you might want to
try a modified ilmid:
  http://www.hodges.org/rh/code/ilmid.c.gz

It's good to hear you have some success now :-)

-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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10106141518190.38043-100000>