Skip to content

Instantly share code, notes, and snippets.

@tuklusan
Created September 25, 2017 00:13
Show Gist options
  • Save tuklusan/605ac6582ec209af14e1ffb95a7357d5 to your computer and use it in GitHub Desktop.
Save tuklusan/605ac6582ec209af14e1ffb95a7357d5 to your computer and use it in GitHub Desktop.
DECnet-Linux FEDACH /etc/default/decnet configration file: See Detailed DECnet-Linux How-to at https://supratim-sanyal.blogspot.com/2017/09/the-decnet-linux-experience-it-works.html
# DNET_INTERFACES specifies the names of ethernet interfaces whose
# MAC address is to be set to the DECnet node address
#DNET_INTERFACES="all"
DNET_INTERFACES="eth1"
# DNET_DAEMONS lists the daemons to start when dnet-progs is installed.
#
DNET_DAEMONS="dnetd phoned"
dnetd_FLAGS="-vvvv"
dnroute_FLAGS="-v -2"
# The following two lines enable routing, note that if you are
# being a router, then add dnroute to the DNET_DAEMONS too
#ROUTING=1
PRIORITY=32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment