TCP/IP Configuration and Management Manual
Configuration Quick Start
TCP/IP Configuration and Management Manual—427132-004
1-8
Task Summary: Shutting Down TCP/IP
3. Issue the OBEY command on the TCPIPUP command file when running as user
SUPER.SUPER to start the NonStop TCP/IP environment.
>OBEY TCPIPUP
Once this NonStop TCP/IP environment is running, you can use FTP to make transfers
to or from this host. The TELSERV configuration, by default, gives users access to a
TACL service.
Task Summary: Shutting Down TCP/IP
Task 1: Create a TACL command file
Task 2: Issue the OBEY command to stop the NonStop TCP/IP environment
Assumptions
There is a NonStop TCP/IP environment running on your system.
Example 1-1. TCPIPUP Command File
TCPIP/NAME $ZTC0,TERM $TRM0.#A,OUT $TRM0.#A,CPU 0,NOWAIT/1
SCF/INLINE/
INLPREFIX +
+ ASSUME PROCESS $ZTC0
+ ALTER,HOSTNAME "breeze"
==breeze is the Host Name
+ ALTER,HOSTID 150.20.30.1
==150.20.30.1 is the IP Address of Host
+ ALTER SUBNET #LOOP0,ADDRESS 127.1
+ ADD SUBNET #SN0,TYPE ETHERNET,DEVICENAME LAN21, &
IPADDRESS 150.20.30.1, IRDP OFF;
==LAN21 is the Name of a SLSA LIF
+ ALTER SUBNET #SN0,SUBNETMASK %HFFFFFF00
+ ADD ROUTE #ROUTE0,DESTINATION 0.0.0.0,GATEWAY 150.20.30.2
==150.20.30.2 is the Gateway Router Address
+ START SUBNET *
+ START ROUTE *
INLEOF
LISTNER/TERM $ZHOME,NAME $LSN0,CPU 0,NOWAIT,&
PRI 160/$SYSTEM.ZTCPIP.PORTCONF
TELSERV/TERM $ZHOME,NAME $ZTN0,CPU 0,NOWAIT,&
PRI 170/ -BACKUPCPU 1
Hint. For NonStop TCP/IP applications such as FTP and TELNET to use the HOSTS file for
name resolution, you must specify the following define. (Typically, this define is placed in the
$SYSTEM.SYSTEM.TACLLOCL file so that all TACL users inherit the define):
ADD DEFINE =TCPIP^HOST^FILE,CLASS MAP,FILE &
$SYSTEM.ZTCPIP.HOSTS