Click to See Complete Forum and Search --> : open udp port 955


shad0w
12-06-2003, 03:28 PM
What program would cause UDP port 955 to be open? (but not LISTENING)

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:143 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8080 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:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
udp 0 0 0.0.0.0:955 0.0.0.0:*

OmarSerenity
12-06-2003, 04:18 PM
Do an rpcinfo -p and I bet you'll see that it is rquotad

shad0w
12-06-2003, 10:22 PM
How would I turn that off? As far as I can tell I don't have NFS or portmap running.

shad0w
12-06-2003, 10:30 PM
[root@death root]# rpcinfo -p
rpcinfo: can't contact portmapper: RPC: Remote system error - Connection refused

OmarSerenity
12-07-2003, 12:50 AM
Try netstat -p -n then. It should tell you the PID of the program that is open to that port. Then you can do kill -s 9 <<PID #>>