Protocols Tab



Buttons in All Windows


Help

Description: Displays online help for the Java-Based Pipeline Configurator.

Usage: Click the Help button at any time to get online help for the settings in the current tab.

This opens a World Wide Browser, such as Netscape Navigator or Internet Explorer, and displays information about the settings.

To close the help display, close the browser as you would any other program. For example, in Windows 95, click the X button at the upper right of the window or choose Exit from the File menu.

With some browsers, a new window will open each time you click the Help button. If this happens, simply close each window when you're done with it.

Finding setting descriptions: At the beginning of each help window is a table of contents for the window. To go to information about a particular setting, click the hyperlink (the underlined text in most browsers) for that setting in the contents. To return to the contents, use the control in your browser for going back, such as the Back button in Netscape Navigator or Internet Explorer 3.0.


Update

Description: Sends configuration settings to the Pipeline.

Usage: Click this button to send the settings shown in the Java-Based Pipeline Configurator to the Pipeline.

These new settings replace the previous settings in the Pipeline. You can use this button at any time; you do not have to enter values for all settings before updating the Pipeline.


Save

Description: Saves configuration settings in a file.

Usage: Click this to save the settings shown in the Java-Based Pipeline Configurator in a file on your computer.

You then use your operating system's facility for specifying a name and location for the file, such as the Save To dialog box in Windows 95.

You can later open a file in which you've saved settings by clicking the Open a Configuration File button in the first window that appears when you run the Java-Based Pipeline Configurator.

You can use this button at any time; you do not have to enter values for all settings before saving settings.


Settings


Configure

Description: This setting determines the group of related settings that appears in this tab.

Usage: Choose one of the following:


Bridge Unrouted Protocols

Description: This checkbox enables bridging for any network protocols that are not routed.

Usage: Check the box to enable bridging of protocols that are not routed.

Dependencies: Keep this additional information in mind:


IP Configuration settings


Addresses settings


IP Address

Description: This setting specifies the IP address of the Pipeline on the local Ethernet network.

Usage: Enter the IP address of the Pipeline on the local Ethernet network.

The address consists of four numbers between 0 and 255, separated by periods. The IP address must be a valid IP address on the local Ethernet network.

Example: 10.2.1.1

Dependencies: Keep this additional information in mind:


Subnet Mask

Description: This setting specifies the subnet containing the IP address for the Pipeline.

Usage: Click the up arrow to add bits to the subnet mask. Click the down arrow to take away bits from the subnet mask. The mask and the number of bits in the mask are shown to the right of the arrows.

Dependencies: Keep this additional information in mind:


2nd Address

Description: This setting specifies an IP address for the Pipeline on the remote subnet to which the Pipeline is connected. This optional address is different from the IP address specified with the IP Address setting, which is the address of the Pipeline on the local subnet.

The address specified with the IP Address setting is used for authentication. In all other respects, the two IP addresses are treated equally.

Specifying a second address doubles the number of entries in the Pipeline routing table. The Pipeline advertises a route from 2nd Address to IP Address and a route from IP Address to 2nd Address.

One use of 2nd Address is to advertise routes that would not otherwise be advertised. For example, suppose both the Pipeline and Router2 have a route to the network 200.0.2.0. Both are on the same subnet. The device with the lower hop count to the destination network sends all the traffic destined for that network. Now, suppose the value of 2nd Address is 200.0.2.9 and the value of Subnet Mask for this address is 28, and the value of 2nd Address for Router2 on the same subnet is 200.0.2.10 and the value of Subnet Mask for this address is also 28. The Pipeline assumes that all subnets in the 200.0.2.0 network have the same subnet mask (28). In addition, the Pipeline has an address for a router at 200.0.2.129 (whose Subnet Mask value is 28) and Router2 has an address for a router at 200.0.2.65 (whose Subnet Mask value is also 28). The Pipeline routes traffic only to the 200.0.2.129/28 subnet and Router2 routes traffic only to the 200.0.2.65/28 subnet. The traffic to the 200.0.2.0 network is thereby shared.

Using the 2nd Address setting also provides an easy way to change the IP address of the Pipeline. When all routers know the Pipeline by both its IP Address value and its 2nd Address value, you can safely turn off 2nd Address and put the new address in IP Address.

Usage: Enter the second IP address for the Pipeline.

Example: 20.2.1.1

Dependencies: Keep this additional information in mind:


Subnet Mask

Description: This setting specifies the subnet containing the IP address specified by the 2nd Address setting.

Usage: Click the up arrow to add bits to the subnet mask. Click the down arrow to take away bits from the subnet mask. The mask and the number of bits in the mask are shown to the right of the arrows.

Dependencies: Keep this additional information in mind:


DNS settings


Domain Name

Description: This setting specifies the Domain Name Service (DNS) domain containing the Pipeline.

Domain Name Service (DNS) is a TCP/IP service that enables you to specify a symbolic name instead of an IP address. A symbolic name consists of a username and a domain name in the format username@domainname. The username corresponds to the host number in the IP address. The domainname corresponds to the network number in the IP address. A symbolic name might be steve@abc.com or joanne@xyz.edu.

DNS maintains a database of network numbers and corresponding domain names on a domain name server. When you use a symbolic name, DNS translates the domain name into an IP address, and sends it over the network. When the Internet service provider receives the message, it uses its own database to look up the username corresponding to the host number.

Usage: Enter the domain name for your Pipeline.

Example: berkeley.cpusa.gov


Primary DNS

Description: This setting specifies the IP address of the primary domain name server.

Domain Name Service (DNS) is a TCP/IP service that enables you to specify a symbolic name instead of an IP address. A symbolic name consists of a username and a domain name in the format username@domainname. The username corresponds to the host number in the IP address. The domainname corresponds to the network number in the IP address. A symbolic name might be steve@abc.com or joanne@xyz.edu.

DNS maintains a database of network numbers and corresponding domain names on a domain name server. When you use a symbolic name, DNS translates the domain name into an IP address, and sends it over the network. When the Internet service provider receives the message, it uses its own database to look up the username corresponding to the host number.

Usage: Enter the IP address of the primary domain name server.

The address consists of four numbers between 0 and 255, separated by periods. The default value is 0.0.0.0. Accept this default if you do not have a domain name server.

Example: 200.207.23.1


Secondary DNS

Description: This setting specifies the IP address of the secondary domain name server.

Domain Name Service (DNS) is a TCP/IP service that enables you to specify a symbolic name instead of an IP address. A symbolic name consists of a username and a domain name in the format username@domainname. The username corresponds to the host number in the IP address. The domainname corresponds to the network number in the IP address. A symbolic name might be steve@abc.com or joanne@xyz.edu.

DNS maintains a database of network numbers and corresponding domain names on a domain name server. When you use a symbolic name, DNS translates the domain name into an IP address, and sends it over the network. When the Internet service provider receives the message, it uses its own database to look up the username corresponding to the host number.

Usage: Enter the IP address of the secondary domain name server.

The address consists of four numbers between 0 and 255, separated by periods. The default value is 0.0.0.0. Accept this default if you do not have a secondary domain name server.

Example: 200.207.23.1

Dependencies: Keep this additional information in mind:


List Attempt

Description: This checkbox controls whether the Domain Name System (DNS) List Attempt feature is enabled.

DNS can return multiple addresses for a hostname in response to a DNS query. Unfortunately, DNS has no information about the availability of those hosts. Users typically attempt to access the first address in the list. If that host is unavailable, the connection fails and the user must initiate a new DNS query or Telnet attempt. If the login attempt occurs automatically as part of Immediate Telnet, the Pipeline tears down the physical connection when the initial connection attempt fails.

The DNS List Attempt feature helps the Pipeline avoid tearing down physical links by enabling the user to try one entry in the DNS list of hosts when logging in through Telnet from the terminal server; if that connection fails, the user can try each succeeding entry.

Usage: Check the checkbox to enable the DNS List Attempt feature.


Routing Options settings


RIP Policy

Description: This setting determines whether the Pipeline uses split horizon or poison reverse to handle RIP broadcasts over an interface that includes routes received from that interface. In either case, the Pipeline keeps track of where it received RIP updates.

Note: This setting affects only RIP version 1.

Usage: Choose one of the following:


RIP Summary

Description: This setting specifies whether the Pipeline summarizes subnet information when advertising routes.

Note: RIP Summary only applies to RIP version 1.

Usage: Choose one of the following

Dependencies: Keep this additional information in mind:


Ignore Default Route

Description: This checkbox determines whether the Pipeline ignores Routing Information Protocol (RIP) updates to the default route (0.0.0.0/0) in its IP routing table.

Usage: Check the box to make the Pipeline ignore RIP updates to the default route.


ARP Proxy Mode

Description: This setting specifies the conditions in which the Pipeline performs a proxy Address Resolution Protocol (ARP) resolution. The Pipeline serves as a proxy when it recognizes the IP address of a remote device in an ARP request and then responds to the ARP request by sending its own MAC address.

Usage: Choose one of the following:

Dependencies: Keep this additional information in mind:


Accept ICMP Redirects

Description: This checkbox controls whether the Pipeline accepts Internet ICMP Redirect messages.

The Pipeline should not accept ICMP Redirect messages if it maintains a routing table, because counterfeit ICMP Redirect messages pose a potential security threat.

The Pipeline should accept ICMP Redirects only when it has a single default route to another device.

Usage: Check the box to cause the Pipeline to accept Internet ICMP Redirect messages.


IPX Configuration settings


Enable IPX

Description: This checkbox specifies whether the Pipeline can perform these functions:

Usage: Check the box to enable IPX routing functions.

Leave the box unchecked if your network uses a protocol other than IPX, or if your IPX network maintains such large RIP and SAP tables that the Pipeline is spending too much time maintaining them.

Dependencies: Keep this additional information in mind:


Frame Type

Description: This setting specifies the Ethernet frame type to use for IPX on the Ethernet interface. If you do not specify an Ethernet frame type, the Pipeline cannot route IPX or perform watchdog spoofing for its IPX clients.

IPX packets can appear in more than one Ethernet frame type on an Ethernet segment. If your Pipeline routes IPX, it can recognize only a single IPX frame type. The Pipeline does not route other IPX frame types, and may attempt to bridge them. In addition, the Pipeline can only route and perform watchdog spoofing for the IPX frame type specified by Frame Type.

Usage: Choose one of the following:

Dependencies: Keep this additional information in mind:

To determine the IPX frame type in use, enter the Config command on a NetWare server, or look at the NET.CFG file on an IPX client. Choose a setting based on this information:


LAN Network Number

Description: This setting specifies a unique IPX network number for the Ethernet interface.

The Pipeline assigns an address to a workstation when it connects to the Pipeline; it derives the address from the network number.

Usage: Enter an IPX network number using an 8-digit (4-byte) hexadecimal value. The default is 00000000. The number you specify must be unique within your wide-area IPX network, and must match the configuration of other routers on the local Ethernet network.

When you accept the default setting of 00000000, the Pipeline learns its IPX network number from other routers on the Ethernet network. If you enter a value other than zero, the Pipeline becomes the "seeding" router and sets its IPX network number for the other routers on the Ethernet network

Example: DE040600

Dependencies: The LAN Network Number setting does not apply if the Pipeline is not set up for IPX routing (Route IPX setting is unchecked).


WAN Network Number

Description: This setting specifies a unique IPX network number for all NetWare clients that are running PPP encapsulation and dialing in directly. The Pipeline assigns network addresses to dial-in NetWare clients when they connect to the Pipeline; these addresses are derived from this network number.

When you enter a value for WAN Network Number, the Pipeline advertises a route to this network.

Usage: Enter an Ethernet network number using an 8-digit (4-byte) hexadecimal value. The default is 00000000.

The number you specify must be unique within your wide area IPX network, and must match the configuration of other routers on the local Ethernet network.

Dependencies: Keep this additional information in mind:

Example: FF000003


SAP Proxy settings


IPX SAP Proxy

Description: This setting enables or disables IPX SAP proxy mode in the Pipeline.

When a Pipeline is used to connect NetWare clients to a very large IPX network, the SAP table created by the Pipeline can become very large and unmanageable. As an alternative, the Pipeline operating in proxy mode discards all SAP broadcasts seen on the network and resolves SAP queries from NetWare clients as it receives them, by forwarding the queries over the WAN link.

SAP proxy mode is recommended when only NetWare clients (not servers) are on the Ethernet side of Pipeline.

If the Pipeline running in SAP proxy mode has NetWare servers on its Ethernet, it stores the relevant SAP entries for those servers and advertises them across the WAN interface as a normal SAP broadcast.

Usage: Choose one of the following

Dependencies: Keep the following in mind:

IPX SAP Proxy Network #

Description: This setting specifies the IPX network number of the remote network. The IPX network number must also be specified in an IPX Route profile.

Usage: Enter an 8-digit hexadecimal IPX network number.

Example: A1236B59

Dependencies: This setting is dimmed if the IPX SAP Proxy setting is No.