-
I'm running Anybody figured out how to set up the nginx stream directive so that it proxies real IP instead of 127.0.0.1 ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I think that nginx should be configured with |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Any solution to this issue? Currently facing the same one |
Beta Was this translation helpful? Give feedback.
-
Possible solution here:
Caveats:
Good luck! |
Beta Was this translation helpful? Give feedback.
Possible solution here:
sysctl net.ipv4.ip_forward=1
iptables -t mangle -A PREROUTING -p tcp --dport 25 -j MARK --set-mark 1
Caveats:
Good luck!