Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ports 32768 and 798 open
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
kachaffeous
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jun 2002
Posts: 86

PostPosted: Sat Jan 31, 2004 6:11 am    Post subject: Ports 32768 and 798 open Reply with quote

Hi all,

I really haven't been worried about security since I'm on dialup. At the end of the
month I will be moving to an area with cable access. Since I will always be on line now
I wanted to get the security tools to make sure my box is fine. I emerged nmap, nessus,
chkrootkit, snort, ethereal and tcpdump.

Anyway ckrootkit came back clean which is good. On the nmap scan it came back
with ports 798/tcp unknown and 32768/tcp unknown. Is this normal. I did a bit of
googling and it seems that maybe 32768 is for named? Anyone know for sure if these
ports are harmless.

Thanks for the info. Any security tips are welcome also.
Back to top
View user's profile Send private message
tphamm
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jun 2003
Posts: 112
Location: Saskatoon, SK, CA

PostPosted: Sat Jan 31, 2004 9:28 am    Post subject: Reply with quote

I'm not sure about port 798, but on the machines I work with, port 32768 is usually used by the rpc.statd server. Try running the command 'netstat -natp' on your computer. It should show the PID and (possibly) the name of the process that is listening on that port.

As for security tips, an iptables firewall is usually a good thing to have for boxes that are always online. The Gentoo Linux Security Guide will provide some information on this and other security issues. However, the best way to secure your host (other than snipping the cat 5 cable) is to not open those network ports to the world. In other words, don't start up a service if you're never going to use it. If you do need to run a daemon which needs to listen on a network port (like cupsd for printing), configure it to listen only on the local and internal interfaces whenever possible.
_________________
"This is a UNIX system! I know this!" -- little girl from dinasaur park
Back to top
View user's profile Send private message
kachaffeous
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jun 2002
Posts: 86

PostPosted: Sun Feb 01, 2004 2:49 am    Post subject: Reply with quote

Thanks for the tip, 32768 was listed as rpc.statd looks like the other one was
rpc.mountd. Thanks for the help
Back to top
View user's profile Send private message
fragbert
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 75
Location: Dallas, TX

PostPosted: Sun Feb 01, 2004 11:28 pm    Post subject: Reply with quote

You can also 'emerge sys-apps/lsof' (ls Open Files) and then use
Code:
# lsof -i
to see what programs and libraries are using which ports.

GL,



Michael
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum