Method to detect whether ip and port are connectable

Method to detect whether ip and port are connectable

Windows cmd

telnet

format:

telnet ip port

case:

telnet 191.1.1.1 8080

Telnet cannot add http://

Telnet does not support domain names

The default port for telnet is 23

The telnet connection IP and port are spaces " " instead of colons ":"

If the connection cannot be made, a prompt will appear saying that the connection failed. Otherwise, if a large blank space and an inoperable interface appear in cmd, it indicates that the connection is successful.

ping

format:

ping ip or domain:port

case:

ping 191.1.1.1:8080

Cannot add http:// to ping

Ping supports domain names

The default ping port is 80

The ping connection IP and port are colons:

If the connection is not possible, it will prompt that the connection failed, otherwise it will prompt how many bytes are sent and received, for a total of four rounds of sending and receiving.

The above method of detecting whether the IP and port are connectable is all I want to share with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

You may also be interested in:
  • Three ways to check whether a port is open in a remote Linux system
  • Summary of Linux methods for detecting whether a remote port is open
  • Interpret the network connection information displayed by the ip command under Linux

<<:  Vue Element front-end application development preparation for the development environment

>>:  Usage and performance optimization techniques of aggregate function count in MySQL

Recommend

A brief discussion on two methods to solve space-evenly compatibility issues

Since its launch in 2009, flex has been supported...

How to clear the validation prompt in element form validation

Table of contents Problem scenario: Solution: 1. ...

Div adaptive height automatically fills the remaining height

Scenario 1: Html: <div class="outer"...

Cross-domain issues in front-end and back-end separation of Vue+SpringBoot

In the front-end and back-end separation developm...

Detailed explanation of the use of MySQL group links

Grouping and linking in MYSQL are the two most co...

MySQL index coverage example analysis

This article describes MySQL index coverage with ...

Vue implements horizontal beveled bar chart

This article shares the specific code of Vue to i...

Solve the problem that vue project cannot carry cookies when started locally

Solve the problem that the vue project can be pac...

Detailed explanation of Linux one-line command to process batch files

Preface The best method may not be the one you ca...

How to create a web wireframe using Photoshop

This post introduces a set of free Photoshop wire...

SQL implementation of LeetCode (183. Customers who have never placed an order)

[LeetCode] 183.Customers Who Never Order Suppose ...

MySQL slow log online problems and optimization solutions

MySQL slow log is a type of information that MySQ...

CentOS uses local yum source to build LAMP environment graphic tutorial

This article describes how to use the local yum s...

Vue implements a draggable tree structure diagram

Table of contents Vue recursive component drag ev...

Use of Vue filters and custom instructions

Table of contents Filters 01.What is 02. How to d...