About 413,000 results
Open links in new tab
  1. How can I do a loopback test? - Unix & Linux Stack Exchange

    Feb 11, 2019 · Simply configure whichever service you wish to test to a valid IP address within the 127.0.0.0/8 CIDR block. Then attempt to connect to it from the same host at that IP address …

  2. How to test an ethernet card? - Unix & Linux Stack Exchange

    The test result is PASS The test extra info: Register test (offline) 0 Eeprom test (offline) 0 Interrupt test (offline) 0 Loopback test (offline) 0 Link test (on/offline) 0 Looking at the statistics for the …

  3. Unexpected results testing serial loopback using echo and cat

    So I have a standard RS232 serial port that is looped back to itself by simply running a wire from Tx to Rx. I'm testing loopback by running echo and cat in two separate terminals: cat /dev/ttyS1...

  4. terminal - Serial device data feedback loop possible? - Unix

    Jun 23, 2016 · Is it possible to do some echo on /dev/ttyS8 serial device in one terminal window, and in second to cat /dev/ttyS8 and display data from that file?

  5. How does the loopback interface work - Unix & Linux Stack …

    May 7, 2017 · The loopback interface is a virtual interface. The only purpose of the loopback interface is to return the packets sent to it, i.e. whatever you send to it is received on the …

  6. How can I create Local Loopback on Linux? - Unix & Linux Stack …

    Nov 27, 2014 · 1 I need to create local loopback as shown herein: Performing Loopback Testing for Fast Ethernet and Gigabit Ethernet Interfaces. Excerpt Configure a Local Loopback Action …

  7. Loopback all received traffic on interface - Unix & Linux Stack …

    I want to loopback all received traffic on an interface. This would be equivalent to a line/facility loopback. Following a similar question, I did this: iptables -t nat -A POSTROUTING --out-inte...

  8. What is the difference between ping localhost and ping 127.0.0.1?

    Mar 14, 2018 · 127.0.0.1: 127.0.0.1 is the default loopback of most system. A loopback address is an address used by the system to validate the network stack of the OS. The loopback address …

  9. How does NAT reflection (NAT loopback) work? - Unix & Linux …

    I use the auto generated rules that come from OpenWRT as an example of NAT reflection (NAT loopback). So let's pretend there's a network 192.168.1.0/24 with two hosts (+ router): …

  10. networking - How to configure CentOS 8 loopback interface - Unix ...

    Dec 28, 2019 · How to configure CentOS 8 loopback interface Ask Question Asked 5 years, 11 months ago Modified 4 years, 7 months ago