iptables: if connected to localhost, forward to remote ip
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
iptables: if connected to localhost, forward to remote ip
Hi All,
Here is the problem I'm trying to solve by iptables. I need to forward local tcp connections to remote host. Let's say there are 2 hosts : 192.168.1.1 and 192.168.1.2.
When somebody tries to connect to 192.168.1.1:22, I want this connection to be redirected to 192.168.1.2:2244. This would be a simple port forwarding, but I want this to be active for localhost. I.e. when I execute "telnet localhost 22" from within 192.168.1.1, I want to end up connecting to 192.168.1.2:2244.
It will be important which rule number this is to make sure nothing before it takes it out of the chain, so this will place the rule first, and you can put it in it's correct position later.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.