User`s guide
Table Of Contents
- Ascend Customer Service
- How to use this guide
- What you should know
- Documentation conventions
- How to use the on-board software
- Manual set
- Configuring WAN Connections
- Configuring IP Routing
- Introduction to IP routing on the Pipeline
- Managing the routing table
- Parameters that affect the routing table
- Static and dynamic routes
- Configuring static routes
- Specifying default routes on a per-user basis
- Enabling the Pipeline to use dynamic routing
- Route preferences
- Viewing the routing table
- Fields in the routing table
- Removing down routes to a host
- Identifying Temporary routes in the routing table
- Configuring IP routing connections
- Ascend Tunnel Management Protocol (ATMP)
- IP Address Management
- Connecting to a local IP network
- BOOTP Relay
- DHCP services
- Dial-in user DNS server assignments
- Local DNS host address table
- Network Address Translation (NAT) for a LAN
- Configuring IPX Routing
- How the Pipeline performs IPX routing
- Adding the Pipeline to the local IPX network
- Working with the RIP and SAP tables
- Configuring IPX routing connections
- Configuring the Pipeline as a Bridge
- Defining Filters and Firewalls
- Setting Up Pipeline Security
- Pipeline System Administration
- Pipeline 75 Voice Features
- IDSL Implementations
- APP Server utility
- About the APP Server utility
- APP Server installation and setup
- Configuring the Pipeline to use the APP server
- Using App Server with Axent SecureNet
- Creating banner text for the password prompt
- Installing and using the UNIX APP Server
- Installing and using the APP Server utility for DO...
- Installing and using the APP Server utility for Wi...
- Installing APP Server on a Macintosh
- Troubleshooting
- Upgrading system software
- What you need to upgrade system software
- Displaying the software load name
- The upgrade procedure
- Untitled

APP Server utility
APP Server installation and setup
Pipeline User’s Guide Preliminary January 30, 1998 C-7
enter it correctly. If multiple users need to use the APP Server, the user can
include a name in this format:
password.username
(A password followed by a period, followed by the user name.)
To install the APP Server utility on a UNIX host:
1
Edit the Makefile appropriately for your operating system and compiler.
2
Compile the appsrvr source file (make).
3
Add a line to /etc/services assigning UDP port 7001 to the APP Server
utility.
If you can use the default UDP port 7001 (if it is not already assigned), add
this line to the /etc/services file to document that the port is now in use:
appServer<tab>7001/udp
If port 7001 is already assigned to a different application, you can use a
different port for the APP Server utility by adding a line such as this to the
services file:
appServer<tab>
nnn
/udp
where nnn is the port number to be used. Make sure that the Pipeline
configuration agrees with this number.
4
If the UNIX host has an IP address, you can run the utility in unicast mode
by typing this command at the UNIX prompt:
./appsvr
When you run the utility in unicast mode, it transmits packets on the
specified UDP port with the source address set to its own IP address. When
the Pipeline receives those packets on the specified UDP port, it returns
packets to that IP address.
5
If the UNIX host does not have an IP address (for example, if it obtains its
address from a BOOTP or DHCP server), run the utility in broadcast mode
instead by typing this command:
./appsrvr –b