1752794 Members
6073 Online
108789 Solutions
New Discussion юеВ

Re: netstat results

 
SOLVED
Go to solution
Jonathan Grymes
Frequent Advisor

netstat results

What does the result from this command mean:
#netstat -a | grep 49159
udp 0 0 *.49159 *.*

We had a security finding on this port which is used by the ttdbserver. I have the ttdbserver line in inetd.conf commented out. I just want to make sure the port is closed and no other processes are running on the port.

Thanks,
Jon
2 REPLIES 2
Hakki Aydin Ucar
Honored Contributor
Solution

Re: netstat results

This port seems idle now. not established nor listening any connection.
Patrick Wallek
Honored Contributor

Re: netstat results

>>I have the ttdbserver line in inetd.conf commented out.

Did you run an 'inetd -c' to tell inetd to reread its config file? If not, do that and run your 'netstat' command again to see if the port goes away.