TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cookbook:test_netconnection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cookbook:test_netconnection [2025/10/01 01:39] Scott Cunliffecookbook:test_netconnection [2025/10/01 01:48] (current) – [See Also] Scott Cunliffe
Line 43: Line 43:
 <code> <code>
 PS C:\> Test-NetConnection yourserverk.com -P 5000 PS C:\> Test-NetConnection yourserverk.com -P 5000
-ComputerName           : baylor.tapetrack.com+ 
 +ComputerName           : yourserver.com
 RemoteAddress          : XXX.XXX.XXX.XXX                                                                                       RemotePort             : 5000  RemoteAddress          : XXX.XXX.XXX.XXX                                                                                       RemotePort             : 5000 
 InterfaceAlias         : Wi-Fi  InterfaceAlias         : Wi-Fi 
Line 51: Line 52:
 </code> </code>
  
-{{tag> connection ping}} +TcpTestSucceeded       : False  shows the port is blocked, or TapeTrack is not running on that port. 
 +====== See Also ====== 
 + 
 +  * [[troubleshooting:diagnosing_connection_problems|Diagnosing Connection Problems]] 
 +  * [[cli:tmss10ping|TMSS10Ping]] 
 + 
 + 
 +{{tag> connection ping server troubleshooting }} 
  
cookbook/test_netconnection.1759282757.txt.gz · Last modified: 2025/10/01 01:39 by Scott Cunliffe