Re: [Simh] SIMH: KDP/DUP/DMC: ECONNREFUSED

2015-05-23 Thread Mark Pizzolato - Info Comm
Thanks for finding the compile warning. After some thought I decided that the DUP attach syntax you tried to use should be acceptable even though it isn't precisely as documented. The change to allow that syntax and the fix for the compiler warning is now checked in. I'm sure you'll let me

Re: [Simh] SIMH: KDP/DUP/DMC: ECONNREFUSED

2015-05-22 Thread Mark Pizzolato
Please elaborate by providing: 1) config files for both sides. 2) SHOW VERSION output for both sides 3) describe your host network topology - Mark On May 22, 2015 6:38 PM, Cory Smelosky b...@gewt.net wrote: Hey, I can't attach either end of the virtual line because something returns

[Simh] SIMH: KDP/DUP/DMC: ECONNREFUSED

2015-05-22 Thread Cory Smelosky
Hey, I can't attach either end of the virtual line because something returns ECONNREFUSED. I would open the socket by attaching the device...but every time I attach it returns ECONNREFUSED. So...how do I attach the DUP/DMC now? It worked before with a lot of massaging. -- Cory Smelosky

Re: [Simh] SIMH: KDP/DUP/DMC: ECONNREFUSED

2015-05-22 Thread Cory Smelosky
On Fri, 22 May 2015, Mark Pizzolato wrote: Please elaborate by providing: 1) config files for both sides. PDP10 side: set kdp en set dup en at dup0 2107,Connect=127.0.0.1:2108,UDP VAX side: set xu en set xu MAC=02:02:06:AA:DD:EE set dmc lines=8 set dmc0 peer=127.0.0.1:2107 att dmc0 2108,UDP