Code:
root@host- [~]# telnet localhost 9987
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
root@host [~]# telnet localhost 10011
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
root@host- [~]# telnet localhost 30033
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
root@host- [~]# netstat -nap | grep 9987
tcp 0 0 :9987 0.0.0.0:* LIST EN 28186/ts3server_lin
udp 0 0 :9987 0.0.0.0:* 28186/ts3server_lin
root@host- [~]# netstat -nap | grep 10011
root@host- [~]# netstat -nap | grep 30033
tcp 0 0 :30033 0.0.0.0:* LISTEN 28186/ts3server_lin
root@host- [~]# netstat -nap | grep 10011
root@host- [~]#
It would appear, my ports are not as open as I first thought...
Interesting.
I'm guessing I used the wrong command, however I can't even remember the command I used :P also the IP is missing because I am a worry puss like that, so don't mind that to much.