Connection to remote machines

HULFT uses TCP/IP protocol (included in the operating system) to transfer. The remote machines are identified by their host names. Therefore, a connection test against the hostname (using the ping command) must be passed.

For the communication test described later in this manual, make sure that the connection test under the local host name of the machine is successful.

(1) Execution method for the ping command

To execute the ping command, start the command prompt and enter the following:

For IPv4

ping remote host name

Example)

ping HOST01

For IPv6

ping -6 remote host name

Example)

ping -6 HOST01

For more details, refer to the manual of the relevant operating system.

Note

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