README: add a note about netcat -l -p .... -_-

è_é RAAAAAGE
master
BodgeMaster 2025-02-10 18:49:25 +01:00
parent 4e7adb9c53
commit 4e85a4efae
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ If you bridge both sides to a real NIC and you have DHCP servers on both network
- Connect a port between the hosts, for example using SSH port forwarding
- Make two FIFOs on both hosts (mkfifo)
- Use netcat to connect the FIFOs between the hosts through the forwarded port
- `nc -l 10000 < fifo1 > fifo2`
- `nc -l 10000 < fifo1 > fifo2` (with some implementations apparently `nc -l -p ...` -\_- )
- `nc localhost 10000 < fifo1 > fifo2`
- Start an instance of EtherCat with the other ends of the FIFOs on both hosts
- `./ethercat tapN < fifo2 > fifo1`