[comp.windows.ms] qvtnet help please

rcomg@chudich.co.rmit.oz (Mark Gregory) (04/11/91)

I have been trying to get qvtnet15 working on my machine
and not having much luck.

Please help

the qvt_tcp.rc file is below

I have one gateway, a PC called huntsman IP 131.170.35.250
I have a host on the other side called chudich IP 131.170.32.1

Please help me connect from my pc called transputer2 IP 131.170.35.249

---------------------------------------------

#=============================================================================
#
# Sample config file for WinQVT/Net
# The '#' character begins a comment
# Note that lines with no value to the right of the equal sign
# are commented out, except for those that are mandatory.
#
# Section One: Global Configuration
#
# No matter how many configurations you define, these settings
# are only done once!
#
#=============================================================================
pc_ip=131.170.35.249             # required, your IP number
#netmask=255.255.255.0           # subnetting mask; optional
arptime=8                        # arp timeout in seconds
#domain=                         # default domain for lookup (optional).
                                 # this should be a host name
                                 # if the name contains periods, enclose it in double quotes ("")
#domaintime=                     # timeout for domain lookup, in seconds (optional)
#domainretry=                    # number of retries for domain lookup (optional)
packet_vector=66                # packet driver interrupt vector (hex, with NO leading '0x'); mandatory
packet_class=0                  # 0 for Ethernet, 6 for SLIP
keypad=DEC                      # use DEC or IBM mapping for 'edit' keys
                                # (optional; default is DEC)
#autostart=                     # list of configs to start at load time
                                # there can up to 5, separated by commas
ftp_server=off                  # background FTP server: on or off
rcp_server=off                  # background rcp server: on or off
#nntp_host=                     # name of NNTP server, if available
                                # use a configuration name, host name, or IP address
                                # if the name contains periods, enclose it in double quotes ("")
#passfile=                       # the name of the password file for use by the FTP server
                                 # use a fully-qualified DOS pathname
#ftp_logfile=                    # the name of the FTP logfile
                                 # use a fully-qualified DOS pathname
#anonftp_dir=                    # the directory to which anonymous FTP users are restricted
#=============================================================================
# The next section is for programmable function keys
# Notate control characters as '^' + char (e.g., ^M)
# or as '\nnn' where 'n' is an octal digit (exactly 3 required!)
#=============================================================================
#f1=
#f2=
#f3=
#f4=
#f5=
#f6=
#f7=
#f9=
#f10=
#f11=
#f12=
#
# End of Global Section
#
#=============================================================================
#
# Section Two: Default Configuration
#
# NOTE: this section is for use as a template ONLY!
# It should not be used as an actual configuration
#
#=============================================================================
name=default                    # Configuration name (required)
                                # Should be 8 characters max
backsp=DEL                      # ASCII value transmitted by 'Backspace' key
                                # Possible values are 'DEL' and 'BS'
wrap=on                         # auto-wrap, on or off (optional: default is 'on')
bell=on                         # warning bell, on or off (optional: default is 'on')
terminal=VT200                  # compatibility level, VT200, VT100, or VT52
                                # (optional; default is 'VT200')
color=black                     # standard text color (optional: default is 'black')
                                # Possible values are black, blue, green,
                                # cyan, red, magenta, brown, white.
                                # You may also use RGB values notated as 'nnn,nnn,nnn',
                                # where each 'nnn' is a decimal number between 0 and 255.
#boldcolor=                     # high-intensity text color (optional)
                                # Options are same as for 'color'
backcolor=white                 # background color; default is 'white'
                                # Same choices as for 'color'
charset=DEC                     # Character set: DEC, IBM, or ANSI
                                # If you need strict VT emulation, use DEC
#answerback=                    # Answerback string; response to received ENQ
                                # (optional; no default)
#win_height=                    # window height: normal or tall
#win_pos=                       # position of window at startup time.
                                # syntax is 'x,y', where 'x' and 'y' are pixel offsets, in decimal
#=============================================================================
# These entries are for tuning the TCP connections to this host.
#=============================================================================
contime=40                      # timeout in seconds to try connection
retrans=7                       # starting retransmit time out in ticks
                                # (1 tick = 1/18 sec)
mtu=512				# maximum transmit unit in bytes
maxseg=512			# largest segment we can receive
rwin=512			# TCP window size, MAX=4096
#
# End of Section Two, 'Default' Configuration
#
#=============================================================================
#
# Beginning of 'User Configuration' Section
# This is where your configurations will be defined
#
#=============================================================================
name=transputer2                # configuration name (mandatory)
host=chudich                    # host name (mandatory)
host_ip=131.170.32.1            # IP address of this host.
                                # If you omit IP addresses, you must have
                                # a nameserver on your network, and you
                                # must create a configuration entry for
                                # that machine in this file. That configuration
                                # entry must include a 'nameserver=' statement.
gateway=1                       # gateway level, starting with 1 (optional)
                                # Include this statement only for machines
                                # which function as gateways on your network.
name=huntsman
host=huntsman
host_ip=131.170.32.51
#nameserver=1                   # nameserver level, starting with 1 (optional)
                                # Include this statement only for machines
                                # which function as nameservers on your network.
color=green
boldcolor=white
backcolor=black
same_as=default                 # copy all other values from 'default'