Technical data

Table Of Contents
147
ipxNet
IPX network number represented by 8 hexadecimal characters.
ipxNode
IPX node address represented by 12 hexadecimal characters.
socket
Socket address of the destination process within the destination node. The processes include
services such as file and print servers.
type
Number representing the type of server.
hops
Number of routers through which the packet must go to get to the network/station.
remoteName
Name of the remote router (character string).
Example:
remote addIpxSap Fileserver 010a020b 0108030a0b0c 451 HQ
REMOTE ADDSERVER
This Network Address Translation (NAT) command is used to add a server’s IP address (on the LAN) associated
with this remote router for a particular protocol.
ipaddr
IP address of the host selected as server in the format of 4 decimals separated by periods
discard Used to discard the incoming server request.
me Used to send the incoming server request to the local router, regardless of its IP address.
protocolid
Protocol used by the selected server; can be
tcp
or
udp.
first port
First or only port as seen by the remote end
.
Port used by the selected server;
Can be as string such as ftp, telnet, smtp, snmp, or http, or a numeric value between 0 and
65,535. A numeric value of 0 will match any port
last port
If specified, is used with <first port> to specify a range of ports as seen by the remote end for
the server on the LAN.
first private port
If specified, is a port remapping of the incoming request from the remote end.
remoteName
Name of the remote router (character string).
Examples:
remote addServer 192.168.1.5 tcp smtp
remote addServer 192.168.1.10 tcp 9000 9000 telnet router2
REMOTE DEL
Deletes a remote router entry from the remote router database.
remoteName
Name of the remote router (character string).
Example:
remote del HQ
remote addServer
<
ipaddr>|
discard|me
<protocolid
> |
tcp|udp<
first port
> |ftp|telnet|smtp|snmp|http [
<last
port>
[<
first private port
>]] <
remoteName
>
remote del
<
remoteName
>