Help - Search - Members - Calendar
Full Version: HOWTO Check TCP Port Is Set To 1167
The Planet Forums > System Administration > HOWTOs
kennygadams
Hello,

How do I check what the TCP Port is set to?

Kenny G. Adams
Tomy Durden
In linux, netstat -anpl will tell you what process has the port open.

In windows it's netstat -anb
dynamicnet
Greetings:

To see if TCP 1167 is in use, you can use the following:

netstat -lntpe | grep :1167


buagent, the r1soft backup agent, uses TCP 1167 as its default port unless otherwise changed.

ps -efl | grep buagent | grep -v grep


will show if the agent is running.

You can also use

service buagent status


Thank you.
Netino
lsof -i TCP:1167

Regards,
Netino
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.