<div dir="ltr"><div>I have OpenVMS VAX 7.3 running in SimH on my Windows laptop, and I am trying to use networking using the WiFi on the laptop.  However, I am getting an IP address of <a href="http://0.0.0.0/8">0.0.0.0/8</a> in OpenVMS and obviously this is not the IP range I use at home (it is <a href="http://172.16.6.0/24">172.16.6.0/24</a>).  Below is my current vax.ini so I don't have to type all the commands every time.  Does anyone see anything with it that could cause the problem I'm seeing?</div><div><br></div><div><div>;</div><div>; Load CPU microcode</div><div>load -r C:\Users\smccl\Downloads\simh\ka655x.bin</div><div>;</div><div>; Attach non-volatile RAM to a file</div><div>attach nvr C:\Users\smccl\Downloads\simh\vaxdata\nvram.bin</div><div>;</div><div>; This virtual machine has 64M memory</div><div>set cpu 512m</div><div>;</div><div>; Define disk drive types. RA92 is largest-supported VAX drive.</div><div>set rq0 ra92</div><div>set rq1 ra92</div><div>set rq2 ra92</div><div>set rq3 cdrom</div><div>;</div><div>; Attach defined drives to local files</div><div>attach rq0 C:\Users\smccl\Downloads\simh\vaxdata\d0.dsk</div><div>attach rq1 C:\Users\smccl\Downloads\simh\vaxdata\d1.dsk</div><div>attach rq2 C:\Users\smccl\Downloads\simh\vaxdata\d2.dsk</div><div>;</div><div>; Attach the CD-ROM to its file (read-only) </div><div>attach -r rq3 C:\Users\smccl\Downloads\simh\vaxdata\cd.iso</div><div>;</div><div>; Disable unused devices. It's also possible to disable individual devices,</div><div>; using a construction like "set rq2 disable" if desired. </div><div>;</div><div>set rl disable</div><div>set ts disable</div><div>; </div><div>; Attach Ethernet to a network interface</div><div>set xq mac=00:00:01:00:00:01</div><div>attach xq eth1</div><div>;</div><div>; Uncomment the line below to enable auto-boot</div><div>dep bdr 0</div><div>;</div><div>; Choose one of the following lines. SET CPU CONHALT returns control to the</div><div>; VAX console monitor on a halt event (where behavior will be further</div><div>; determined by whether auto-boot is set--see above. SET CPU SIMHALT will</div><div>; cause the simulator to get control instead.</div><div>set cpu conhalt</div><div>;set cpu simhalt</div><div>;</div><div>; Now start the emulator</div><div>boot cpu</div><div>;</div><div>; Exit the simulator</div><div>exit</div></div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>Shaun McCloud, MCDST</div></div></div></div></div></div></div>
</div>