#
#
#  In order to connect out, you need to setup some of the "ConnectXXXX".
#
#  ConnectProto - This is mandatory for all system in which you use 'bbstx'
#		  with, set to:
#          AX.25 or AX25 = Kernel AX25 support, ConnectTo is callsign with
#                          optional digi's.  ConnectPort needs to be setup
#			   with the local callsign on the particular port
#                          you desire the connection to be help on.
#                 TCP    = Kernel TCP stack, ConnectTo is a doted quad IP,
#                          addr.  ConnectPort is needed to set the remote
#                          portnumber.  Also remember the BBS protocol will
#                          still use <CR> as EOL and NOT <CR><LF> as with
#                          other IP protocols.
#                          I must explore the full implications of using
#                          <CR><LF> sometime.
#                 NETROM = Kernel NETROM connect, ConnectTo is nodecall, and
#                          ConnectAs is optional, but can be used to
#                          change the call you appear to be at the peer you
#                          are connecting to.  ConnectPort may also be used
#                          to specify which of you 4 N/R ifaces to connect from.
#               NROMWAMP = Wampes NETROM connect, ConnectTo is nodecall, and
#                          ConnectAs is optional, but can be used to
#                          change the call you appear to be at the peer you
#                          are connecting to.
#  AX.25WAMP or AX25WAMP = Wampes AX.25 connect, ConnectTo is callsign with
#                          optional digi's.
#                TCPWAMP = Wampes TCP connect, ConnectTo is IP address or
#                          hostname (as can be looked up with
#                          'domain query').  ConnectPort is needed to set
#                          the remote port number.  Also remember the BBS
#                          protocol will still use <CR> as EOL and NOT
#                          <CR><LF> as with other IP protocols.
#                          I must explore the full implications of using
#                          <CR><LF> sometime.
#		   MODEM = Use ConnectPort to specify the /dev/cuaX device,
#			   you must have setup the serial port speed, line
#			   discipline, and have logged into and are just
#			   about to receive the SID.  Note bbstx must catch
#			   the SID, so it may be necessary to insert a delay
#			   at the other end between the end of the login seq
#			   and it running bbsrx.  ConnectScript is allowed,
#			   it may even work, but it may not, reports pse.
#			   NOTE: This feature is completely untested.
#
#
#  ConnectTo	- This is mandatory to all ConnectProto, the format of this
#                 is Protocol specific.
#  ConnectAs	- This is optional and only used if the protocol supports it
#  ConnectPort	- This is optional and only used if the protocol supports it
# ConnectScript	- This is optional with all, if not set it assumes SID will
#		  appear upon connection.
#
#
################################# GB7COV ##################################
#
[covbbs]
# Connection address
#ConnectTo =	GB7COV
ConnectTo =	G4GDY-8
# Connection protocol
ConnectProto =	NETROM
# Connection script (from /.../etc)
ConnectScript =	gb7cov.dialer
# Some protos allow me to set the addr I connect in from.
ConnectAs =	GB7MIP-10
#
ReverseFwd	=	off
#
ReverseFwdAllow	=	off
#
ReverseFwdChk	=	on
#
ForwardAccept	=	off
#
##############################################################################
#
[gb7cov]
# Connection address
ConnectTo =	GB7COV
#ConnectTo =	G4GDY-8
##ConnectTo =	GB7RP
#ConnectTo =	44.131.138.1
# Connection protocol
ConnectProto =	NETROM
#ConnectProto =	TCPWAMP
# Connection script (from /.../etc)
#ConnectScript =	gb7cov.dialer
#ConnectScript =	gb7cov-tcp.dialer
##ConnectScript =		gb7cov2.dialer
# Some protos allow me to set the addr I connect in from.
ConnectAs =	G7LED-10
#ConnectPort =	9999
#
#ConnectPort = G7LED
#
ConnectMTU	=	128
#
ConnectT1	=	320
#
# BBSRX Timeout since last input (secs). (NI)
#Timeout1 =	1800
# BBSTX Timeout since last input (secs). (NI)
#Timeout2 =	1800
# BBSTX Hang before disconnect (secs). (NI)
#TimeoutHang =	600
#
# Disable FBB compression
FbbComp =	off
# Sysop of this BBS, possible use of this would be to mail this address
#  any errors concerning him/her and this peer BBS.	(NI)
BBSSysop =	G3ZFR
#
ReverseFwd	=	on
#
ReverseFwdAllow	=	off
#
ReverseFwdChk	=	on
#
#
#  Outgoing changed:
[GB7COV-TX]
#  As the 'GB7COV' section is parsed before this, the ConnectXXXX will be
#    obtained from there.
# Enable FBB compression
FbbComp =	on
#
ReverseFwd	=	off
#
ReverseFwdAllow	=	on
#
ReverseFwdChk	=	on
#
################################# GB7MIP ##################################
#
[gb7mip]
# Connection address	BBS forwarding with TCP
ConnectTo =	44.131.138.1
#ConnectTo =	G7IUB-5
# Connection protocol
ConnectProto =	TCPWAMP
#ConnectProto =	NETROM
# Some protos allow me to set the addr I connect in from.
ConnectPort =	9000
#ConnectAs =	G9TST-15
#
# Connection script (relative from ./etc/)
ConnectScript =
#
ReverseFwd	=	on
#
################################# GB7PIT ##################################
#
[GB7PIT]
# Connection address	BBS forwarding via NETROM
ConnectTo =	GB7PIT-3
# Connection protocol
ConnectProto =	NETROM
#ConnectPort = G7LED
# Connection script (relative from ./etc/)
#ConnectScript =	gb7pit.dialer
#  Remember T1 is in 1/2th seconds.
ConnectT1	=	320
#  
ConnectMTU	=	236
#
ReverseFwd	=	on
#
Timeout1	=	3600
Timeout2	=	3600
#
FbbMaxBatch	=	10
#
#[GB7PIT-TX]
#
################################# GB7BIR ##################################
#
[GB7BIR]
# Connection address	BBS forwarding via NETROM
ConnectTo =	GB7BIR
# Connection protocol
ConnectProto =	NETROM
ConnectPort = G7LED
#
ReverseFwd	=	on
#
#
#[GB7BIR-TX]
#
################################# GB7TST ##################################
#
[GB7TST]
# Connection address	BBS forwarding via NETROM
ConnectTo =	GB7BIR
# Connection protocol
ConnectProto =	NETROM
ConnectPort = G7LED
ConnectAs = G9TST
#
ReverseFwd	=	on
#
#
#[GB7TST-TX]
#
################################# MIPHUB ##################################
#
[miphub]
# Connection address
ConnectTo =	44.131.138.1
# Connection protocol
ConnectProto =	TCPWAMP
# Some protos allow me to set the addr I connect in from.
ConnectPort =	9100
#
# Enable FBB compression
FbbComp =	on
#
ReverseFwd	=	on
#
################################# MIPBBS ##################################
#
[mipbbs]
#
[MIPBBS-TX]
# Connection address
ConnectTo =	44.131.138.1
ConnectPort = 9000
# Connection protocol
#ConnectProto =	NETROM
ConnectProto =	TCPWAMP
# Some protos allow me to set the addr I connect in from.
#ConnectAs =	G7LED-14
# Connection script (from /.../etc)
#ConnectScript =
#
################################# GB9TST ##################################
#
[gb9tst]
#
#
[GB9TST-TX]
# Connection address
ConnectTo =	"GB7MIP-0"
#ConnectTo =	44.131.138.1
# Connection protocol
ConnectProto =	AX25
#ConnectProto =	NETROM
#ConnectProto =	TCPWAMP
# Some protos allow me to set the addr I connect in from.
ConnectPort =	"G7AAA-15 G7LED-1"
#ConnectAs = G9FOO
#ConnectAs =	G7LED-13
#ConnectPort =	9000
# Connection script (from /.../etc)
#ConnectScript =
#
ReverseFwd	=	on
#
Fbb =	off
#
#Debug = 65535
#
############################## G7BGP (PMS) ##################################
#
[g7bgp]
# Connection address
#ConnectTo =	G7BGP-2
ConnectTo =	"G7BGP-8 GB7BIR-5"
# Connection protocol
ConnectProto =	KAX25
# Connection script (from /.../etc)
ConnectScript =	g7bgp.dialer
# Some protos allow me to set the addr I connect in from.
#ConnectAs =	G7LED-10
ConnectPort =	G7LED-8
#  Switch FBB support off.
Fbb		=	off
#  Request reverse fowarding from peer, when bbstx is run with an explicit
#    system as an argument.
ReverseFwd	=	on
#
#
############################## G8ASO (PMS) ##################################
#
[g8aso]
#
# Connection address
ConnectTo =	G4GDY-8
# Connection protocol
ConnectProto =	NETROM
# Connection script (from /.../etc)
ConnectScript =	g8aso.dialer
# Some protos allow me to set the addr I connect in from.
ConnectAs =	G7LED-10
#
#
FbbComp =	off
#
[G8ASO-TX]
#  Request reverse fowarding from peer, when bbstx is run with an explicit
#    system as an argument.
ReverseFwdChk	=	on
#
#
#
###### DEFAULT DEFAULT DEFAULT DEFAULT DEFAULT DEFAULT DEFAULT DEFAULT ######
#
[DEFAULT]
#
#BannerFile =	alternative.banner
#
