Ad Widget

Collapse

Howto test a TCP Port in another server.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dbmello
    Junior Member
    • Jul 2007
    • 1

    #1

    Howto test a TCP Port in another server.

    Can I test a tcp Port in a server without an agent instaled???
    I try to use "tcp[139]", but in the logs appears:
    Simple check [net.tcp.service[tcp[2049],VITORIA1]] is not supported


    Thanks to All...
  • mbobkiewicz
    Member
    • Aug 2005
    • 36

    #2
    1. Create a new host with ip 127.0.0.1
    2. Create an item like that to test the server port: net.tcp.port[serverip,515]
    the example tests the printing port of a network printer ;-).

    Comment

    Working...