IRIX and Software

Issues with DINA netboot, TFTP port range

I have an indigo 2 that did not want to netboot;

PROM output was:
is not a valid file to boot OR something about magic I forget the exact phrase

I quickly slammed "setenv debug 4" in to the prom to get some better output

What I kept seeing was something like;

tftprecv: pkt from server port 65528, not -22

Figuring that the system was not liking something about the TFTP port settings- I added this little gem to /etc/rc.local on DINA

sysctl -w net.inet.ip.anonportmin=20000
sysctl -w net.inet.ip.anonportmax=32767

( Source was; http://www.netbsd.org/ports/sgimips/faq ... nt-failing )

I only thought it would be worth posing because the PROM output had me thinking something was wrong with my source files... not the TFTP server
Hopefully this will save someone else the trouble later on...

_________________
Image Image Image <--- Its a small collection, but I hope to grow it.
crystalfire wrote:
What I kept seeing was something like;

tftprecv: pkt from server port 65528, not -22

For the record, what does ``version'' show? I am (slowly) trying to find the minimal prom versions which have the tftp port bug fixed, which would likely be 5.2 or 5.3.
I know that
Code:
PROM Monitor SGI Version 5.1 Rev B3 IP24 Sep 17, 1993 (BE)

is affected, while
Code:
PROM Monitor SGI Version 5.3 Rev B10 R4X00/R5000 IP24 Feb 12, 1996 (BE)

and
Code:
PROM Monitor SGI Version 5.3 Rev C IP22 Oct 20, 1994 (BE)

are safe.

_________________
:Indigo: R4000 :Indigo2: R4400 :Indigo2IMP: R4400 :Indigo2: R8000 :Indigo2IMP: R10000 :Indy: R4000PC :Indy: R4000SC :Indy: R5000SC :O2: R5000 :O2: RM7000 :Octane: 2xR10000 :Octane: R12000 :O200: - :O200: 2x2xR10000 :Fuel: R16000 :A350:
among more than 150 machines : Apollo, Be, Data General, Digital, HP, IBM, MIPS before SGI , Motorola, NeXT, SGI, Solbourne, Sun...
Version output from prom;

"PROM Monitor SGI Version 5.1 Rev B IP22 Sep 16, 1993 (BE)"

_________________
Image Image Image <--- Its a small collection, but I hope to grow it.