Skip to content

Instantly share code, notes, and snippets.

@tuklusan
Last active September 29, 2017 14:27
DECnet-Linux FEDACH /etc/dnetd.conf configration file: See Detailed DECnet-Linux How-to at https://supratim-sanyal.blogspot.com/2017/09/the-decnet-linux-experience-it-works.html
# /etc/dnetd.conf
#
# Define DECnet objects
#
# Fields
# name: object name (or * for any named object, number must be 0)
# number: object number (or 0 for a named object)
# options: auth[,auto accept]:
# auth: Whether to authenticate users: Y or N
# auto accept: Should we accept incoming connections
# This is needed for non-decnet daemons
# (not calling dnet_accept)
# user: If auth is N then use this user
# daemon: program to run or 'internal'
#
# name number options user daemon
#
FAL 17 Y,N decnet fal
MIRROR 25 Y,N decnet internal
MAIL 27 N,N decnet vmsmaild
CTERM 42 N,N root ctermd
DTERM 23 N,N root rmtermd
NML 19 N,N decnet dnetnml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment