cookbook:test_netconnection
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cookbook:test_netconnection [2025/10/01 01:21] – created Scott Cunliffe | cookbook:test_netconnection [2025/10/01 01:48] (current) – [See Also] Scott Cunliffe | ||
---|---|---|---|
Line 10: | Line 10: | ||
* Display interface and source IP info | * Display interface and source IP info | ||
- | ===== Example | + | ===== Ping A Host ===== |
Ping a remote host, replace your-server.com with your servers address. | Ping a remote host, replace your-server.com with your servers address. | ||
Line 18: | Line 18: | ||
</ | </ | ||
+ | Output: | ||
+ | |||
+ | < | ||
+ | PS C: | ||
+ | |||
+ | ComputerName | ||
+ | RemoteAddress | ||
+ | InterfaceAlias | ||
+ | SourceAddress | ||
+ | PingSucceeded | ||
+ | PingReplyDetails (RTT) : 220 ms | ||
+ | </ | ||
+ | |||
+ | ===== Test TCP Port Connection ===== | ||
+ | |||
+ | Ping the remote host adding the port number, TapeTrack operates over port 5000 by default. or next most common on port 443 | ||
+ | |||
+ | < | ||
+ | Test-NetConnection your-server.com -Port 5000 | ||
+ | </ | ||
+ | |||
+ | Output: | ||
+ | |||
+ | < | ||
+ | PS C:\> Test-NetConnection yourserverk.com -P 5000 | ||
+ | |||
+ | ComputerName | ||
+ | RemoteAddress | ||
+ | InterfaceAlias | ||
+ | SourceAddress | ||
+ | PingReplyDetails (RTT) : 221 ms | ||
+ | TcpTestSucceeded | ||
+ | </ | ||
+ | |||
+ | TcpTestSucceeded | ||
+ | ====== See Also ====== | ||
+ | |||
+ | * [[troubleshooting: | ||
+ | * [[cli: | ||
+ | |||
+ | |||
+ | {{tag> connection ping server troubleshooting }} | ||
cookbook/test_netconnection.1759281696.txt.gz · Last modified: 2025/10/01 01:21 by Scott Cunliffe