About 407,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. Maximum serial port speed in Linux - Unix & Linux Stack Exchange

    Aug 1, 2021 · I successfully ran a 2.7Mbps loopback test on one port. Yes, I used Linux's silly "custom baud" code and double-checked the speed with an oscilloscope. I can also run two …

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

    Jun 23, 2016 · 6 If you stick a serial loopback adapter in the specified serial port: Yes. Pinout: * Receive and transmit (2 & 3) * Request to send and Clear to send (7 & 8) * Data carrier detect, …

  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. linux - setserial /dev/ttyS* UART is undefined - Unix & Linux Stack ...

    Jul 21, 2015 · I'm working on the nvidia jetson tk1 board which has a rs232 serial port and I'm trying to do a loopback test by shorting the pin 2 and pin 3. I'm using the serial port …

  8. Simulating an input from ttyS0 in Linux - Unix & Linux Stack …

    Mar 1, 2020 · But I strongly recommend the "serial loopback" solution, because that will allow you to test it in the same environment as in the production. And BTW: why have you the SIGPIPE …

  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. 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 …