PDA

View Full Version : Loopback test number?


ElroyCarbon
06-13-02, 07:22 PM
What is that address you type in to check connection? I want to loop back and check my connection.

su root
06-13-02, 07:30 PM
any number in the range:
127.0.0.1 - 127.255.255.254

but more commonly, 127.0.0.1

(any communication to this address will test your NIC, w/o sending traffic out on the medium)

This should work even though you're not plugged into the network or anything... (kuz it's not leaving the NIC)..

su root
06-14-02, 06:25 PM
'localhost' will also work.

Oni
06-14-02, 06:58 PM
so will 'loopback'

su root
06-14-02, 08:30 PM
aah.. forgot about that one..