Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
2 Nov 2020
Problem
User wants to port forward to another IP on the network not accessible from outsider
Solution
Use haproxy simple redirection
listen l1
bind 0.0.0.0:8090
mode tcp
timeout connect 4000
timeout client 180000
timeout server 180000
server srv1 10.50.77.210:30946
restart haproxy and reload configuration
Attachment: haproxy.cfg_.txt
Need this fixed properly?
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →