i have machine threee machines with tomcate routerwhen Machine -1
Client access to 1.1.1.100:8080 it farwards request to another ip 1.1.1.101:8081
Machine -2
i want ipatbles rule on 1.1.1.101.
Machine -3
farward all 8081 traffic to 1.1.1.102:443.
Printable View
i have machine threee machines with tomcate routerwhen Machine -1
Client access to 1.1.1.100:8080 it farwards request to another ip 1.1.1.101:8081
Machine -2
i want ipatbles rule on 1.1.1.101.
Machine -3
farward all 8081 traffic to 1.1.1.102:443.
I am not sure I understand 100% what you are looking for. Could you try to explain it another way?
Thanks for Help
Its reverseProxy Setup.
Server-1 10.1.1.1:443 (Apache Server)
Server-2 10.1.1.2:8080 (Tomcat Server and LoadBalancer)
Server-3 10.1.1.2:4433 (Tomcate)
Client Access to Server-1 and it redirect to Server-2
Server-2 forward its request to Server-3:4433.
How to Farward all trafic from Server-3:4433 to Server-1:443.
no its separate machine
Simple DNAT should do the trick
Thanks Robert
Let me learn because i am not much aware with iptables