answersLogoWhite

0

If two interfaces are physically connected to the same network/VLAN, and configured with the same subnet, they should be able to ping each other.

Anything from a typo in IP configuration to a bad cable could break this, however.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is pinging in network?

`Ping'' is used for network debugging`ping' sends a single packet


What command do you use to determine whether you can reach another computer on the local network?

"ping" will test for connectivity to a device at the Ethernet Address Level...but that does not mean the device's software is actually talking to the network or responding to the network. "ping" WILL tell you the device is wired up and has power applied to it's network interface board.


What is the output of the ping command if you ping an address that is not connected to this network?

request timed out.


What is the use of ping command in ms-dos?

Ping command is used to check the network connectivity. You can use ping command from windows shell only, not from DOS OS as DOS does not supports networking. You can use "-t" switch with ping for continuously network checking.Syntax: Ping Example: ping 192.168.1.15 or ping 192.168.1.15 -t or ping -t 192.168.1.15


Why does the ping 192.168.0.1 -l 50 is not pinging?

You are not connected to the network or your firewall is blocking the ping.


What command verifies the existence of a node on a network?

PING command verifies the existence of a node on a network. Ping command is a command of command line interface . It is used to check if the host is alive or not.


What is a utility that can verify that TCP IP is installed bound to the NIC configured correctly and communicating with the network?

PING


What is the Difference between Ping and latency?

As a metric of network performance, Ping, also known as Network Latency, is a measurement of the time that it take for a small message (or a "Ping") to be sent from your computer to another computer on the internet, then returned back to you. Ping is typically measured in milliseconds. Low numeric results or a "Low Ping" is desirable for good network performance over a "High Ping". Ping is also the name of of command-line command that can be typed to initiate a "ping" and measure the time that it takes for the message be returned to your computer.


How does one perform a ping test?

To ping a computer, you must be sure that the PCs are on the same network. Boot the PC you wish to ping. In the bottom right corner of your monitor is the system tray and the network status is shown. Double click and the network connection(s) of your PC appear with either a red X, meaning there is no connection, or an arrow is between them which means there is a connection. Right click on the network you are using and select properties and record the IP address. Leave this PC running and then boot the other PC and run the command prompt. Again, check that the network connection is still working and type "ping" and the IP address.


What does ping timeout mean?

The network command 'ping' issues a series of standard, small messages to the destination network address specified by the user. For example: ping 192.168.0.1 This command will send a number of 'ping' messages to the computer on the network with IP address 192.168.0.1 Upon receiving these messages, the destination machine will echo the same message back to the sender. This is used as a simple check of the network connectivity between the two computers on the network. Since an unreachable address will result in no message being returned, the sending machine must know how long to wait before considering the message lost. This time is known as the 'timeout'. By default, it is 1000 millisecond (1 second) but it can be set to any time by the user with the '-w' option. For example: ping -w 2000 192.168.0.1 This will cause the ping program to wait for two seconds before considering a ping packet lost.


What would be the result if you unplugged your computers network cable before executing the ping command?

Ping time-out


What is purpose of command ping?

ping is a test command. It sends a "ping" to a specified IP which should ACK back, when the ACK is received the message turnaround time is calculated. If the IP fails to respond it times out and reports failure. You can use this command to verify network connectivity, etc.