Questions tagged [socat]
63 questions
0
votes
0 answers
SOCAT command for UDP relay using single port
I am using SOCAT linux command for relaying udp packets. Currently I am simulating using VMware.
I used sudo socat -T 10 UDP4-LISTEN:132,reuseaddr,fork UDP4:192.168.11.130:130,bind=192.168.11.131:133 command that listens on port 132 and forward udp…

Nafiul Alam Fuji
- 113
- 6
0
votes
1 answer
haproxy as a ipv4 to ipv6
i have a small linux server on the internet on which i run socat.
socat UDP4-LISTEN:1194,fork UDP6-SENDTO:[****:****:****:****:*** *:****:****:****]:1194
Which I installed as a service. So far it works well and without any problems. Incidentally,…

Orko
- 1
0
votes
0 answers
UDP to Serial port
I look for some solution for connect serial/UART port by UDP connection to another PC.
Now I use socat and have connection , but with lost packages, and slow transfer.
Can I use netcat for this, maybe it will get better solution?
Can I get some…

Vitaly Rom
- 1
- 1