Forum Navigation
You need to log in to create posts and topics.

HAproxy simple redirection

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

Uploaded files: