I start one listening port on Server1 by using nc -l -p 9999 and using telnet Server1 9999 on the other machine for building a connection.
nc -l -p 9999
telnet Server1 9999
I