|
| |
*************************
* TELNET TCP/IP FORWARD
* FOR N2BQF WINFBB 7.01.35 ALPHA
* 32 BITS VERSION FOR WINDOWS
* TELNET DRIVER TLN 1.088
* Email or IM me at: alnmurray @ no_spam hotmail.com
*************************
#
# Lines that start with a # can be removed to make this file smaller.
#
# This file is designed so you will always be able to connect to n2bqf even if my dynamic ip changes
# If my ip address does change all you need to do is change the line 24.187.x.x when you have time
# If my system is down email or Instant Message me at alnmurray @ no_spam hotmail.com
# BEFORE USING THIS FILE, DO A GLOBAL SEARCH & REPLACE FOR "YOUR_CALLSIGN"
# AND REPLACE WITH YOUR CALL SIGN.
# AND DO THE SAME FOR "YOUR_PASSWORD" THAT I GAVE YOU OR YOU REQUESTED.
# leave the "." period before your callsign as this sometimes eliminates errors when forwarding.
# Save this file as a backup to restore if needed. All lines that start with a # can be deleted.
# Even thought you may not be connecting 24x7 my system is setup to
# make a connect to your system as required to fwd bulletins that you have not picked up.
#
A N2BQF
# I use port A. Change this to the port you are using.
P A
# 15 = use all protocols (default) If you get error try using N=8 or N=4 or 2 or 1
# If non of the above protocols work use N=0 (N=zero) For a plain ASCII forward.
N 15
# connect to dynamic IP address
# in the future you may have to edit this address if it changes
IF C1
C C N2BQF 24.186.155.64 6300
# The period before your_callsign turns off the echo.
# It may solve errors by leaving it in otherwise remove the period to see if it helps
V .YOUR_CALLSIGN$WYOUR_PASSWORD$W
ENDIF
#
# Dynamic ip address hostname, do not change
IF C2
C C N2BQF N2BQF.DYNDNS.ORG 6300
V .YOUR_CALLSIGN$WYOUR_PASSWORD$W
ENDIF
#
# static DNS hostname, do not change
IF C3
C C N2BQF N2BQF.ATH.CX 6300
V .YOUR_CALLSIGN$WYOUR_PASSWORD$W
ENDIF
#
# bulletins to forward G * = all
G *
B N2BQF
F N2BQF
#
-----------
|