the port 7778 is in listen,
netstat -tulpn
tcp 0 0 127.0.0.1:7778 0.0.0.0:* LISTEN 22776/java
but I can't telnet that port from remote machine while I can telnet other port by using this command
telnet 192.168.1.100 port_number