Last active
August 10, 2017 23:35
-
-
Save tuklusan/48189198b47309e9af128b7af0f58eb0 to your computer and use it in GitHub Desktop.
DECNET Bridge Multi-Host Configuration for Connecting OpenVMS DECNET Nodes to HECNET: See http://supratim-sanyal.blogspot.com/2016/11/decnet-connecting-two-digital-dec.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
! 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> | |
! | |
!vax tap0 | |
!pdp tap2 | |
!-- | |
! Vax is on tap0, PDP is on tap2 | |
! But both are tapping into br0 | |
! So use br0, do not duplicate bridges | |
!-- | |
vax-and-pdp br0 | |
remote sanyalnet-openvms-vax.freeddns.org:4711 | |
#update tempo.update.uu.se:4711 | |
update psilo.update.uu.se:4711 | |
! | |
! The DECnet section specify which bridges to send DECnet packets | |
! that appear on the local ethernet. | |
! | |
[decnet] | |
!<name> | |
! | |
!vax | |
vax-and-pdp | |
remote | |
update | |
! | |
! The LAT section specify which bridges to send LAT packets | |
! that appear on the local ethernet. | |
! | |
[lat] | |
!<name> | |
! | |
!vax | |
vax-and-pdp | |
remote | |
update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment