LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   open ports redhat (https://www.linuxquestions.org/questions/linux-newbie-8/open-ports-redhat-59901/)

centr0 05-15-2003 06:45 AM

open ports redhat
 
tcp 0 0 *:32768 *:* LISTEN
tcp 0 0 localhost.localdo:32769 *:* LISTEN
tcp 0 0 *:x11 *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 localhost.localdoma:ipp *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
udp 0 0 *:32769 *:*
udp 0 0 *:bootpc *:*
udp 0 0 *:840 *:*
udp 0 0 *:sunrpc *:*
udp 0 0 *:631 *:*

what are ports 32768, localhost.localdomain:ipp, 840, and 631? how can i take these off?

BigNate 05-15-2003 06:49 AM

Not sure exactly w/o knowing what all you have running (i.e. network, NIC's etc.) However, I had a similar situation where I had given host names to all my computers and overwrote a localhost.localdomain entry in my /etc/hosts file. It turned out to be the loopback interface and really screwed me later when I tried to get X11 fwd'ing to work. You need to sniff around some more or post your network config.

nakkaya 05-15-2003 08:58 PM

http://lists.gpick.com/portlist/portlist.htm


All times are GMT -5. The time now is 11:07 PM.