Quote:
Originally Posted by gizza23
Perform a netstat -an to make sure that the ports are open.
|
That put out way to much information. What I needed had scrolled by, past the top of where I can scroll up to. I did
netstat -n -l, though, and got:
jaredtbrees@multiboot:~$ netstat -n -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8002 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN
tcp6 0 0 :::5900 :::* LISTEN
tcp6 0 0 :::53 :::* LISTEN
tcp6 0 0 :::631 :::* LISTEN
udp 0 0 0.0.0.0:53 0.0.0.0:*
udp 0 0 0.0.0.0:3130 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:43084 0.0.0.0:*
udp 0 0 0.0.0.0:51796 0.0.0.0:*
udp 0 0 0.0.0.0:56036 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp6 0 0 :::53 :::*
as for telnet...
jaredtbrees@multiboot:~$ telnet 127.0.0.1 8001
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection timed out
Though the output was timed like:
jaredtbrees@multiboot:~$ telnet 127.0.0.1 8001
Trying 127.0.0.1...
Wait five minutes, then:
telnet: Unable to connect to remote host: Connection timed out
I timed it. So, what does all this mean? (According to netstat, they're open; according to telnet, they're not?!?)