|
This chapter describes how to configure the IPeXchange Internet Gateway software, which runs on Cisco IOS software on the Cisco router. This router is also sometimes referred to as a gateway.
This chapter contains the following sections:
Before you configure the IPeXchange Internet Gateway software, you need to configure your router as described in your Cisco router documentation. Be sure to perform the following tasks:
To configure the router Ethernet port for Novell IPX and the IPeXchange gateway, perform these steps:
Step 1 Enter enabled mode:
enable
enable-password
Step 2 Start the configure terminal program, then enable IPX routing:
configure terminal
ipx routing
Step 3 Define a unique IPX internal network number:
If your IPX network does not already have an internal network number, it is common to use the lower 4 bytes of the gateway's MAC address. You can find this address on the printed label attached to the outside of the gateway's shipping container.
Step 4 Bind IPX to your Ethernet interface:
interface ethernet 0
Step 5 Define a 4-byte Ethernet interface network number, then exit the current mode:
ipx network
number
exit
Step 6 Activate the IPX-to-IP gateway function on the router:
interface is the interface name and number of the interface on the gateway that is connected to the Internet or other TCP/IP-based network.
Step 7 Optionally, add new TCP or UDP services to the services file on the router:
The services files is similar to the /etc/services file commonly found on a UNIX workstation. This file defines the TCP or UDP services that the IPeXchange gateway provides and the port on which that service is provided. This file is required so that the IPeXchange gateway can respond to requests for services from clients on the TCP/IP network to which the gateway is connected. The services file on the IPeXchange gateway contains default mappings of well-known services to their port numbers.
Step 8 Write the configuration to NVRAM:
write memory
To check the status of the IPeXchange Internet Gateway router, use the following command:
show ipx ip-gateway statusTo display the entries in the services files, which defines the mapping between services and their port numbers, use the following command:
show ip servicesFor more information about IPeXchange gateway software configuration, refer to the following publications:
These publications are available on the Cisco Connection CD-ROM, Cisco's online library of product information. To order the Cisco Connection CD or paper documentation, refer to the Cisco Information Packet that accompanied your IPeXchange Internet Gateway.
|