Answer the question
In order to leave comments, you need to log in
IPTABLES rules as server proxy?
There is a server, it is planned as a proxy. From it you need to wrap traffic from a specific port to another server and another port. How to make IPTABLES on CentOS7 redirect traffic to different server and different port?
Answer the question
In order to leave comments, you need to log in
Something like this:
iptables -A PREROUTING -i eth0 -p tcp -m tcp --dport PORT -j DNAT --to-destination IP:PORT
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question