Date: 18 Jun 2001 09:32:44 EST From: Daniel Macedo Batista <danielbat@usa.net> To: freebsd-atm@freebsd.org Subject: Re: [Re: [Re: How configure classical ip - it almost worked]] Message-ID: <20010618123244.6339.qmail@nwcst289.netaddress.usa.net>
next in thread | raw e-mail | index | archive | help
I changed the script ( Moved the command ilmid after the attach command) but returned core dump again, the switch is IBM . The first script (with the sleep) continue working. I will test with the modified ilmid. []'s Daniel Macedo Batista Bolsista projeto REMA-UFBA <www.rema.ufba.br> Richard Hodges <rh@matriplex.com> wrote: 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 ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 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?20010618123244.6339.qmail>
