Skip to content

Instantly share code, notes, and snippets.

@tuklusan
Created November 20, 2016 02:45
Show Gist options
  • Save tuklusan/e3dfdf3c63317e604e49e6173af1ca86 to your computer and use it in GitHub Desktop.
Save tuklusan/e3dfdf3c63317e604e49e6173af1ca86 to your computer and use it in GitHub Desktop.
DECNET Bridge configuration for satellite node connecting to HECNET over another multi-host DECNET bridge: see http://supratim-sanyal.blogspot.com/2016/11/decnet-connecting-two-digital-dec.html
! This is the bridge configuration file.
!
! Comments start with a '!'. Empty lines are ignored. The file
! is re-read on a SIGHUP.
!
! *************************************************************
!
! The bridge section defines all sources and destinations for
! this bridge program.
!
! Packets will not be accepted from other sources than these,
! and these destinations are used in the different options
! further down.
!
! If a name starts with tilde '~', that host is considered a passive
! host, and no packets will be transmitted to it unless packets are
! received from it. A timeout of 120 sec is used to consider the
! host active.
!
[bridge]
!<name> <ip>:<port>
! or
!<name> <etherdevice>
!
local tap0
remote sanyalnet-openvms-vax.freeddns.org:4711
!
! The DECnet section specify which bridges to send DECnet packets
! that appear on the local ethernet.
!
[decnet]
!<name>
!
local
remote
!
! The LAT section specify which bridges to send LAT packets
! that appear on the local ethernet.
!
[lat]
!<name>
!
local
remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment