> Since there really is a need for a tool to examine various kinds of DEC
> protocol traffic, I am trying to put one together. In case anyone is
> interested:
>
> http://https://www.pdc.kth.se/~bygg/tops/anfdump.tar
There are now some updates/bug fixes. For instance it can now handle
HECnet bridge packets (hopefully).
--Johnny
Hi,
I have a TCP (via multinet) connection to IMPVAX which is hardly ever down. It is at the moment.
Anybody else willing to give me some links to other areas?
Regards,
Keith
supratim sanyal wrote:
> Johnny,
The other Johnny will now give a short answer:
> I am suddenly seeing this from IMPVAX. Not sure what to make of this
>
> $ dir mim::
> %%%%%%%%%%% OPCOM 23-OCT-2018 04:15:10.77 %%%%%%%%%%%
> Message from user DECNET on IMPVAX
> DECnet event 4.18, adjacency down
> From node 1.559 (IMPVAX), 23-OCT-2018 04:15:10.77
> Circuit TCP-0-0, Unexpected packet type, Adjacent node = 1.13 (MIM)
> Packet beginning = 010D040140020200002C010000000000
The packet in question is an init packet, used to start up a link.
If tcpdump knew about this, it would look somewhat like:
Init, 1.13 info 01 size 576 ver 2/0/0 timer 300
Why MIM decided to restart the link is another question.
--Johnny
Earlier today I wrote:
> The packet in question is an init packet, used to start up a link.
>
> If tcpdump knew about this, it would look somewhat like:
Since there really is a need for a tool to examine various kinds of DEC
protocol traffic, I am trying to put one together. In case anyone is
interested:
http://https://www.pdc.kth.se/~bygg/tops/anfdump.tar
Don't let the ANF part of the name fool you! It can do the following:
* listen for ethernet frames with ANF-10, DECnet and LAT.
* listen for DDCMP (simh-style over TCP or UDP), with decoding
of payload (ANF-10 or DECnet).
* listen for Multinet over TCP, with decoding of DECnet.
* do several of the above, in parallel, if you want to see how
a box in the middle molests your data.
* read (and write) pcap-format files.
As usual this is a work-in-progress, and some things (like the manual)
are missing, but the code mostly works. Use the -h flag for help at
this time.
--Johnny
Johnny,
I am suddenly seeing this from IMPVAX. Not sure what to make of this ?
$ dir mim::
%%%%%%%%%%% OPCOM 23-OCT-2018 04:15:10.77 %%%%%%%%%%%
Message from user DECNET on IMPVAX
DECnet event 4.18, adjacency down
>From node 1.559 (IMPVAX), 23-OCT-2018 04:15:10.77
Circuit TCP-0-0, Unexpected packet type, Adjacent node = 1.13 (MIM)
Packet beginning = 010D040140020200002C010000000000
%%%%%%%%%%% OPCOM 23-OCT-2018 04:15:15.20 %%%%%%%%%%%
Message from user DECNET on IMPVAX
DECnet event 4.10, circuit up
>From node 1.559 (IMPVAX), 23-OCT-2018 04:15:13.16
Circuit TCP-0-0, Adjacent node = 1.13 (MIM)
%DIRECT-E-OPENIN, error opening MIM::*.*;* as input
-RMS-E-FND, ACP file or directory lookup failed
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
Sent from Mail for Windows 10
Dave McGuire <mcguire at neurotica.com> writes:
> Hey folks. I'm looking for firmware for the DECserver-550, which gets
>downloaded into the terminal server by its boot host. Does anyone here
>have a copy? (It seems I have the firmware for every DECserver except
>that..)
WWENG2.SYS? Is that right for the DS-550?
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Does anyone have the Phase II DECnet that goes with RSTS V7.0? I think it calls itself DECnet/E V1.1, rather confusingly.
For that matter, are there any Phase II DECnet releases around? I know of the TOPS-20 one; any others? Ditto for Phase III.
paul
Hey folks. I'm looking for firmware for the DECserver-550, which gets
downloaded into the terminal server by its boot host. Does anyone here
have a copy? (It seems I have the firmware for every DECserver except
that..)
Thanks,
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
I posted this message yesterday, but for some reason people are telling me
it never went to the list.
I removed the photos I originally attached and am sending it again.
-Mark
---------- Forwarded message ----------
From: Mark Abene <phiber at phiber.com>
Date: Wed, Sep 19, 2018 at 2:58 PM
Subject: Re: [HECnet] Sunlink DNA
To: hecnet at update.uu.se
To everyone who asked, I built TME last night on Ubuntu 18.04 on two
different systems, and installed NetBSD 1.6.2 on a sun3/160 instance.
It's working very nicely, minus networking; bear in mind that TME was
originally written to run on a NetBSD host (it's in the pkg collection),
and makes use of BPF to implement networking (I seem to remember it also
working on FreeBSD). Linux does have a bpf compatibility interface, so I'll
see if it can be made to work and follow up with you all. That said, grab
TME here: https://people.csail.mit.edu/fredette/tme/tme-0.8.tar.gz
That's the home site, there's lots of info on the emulator
https://people.csail.mit.edu/fredette/tme/
There's also this site, specifically about installing SunOS 4.1.1:
http://www.abiyo.net/retrocomputing/installingsunos41
1tosun3emulatedintme08onlinux
DON'T follow those build instructions, they're incredibly old and will get
you nowhere fast. :)
Here are my steps:
Make sure you have the gtk-2.0 and glib2.0 dev packages installed. Then...
mkdir $HOME/tme
cd $HOME/tme
tar -zxvf your_download_dir/tme-0.8.tar.gz
cd tme-0.8
vi libtme/module.c (comment out line 93 "LTDL_SET_PRELOADED_SYMBOLS();",
it's no longer needed) and save.
./configure --prefix=$HOME/tme --disable-warnings 'LIBS=-lglib-2.0
-lgtk-x11-2.0 -lX11'
export LTDL_LIBRARY_PATH=$HOME/tme/lib (or "setenv LTDL_LIBRARY_PATH
$HOME/tme/lib" for csh/tcsh)
make
make install
If everything built and installed without errors, you'll have the install
tree in $HOME/tme. From here you can follow the various instructions on the
original site above for installing NetBSD, etc.
If you ran into any errors either building, installing, or running, just
drop me a note, I'd be happy to help!
P.S.: I've attached some photos of it booting up!
P.P.S: You'll notice it seg fault when you exit tmesh. The original does
this too. The author even comments about how there's no "quit" command.
Regards,
Mark
On Tue, Sep 18, 2018 at 6:35 PM, Dave McGuire <mcguire at neurotica.com> wrote:
>
> Thanks Mark!
>
> -Dave
>
> On 09/18/2018 08:59 PM, Mark Abene wrote:
> > Absolutely. I'll dig it out after dinner later tonight.
> >
> > -Mark
> >
> >
> > On Tue, Sep 18, 2018 at 5:44 PM, Dave McGuire <mcguire at neurotica.com
> > <mailto:mcguire at neurotica.com>> wrote:
> >
> > On 09/18/2018 08:12 PM, Mark Abene wrote:
> > > The TME emulator works fine on Ubuntu with very minor massaging. I
> don't
> > > recall having to do anything extremely out of the ordinary.
> > > For me the fun was in emulating a Sun 3/80 I used to have. If you
> like,
> > > I can dig it up my TME install. Haven't used it in a while.
> >
> > If you can find any notes that you my have taken on what it took to
> > get it running, I'd very much appreciate that. I hacked on it for a
> bit
> > earlier this year, but ran out of time and eventually gave up.
> >
> > -Dave
> >
> > --
> > Dave McGuire, AK4HZ
> > New Kensington, PA
> >
> >
>
>
> --
> Dave McGuire, AK4HZ
> New Kensington, PA
>