Before we start, some information is needed about the two computers to be used if not already known. First is the IP address of the Server which can be found by using ifconfig, or by pinging the intended client.
[paul@Talia paul]$ ping
192.168.0.2
PING 192.168.0.2 (192.168.0.2) from 192.168.0.5
: 56(84) bytes of data.
64 bytes from 192.168.0.5: icmp_seq=0 ttl=255
time=87 usec
Using ping has the dual purpose of checking the network is operating and also provides the IP addresses of the two computers to be used. From the above, the EMC server will be at 192.168.0.5, and the client at 192.168.0.2.