On 3 Jan 2012, at 22:59, Steve Davidson wrote:
Check your email on STAR69::MARK
You should have a reply. Suffice to say yeah I think it's working :)
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
Check your email on STAR69::MARK
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Mark Benson
Sent: Tuesday, January 03, 2012 5:42 PM
To: hecnet at Update.UU.SE
Subject: [HECnet] Re: Area 6 works
Area 6 should now be operational again.
Can someone (preferably Chrissie and someone else) test it out?
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
I can do mc ncp set exec node star69
And that works
Set host: no account that wworks
Dir star69:: login information ibalid at remote node.
All this from ozon (44.43)
Hans
------Origineel bericht------
Van: Mark Benson
Afzender: owner-hecnet at Update.UU.SE
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: [HECnet] Re: Area 6 works
Verzonden: 3 januari 2012 23:41
Area 6 should now be operational again.
Can someone (preferably Chrissie and someone else) test it out?
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
What node in particular?
------Origineel bericht------
Van: Mark Benson
Afzender: owner-hecnet at Update.UU.SE
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: [HECnet] Re: Area 6 works
Verzonden: 3 januari 2012 23:41
Area 6 should now be operational again.
Can someone (preferably Chrissie and someone else) test it out?
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
Area 6 should now be operational again.
Can someone (preferably Chrissie and someone else) test it out?
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
DMC-11 speaks DDCMP V3.1 (give or take some bugs in the "high speed" version). But that's sync only. Depending on what you want to talk to, a DMC (or its relatives DMR-11, DMP-11, or DMV-11) may not help; if the other end speaks DDCMP over an async link (UART) then it won't work because the character framing doesn't match.
That said, I wonder what it means to emulate a DMC-11. You could have it speak DDCMP over a UART, or something else entirely. If the former it would talk to another DDCMP node; if the latter it would not but it would still work for tying one emulated DMC-11 to another.
If you want DDCMP, one approach is to get a copy of the spec, and implement what it says. That works; it is how I implemented DDCMP support for RSTS V10 (based on an earlier version based on V9.6). The protocol is quite simple and the spec is well enough written that, if you do what it says, the result WILL interoperate with hardware such as the DMR-11. The only tricky one is the DMC-11 because it has some undocumented bugs; the main one I remember is that the high speed version can't handle back to back packets. I wish I could contribute the code I wrote but I can't, for various reasons one of them is that it's a RSTS device driver and written in 100% assembly language.
It would not be hard to do a version for other platforms; I once looked at a Linux terminal protocol handler (forgot what that is called) that could hook into DECnet/Linux. Didn't get far enough on that, though.
paul
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On Behalf Of Mark Abene
Sent: Sunday, January 01, 2012 6:06 PM
To: hecnet at update.uu.se
Subject: Re: [HECnet] Hecnet and DDCMP
Jarratt, did you make this publicly available on the SIMH list? It would be great to have a DMC11 device emulated, since I insist on running RSTS/E v8 (for historical reasons... it was the last real RSTS before "the pollution"). RSTS/E v8 doesn't have ethernet support, so the only way I could have DECnet is via a (previously unemulated)
DMC11 interface. Does yours work well?
-Mark
On Sun, Jan 1, 2012 at 3:23 AM, Jarratt RMA <robert.jarratt at ntlworld.com> wrote:
Working with a friend, I have written a SIMH emulation of the DMC11
device, so you can do this with SIMH. It tunnels the bytes sent
to/from the device over a socket. We have used the SIMH emulation to
connect my friend to HECnet over a (simulated) DMC11.
The bit I am not entirely sure about is to what extent this is using
DDCMP as I don't have a full understanding of DDCMP.
Regards
Rob
On 31 December 2011 18:46, The Presence <tpresence at hotmail.com> wrote:
Hey guys,
Has anyone worked out a mechanism to connect a node to hecnet using DDCMP?
Perhaps some tunneling technology over IP, or virtualized serial?
Kevin
FWIW, those of us working on DECnet were familiar with Malamud's work and would, when feeling very charitable, describe it as "mediocre".
Part of it are probably reasonably accurate. On the other hand, if you can find the books DEC published on the subject, you'd get material that's far more accurate and far better written.
paul
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On Behalf Of Pinocchio
Sent: Thursday, December 29, 2011 4:05 PM
To: hecnet at Update.UU.SE
Subject: [HECnet] Found free good DECnet books
Hi all!
Recently, while searching for good DNA and DECnet source (besides ODL) I found two wonderful books freely and completely available to anyone via Google Books:
1) McGraw-Hill 1989, Malamud, DEC networks and architectures
http://books.google.com/books?id=0CciAQAAIAAJ&printsec=frontcover&hl=uk
2) VNR 1991, Malamud, Analyzing DECnet OSI phase V
http://books.google.com/books?id=fPJSAAAAMAAJ&printsec=frontcover&hl=uk
Johnny,
I entirely agree with you. I do understand serial signalling, however, I have zero experience with DDCMP. I know it was one of the first pipelined protocols, had the ability to piggyback additional data with ACKs and such as well as error correction capabilities that were not very common at the time of the development completion. I understand entirely that the speeds will be very slow, and I was expecting 1200bps and 2400bps, because that was the technology available at the time is deployed in the field. Once I feel I have a good understanding of the protocol, I will likely move on to ethernet (although I have far more experience there), simply because I will step into the decnet plus arena.
Perhaps it seems more complex that I am making it, but I don't learn from reading as much as I do from using and troubleshooting.
Kevin
> Date: Tue, 3 Jan 2012 04:36:12 +0100
> From: bqt at softjar.se
> To: hecnet at Update.UU.SE
> Subject: Re: SV: RE: [HECnet] Hecnet and DDCMP
>
> Kevin, what you are basically talking about here then is how do diagnose
> and debug a broken serial connection. It's the same no matter if you are
> running SLIP, PPP or DDCMP on that serial link. It's still just a cable
> with GND, RX and TX, and possibly some modem control signals.
>
> And it is no different if you instead are doing interactive traffic,
> such as a normal terminal connected to a computer. It's still the same
> serial connection.
>
> If you want to understand how a serial port works, that is excellent.
> But the first thing you need to understand is to differentiate between
> the physical layer, and the communications protocol that runs on top of
> that physical layer.
>
> As for PPP or SLIP on VAX/VMS, no, that did not exist earlier than
> DECnet over serial, as VAX/VMS had DECnet before it had TCP/IP, and SLIP
> can only talk TCP/IP. PPP can in theory run any protocol, but it was
> still not implemented on VAXen for DECnet.
> But my point was that if you want to tunnel DDCMP, it will be exactly
> the same solution you'd do if you wanted to tunnel any protocol using a
> serial interface. There are absolutely no difference from your tunnel
> point of view whatever protocol is used on the link.
> It will only be a stream of bytes on a serial link anyway.
>
> And yes, it will work just fine running DDCMP on top, and you can get
> DECnet connectivity that way. However, it is not very fun, since the
> actual speed of the serial interface will be 9600 bps no matter what, if
> you have physical machines involved, since DECnet insists on setting the
> speed of DDCMP interfaces to that, or slower.
>
> Johnny
>
> On 2012-01-03 04.02, Kevin Reynolds wrote:
> > Johnny,
> >
> > First and foremost, I want to learn how to configure and understand how
> > these devices connected historically so I can troubleshoot the
> > connectivity. This gives me the best feeling of true understanding.
> > Unfortunately, I don't have a slew of these systems (I have a single
> > Microvax II) that I can use to interconnect, so I am locked into
> > simulating at least one end of the connection. I was hoping to do this
> > with simh. Secondly, I was hoping to create error conditions and
> > determine whether I can diagnose the problem.
> >
> > As this is legacy hardware, protocols, and otherwise, I understand that
> > aside from understanding how some of our modern protocols and systems
> > emerged from knowledge of the old systems. I am I really hoping to start
> > a little further back to solidify my understanding of modern technology
> > without all of the additional layers of distraction included with modern
> > systems.
> >
> > Did the VAX/VMS platform have an option to include PPP or SLIP previous
> > to decnet +? I have a good knowledge of these protocols. I used slip
> > back in the day when I had to connect with a pr1mos system that wouldn't
> > allow pass-through connection to the internet. PPP, especially multilink
> > using PPP I have implemented multiple times (even recently...silly, but
> > I didn't choose). My ultimate goal is to pass decnet phase IV (not plus)
> > traffic over the connection.
> >
> > Thanks,
> > Kevin
> >
> > > Date: Mon, 2 Jan 2012 11:15:34 +0100
> > > From: bqt at softjar.se
> > > To: hecnet at Update.UU.SE
> > > Subject: Re: SV: RE: [HECnet] Hecnet and DDCMP
> > >
> > > The biggest issue I don't understand here is why.
> > > If you tunnel a serial port, you tunnel a serial port. DDCMP is totally
> > > invisible to you.
> > >
> > > You will not learn, or need to understand anything about DDCMP for this.
> > > A serial port sends bytes. You pass those bytes one. Everyone is happy.
> > >
> > > What kind of protocol is implemented, using those bytes, are very
> > > invisible and irrelevant to the tunnel, just as it is to a cable.
> > >
> > > You might as well tunnel SLIP, or PPP. It will work just the same.
> > > They are all just implementing a network layer on top of a serial
> > > connection.
> > >
> > > What are you really trying to accomplish?
> > >
> > > Johnny
> > >
> > > On 2012-01-01 01.57, The Presence wrote:
> > > > Bob,
> > > >
> > > > I really am wanting to use DDCMP for learning purposes. I want to build
> > > > a decnet phase IV network with DDCMP, however, I want to also have the
> > > > ability to pass traffic through to connect to additional nodes that are
> > > > net connected.
> > > >
> > > > Kevin
> > > >
> > > >
> > ------------------------------------------------------------------------
> > > > To: hecnet at Update.UU.SE
> > > > Date: Sat, 31 Dec 2011 16:41:02 -0800
> > > > Subject: Re: SV: RE: [HECnet] Hecnet and DDCMP
> > > > From: bob at jfcl.com
> > > >
> > > >
> > > > What is it that you actually want to connect? For the most part, a
> > > > Multinet link simulates the "user experience" of a DDCMP connection
> > > > tunneled over IP. Multinet is a point-to-point DECnet circuit which,
> > > > except for the device names, is functionally identical to any DDCMP
> > link.
> > > > The only reason I can see for using a real DDCMP serial connection
> > > > (either sync or async) would be to connect a machine that didn't
> > support
> > > > an Ethernet interface.
> > > > Bob
> > > >
> > >
>
Kevin, what you are basically talking about here then is how do diagnose and debug a broken serial connection. It's the same no matter if you are running SLIP, PPP or DDCMP on that serial link. It's still just a cable with GND, RX and TX, and possibly some modem control signals.
And it is no different if you instead are doing interactive traffic, such as a normal terminal connected to a computer. It's still the same serial connection.
If you want to understand how a serial port works, that is excellent. But the first thing you need to understand is to differentiate between the physical layer, and the communications protocol that runs on top of that physical layer.
As for PPP or SLIP on VAX/VMS, no, that did not exist earlier than DECnet over serial, as VAX/VMS had DECnet before it had TCP/IP, and SLIP can only talk TCP/IP. PPP can in theory run any protocol, but it was still not implemented on VAXen for DECnet.
But my point was that if you want to tunnel DDCMP, it will be exactly the same solution you'd do if you wanted to tunnel any protocol using a serial interface. There are absolutely no difference from your tunnel point of view whatever protocol is used on the link.
It will only be a stream of bytes on a serial link anyway.
And yes, it will work just fine running DDCMP on top, and you can get DECnet connectivity that way. However, it is not very fun, since the actual speed of the serial interface will be 9600 bps no matter what, if you have physical machines involved, since DECnet insists on setting the speed of DDCMP interfaces to that, or slower.
Johnny
On 2012-01-03 04.02, Kevin Reynolds wrote:
Johnny,
First and foremost, I want to learn how to configure and understand how
these devices connected historically so I can troubleshoot the
connectivity. This gives me the best feeling of true understanding.
Unfortunately, I don't have a slew of these systems (I have a single
Microvax II) that I can use to interconnect, so I am locked into
simulating at least one end of the connection. I was hoping to do this
with simh. Secondly, I was hoping to create error conditions and
determine whether I can diagnose the problem.
As this is legacy hardware, protocols, and otherwise, I understand that
aside from understanding how some of our modern protocols and systems
emerged from knowledge of the old systems. I am I really hoping to start
a little further back to solidify my understanding of modern technology
without all of the additional layers of distraction included with modern
systems.
Did the VAX/VMS platform have an option to include PPP or SLIP previous
to decnet +? I have a good knowledge of these protocols. I used slip
back in the day when I had to connect with a pr1mos system that wouldn't
allow pass-through connection to the internet. PPP, especially multilink
using PPP I have implemented multiple times (even recently...silly, but
I didn't choose). My ultimate goal is to pass decnet phase IV (not plus)
traffic over the connection.
Thanks,
Kevin
> Date: Mon, 2 Jan 2012 11:15:34 +0100
> From: bqt at softjar.se
> To: hecnet at Update.UU.SE
> Subject: Re: SV: RE: [HECnet] Hecnet and DDCMP
>
> The biggest issue I don't understand here is why.
> If you tunnel a serial port, you tunnel a serial port. DDCMP is totally
> invisible to you.
>
> You will not learn, or need to understand anything about DDCMP for this.
> A serial port sends bytes. You pass those bytes one. Everyone is happy.
>
> What kind of protocol is implemented, using those bytes, are very
> invisible and irrelevant to the tunnel, just as it is to a cable.
>
> You might as well tunnel SLIP, or PPP. It will work just the same.
> They are all just implementing a network layer on top of a serial
> connection.
>
> What are you really trying to accomplish?
>
> Johnny
>
> On 2012-01-01 01.57, The Presence wrote:
> > Bob,
> >
> > I really am wanting to use DDCMP for learning purposes. I want to build
> > a decnet phase IV network with DDCMP, however, I want to also have the
> > ability to pass traffic through to connect to additional nodes that are
> > net connected.
> >
> > Kevin
> >
> >
------------------------------------------------------------------------
> > To: hecnet at Update.UU.SE
> > Date: Sat, 31 Dec 2011 16:41:02 -0800
> > Subject: Re: SV: RE: [HECnet] Hecnet and DDCMP
> > From: bob at jfcl.com
> >
> >
> > What is it that you actually want to connect? For the most part, a
> > Multinet link simulates the "user experience" of a DDCMP connection
> > tunneled over IP. Multinet is a point-to-point DECnet circuit which,
> > except for the device names, is functionally identical to any DDCMP
link.
> > The only reason I can see for using a real DDCMP serial connection
> > (either sync or async) would be to connect a machine that didn't
support
> > an Ethernet interface.
> > Bob
> >
>
Johnny,
First and foremost, I want to learn how to configure and understand how these devices connected historically so I can troubleshoot the connectivity. This gives me the best feeling of true understanding. Unfortunately, I don't have a slew of these systems (I have a single Microvax II) that I can use to interconnect, so I am locked into simulating at least one end of the connection. I was hoping to do this with simh. Secondly, I was hoping to create error conditions and determine whether I can diagnose the problem.
As this is legacy hardware, protocols, and otherwise, I understand that aside from understanding how some of our modern protocols and systems emerged from knowledge of the old systems. I am I really hoping to start a little further back to solidify my understanding of modern technology without all of the additional layers of distraction included with modern systems.
Did the VAX/VMS platform have an option to include PPP or SLIP previous to decnet +? I have a good knowledge of these protocols. I used slip back in the day when I had to connect with a pr1mos system that wouldn't allow pass-through connection to the internet. PPP, especially multilink using PPP I have implemented multiple times (even recently...silly, but I didn't choose). My ultimate goal is to pass decnet phase IV (not plus) traffic over the connection.
Thanks,
Kevin
> Date: Mon, 2 Jan 2012 11:15:34 +0100
> From: bqt at softjar.se
> To: hecnet at Update.UU.SE
> Subject: Re: SV: RE: [HECnet] Hecnet and DDCMP
>
> The biggest issue I don't understand here is why.
> If you tunnel a serial port, you tunnel a serial port. DDCMP is totally
> invisible to you.
>
> You will not learn, or need to understand anything about DDCMP for this.
> A serial port sends bytes. You pass those bytes one. Everyone is happy.
>
> What kind of protocol is implemented, using those bytes, are very
> invisible and irrelevant to the tunnel, just as it is to a cable.
>
> You might as well tunnel SLIP, or PPP. It will work just the same.
> They are all just implementing a network layer on top of a serial
> connection.
>
> What are you really trying to accomplish?
>
> Johnny
>
> On 2012-01-01 01.57, The Presence wrote:
> > Bob,
> >
> > I really am wanting to use DDCMP for learning purposes. I want to build
> > a decnet phase IV network with DDCMP, however, I want to also have the
> > ability to pass traffic through to connect to additional nodes that are
> > net connected.
> >
> > Kevin
> >
> > ------------------------------------------------------------------------
> > To: hecnet at Update.UU.SE
> > Date: Sat, 31 Dec 2011 16:41:02 -0800
> > Subject: Re: SV: RE: [HECnet] Hecnet and DDCMP
> > From: bob at jfcl.com
> >
> >
> > What is it that you actually want to connect? For the most part, a
> > Multinet link simulates the "user experience" of a DDCMP connection
> > tunneled over IP. Multinet is a point-to-point DECnet circuit which,
> > except for the device names, is functionally identical to any DDCMP link.
> > The only reason I can see for using a real DDCMP serial connection
> > (either sync or async) would be to connect a machine that didn't support
> > an Ethernet interface.
> > Bob
> >
>