#TCP
telnet 192.168.1.123 8080

#UDP
nc -u 192.168.1.123 8081

扩展

#linux在线安装nc
yum install nc