

After pressing enter the cursor will move to the next line and anything you type here will be sent as a UDP packet to that address and port. nc = program nameĮxample: nc –u 99.155.163.158 10060 would open a connection to the target IP on port 10060. Open a command shell in windows: nc hostname port …. The syntax for using it is similar to using telnet for testing port connectivitiy. zip to your PC, and then extract the nc.exe file into C:\Windows\System32. Used in conjunction with a traffic analyzing tool like Wireshark you can view the traffic you generate to help isolate network issues.ĭownload Netcat here. Put simply, it is a utility that will generate IP traffic to a target IP address and port. Netcat is a networking utility which reads and writes data across network connections using the TCP/IP protocol. Keywords: Troubleshoot, Network, Utility, Netcat, TCP, IP, Port, Wireshark, Connectivity, Test Subject: Troubleshooting network connections with Netcat and Wireshark

Using Netcat to Troubleshoot IP Connections
