<div dir="ltr"><div><div><div>What nmap is reporting should be the traffic from the VAX to the client.<br>No matter the client I use (e.g. telnet.exe, PuTTY...), all I get is an endless stream of chars, which matches what appears in the traffic dump.<br>


</div>Upgrading to SIMH 4.0 beta had no effect - after 14 hours I experienced the same exact problem.<br></div><div>During the telnet outage, which happened after ~14 hours of SIMH running, FTP was still working fine.<br>

</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-30 2:50 GMT+02:00 Rick Murphy <span dir="ltr"><<a href="mailto:rick@rickmurphy.net" target="_blank">rick@rickmurphy.net</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">At 06:21 PM 4/29/2014, Lorenzo wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
Hi!<br>
I'm running OpenVMS 7.2 VAX on a simh emulator, latest release<br></div>
(V3.9-0 from <<a href="http://simh.trailing-edge.com" target="_blank">http://simh.trailing-edge.com</a><u></u>><a href="http://simh.trailing-edge.com" target="_blank">simh.trailing-edge.com</a>) and compiled with networking (libpcap, no vde).<div class="">

<br>
The emulator has got its own network card to which it's attached.<br>
The host operating system is Linux, kernel 3.11.<br>
My issue is that after an apparently random amount of time (usually a few hours) the telnet server stops working.<br>
I can't get any client to log in remotely - as soon as I connect to the OpenVMS machine,<br>
all I get is a blank character sequence, as follows (dumped by nmap):<br>
<br>
SF:NULL,1138,"\xff\xfb\x01\<u></u>xff\xfb\x03\xff\xff\xff\xff\0\<u></u>0\0\0\0\0\0\0\0\0<br>
</div></blockquote>
<br>
<br>
There's a beginning of some TELNET options negotiation going on there.<br>
<br>
That's the following:<br>
255 (IAC)<br>
251 (WILL)<br>
1   (ECHO)<br>
255 (IAC)<br>
251 (WILL)<br>
3   (SGA) [Suppress go-ahead)<br>
<br>
That's pretty standard.<br>
The series of 0xff (IACs) and nulls that follow aren't.<br>
<br>
You really need to capture the traffic to-and-from. Is this coming from the VAX to your client, or vice versa?<span class="HOEnZb"><font color="#888888"><br>
        -Rick<br>
<br>
</font></span></blockquote></div><br></div>