Help
-
Search
-
Members
-
Calendar
Full Version:
HOWTO Check TCP Port Is Set To 1167
The Planet Forums
>
System Administration
>
HOWTOs
kennygadams
Feb 11 2009, 02:24 PM
Hello,
How do I check what the TCP Port is set to?
Kenny G. Adams
Tomy Durden
Feb 11 2009, 08:22 PM
In linux,
netstat -anpl
will tell you what process has the port open.
In windows it's
netstat -anb
dynamicnet
Feb 13 2009, 09:46 AM
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
Feb 13 2009, 02:31 PM
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.