Created
September 25, 2017 00:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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