> I'm doing the Indigo R4000 port of NetBSD and ran into exactly this > problem. There's a bug in the Indy/Indigo PROM that only allows tftp > transfers below 32767. All ports above 32767 don't work. Either hack > tftpd to respond to ports <= 32767 or set the appropriate kernel > variables. There's an Irix problem report about this in their archives > somewhere. If anyone's interested, I'll dig it out.
This solved the Problem. echo 2048 32767 > /proc/sys/net/ipv4/ip_local_port_range THANKS. Greetings, Erich

