Connection to remote machines

HULFT uses the TCP/IP protocol to transfer files. The destination of a transfer is the remote machine, which is identified by its host name. Perform a connection test (using the ping command) to verify if the remote machine has established a connection under its host name.

Note

If you are using a network with a firewall enabled, configure the settings so that HULFT communication traffic can pass through the firewall.

To perform a communication test of HULFT, as described later in this manual, make sure that the connection test under the local host name is successful.

<Example> Remote host name: uxhost1

# ping uxhost1                                   
PING uxhost1: 64 byte packets
64 bytes from 123.45.67.89: icmp_seq=0. time=0. ms
64 bytes from 123.45.67.89: icmp_seq=1. time=0. ms
64 bytes from 123.45.67.89: icmp_seq=2. time=0. ms
^C

--- uxhost1 ping statistics ---
41 packets transmitted, 41 received, 0% packet loss, time 40001ms
rtt min/avg/max/mdev = 1.367/1.555/2.504/0.219 ms                               

Screen 1.1 Connection Test Result of Linux (When Successful)

<Example> Remote host name: uxhost2

# ping uxhost2                                   
ping: unknown host uxhost2
#                                                                               

Screen 1.2 Connection Test Result of Linux (When Unsuccessful)

= Remarks =

The command name or the execution results differ based on the operating system or the IP version used. For details, refer to the manual of the relevant operating system.