TCP/IP Configuration and Management Manual

Configuring the NonStop TCP/IP Subsystem
TCP/IP Configuration and Management Manual427132-004
3-5
Configuration 1: Startup Files for a Host in a Basic
NonStop TCP/IP Environment
The SCFSBNT File
A SCFSBNT file adds and starts SUBNETs and routes. Example 3-2, this file begins by
assuming the NonStop TCP/IP processes $ZTC0 and, later, $ZTC1. Consequently,
these two NonStop TCP/IP processes must be started before the file is run. The
specifications for Logical Interface objects, which provide an interface between TCP/IP
and the LAN adapter, appear in boldface.
Line
TELSERV/NAME
$ZTN0,CPU
2,NOWAIT,IN $ZHOME,
&
OUT $ZHOME, TERM
$ZHOME, PRI 170/-
BACKUPCPU 3
Starts the Telserv process. When an
application (such as Outside View)
connects to the IP address of the TCP/IP
process, Telserv presents a window with a
Welcome Banner and Service Menu. You
can start TACL using the Service Menu.
Example 3-2. SCFSBNT File for TCPIPUP2
=== SCFSBNT ===== SCFSBNT ==== SCFSBNT ========
== SCF command file to ADD and START SUBNETs
== This file is created to support HOST1 (Refer to
== Figure 3-1
)
ALLOW ALL ERRORS
ALLOW ALL WARNINGS
== ADD AND START SUBNET $ZTC0.#SN0
ASSUME PROCESS $ZTC0
ADD SUBNET #SN0,TYPE ETHERNET,DEVICENAME LAN01,IPADDRESS 150.50.130.2
== ALTER SUBNET
ALTER SUBNET #LOOP0, IPADDRESS 127.1
== ADD ROUTES
ADD ROUTE #ROU0, DESTINATION 128.30.0.0, GATEWAY 150.50.192.1
ADD ROUTE #ROU1, DESTINATION 150.60.0.0, GATEWAY 150.50.192.1
ADD ROUTE #ROU2, DESTINATION 150.70.0.0, GATEWAY 150.50.192.1
== START SUBNETS & ROUTES
START SUBNET *
START ROUTE *
==
== ADD AND START SUBNET $ZTC1.#SN1
==
ASSUME PROCESS $ZTC1
== ADD SUBNET
ADD SUBNET #SN1,TYPE ETHERNET,DEVICENAME LAN02,IPADDRESS 150.50.130.3
== HELP TCPIP ALTER SUBNET
ALTER SUBNET #LOOP0, IPADDRESS 127.1
== HELP TCPIP START SUBNET
START SUBNET *
== HELP TCPIP ADD ROUTE
== ADD ROUTES
ADD ROUTE #ROU0, DESTINATION 0.0.0.0, GATEWAY 150.50.192.1
== START ROUTE
START ROUTE *
==
=========== END OF SCFSBNT ============= END OF SCFSBNT ===========
Type Syntax Description