Mac-IIsi sysinst's-time net interface tuning

View: New views
3 Messages — Rating Filter:   Alert me  

Mac-IIsi sysinst's-time net interface tuning

by unlk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

please sorry my pseudo english ??:-(((

Hi All !
I have MacIIsi, need for install NetBSD3.0.1 throught local network.
Booter start normal,  netbsd-INSTALL.gz image is load, sysinst screen is ready..

next..

utility -> configure network interfaces..
done..
^Z
-----------------------------------------------------------------------------------------------
sh# ifconfig -a
ae0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> MTU 1500
address: 00:40:10:00:1f:f9
media: Ethernet manual
inet:10.0.0.11 netmask 0xff00 0000
broadcast 10.255.255.255

lo0: flags=8009<UP,LOOPBACK,MULTICAST> MTU 33192
inet 127.0.0.1 netmask 0xff00 0000

sh# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1):56 data bytes
<there just wait. ping no output any messages!>
^C
sh# ping 192.168.0.11
PING 192.168.0.11 (192.168.0.11):56 data bytes
<there just wait. ping no output any messages!>
^C
sh# halt
debugger
poweroff
-----------------------------------------------------------------------------------------------

Have idea why ping no work? and how to fix such problem (no trash mac, no kill self, etc.)?

(if need more info about machine: MacIIsi / Mem 9M / No FPU / 40M scsi hdd (apple) / ethernet card Farallon PN594-TP / NetBSD3.0.1's sysinst / booter use netbsd-INSTALL.gz image / very old battery :)

Re: Mac-IIsi sysinst's-time net interface tuning

by mngrif :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 14 Aug 2006 19:02:50 -0700 (PDT)
unlk <ark@...> wrote:

>
> please sorry my pseudo english ??:-(((
>
> Hi All !
> I have MacIIsi, need for install NetBSD3.0.1 throught local network.
> Booter start normal,  netbsd-INSTALL.gz image is load, sysinst screen
> is ready..
>
> next..
>
> utility -> configure network interfaces..
> done..
> ^Z
> -----------------------------------------------------------------------------------------------
> sh# ifconfig -a
> ae0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST>
> MTU 1500 address: 00:40:10:00:1f:f9
> media: Ethernet manual
> inet:10.0.0.11 netmask 0xff00 0000
> broadcast 10.255.255.255
>
> lo0: flags=8009<UP,LOOPBACK,MULTICAST> MTU 33192
> inet 127.0.0.1 netmask 0xff00 0000
>
> sh# ping 127.0.0.1
> PING 127.0.0.1 (127.0.0.1):56 data bytes
> <there just wait. ping no output any messages!>
> ^C
> sh# ping 192.168.0.11
> PING 192.168.0.11 (192.168.0.11):56 data bytes
> <there just wait. ping no output any messages!>
> ^C
> sh# halt
> debugger
> poweroff
> -----------------------------------------------------------------------------------------------
>
> Have idea why ping no work? and how to fix such problem (no trash
> mac, no kill self, etc.)?
>
> (if need more info about machine: MacIIsi / Mem 9M / No FPU / 40M
> scsi hdd (apple) / ethernet card Farallon PN594-TP / NetBSD3.0.1's
> sysinst / booter use netbsd-INSTALL.gz image / very old battery :)

I have a Centris 650 that has the same problem. Occasionally I get
"FIFO Overrun" or the like, but aside from slow transfer speeds files
don't get corrupted. Try to "ftp ftp.netbsd.org" from the image to see
if it works instead of using ping. Also see if you can ping the mac
from another computer, that works for me.

Re: Mac-IIsi sysinst's-time net interface tuning

by unlk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

M_G thank you!