I've got a quite simple scenario. Unfortunately I found no answer matching this problem. I have two linux routers (=gateways) for different WANs (192.168.0.70 and 192.168.0.80). Both are forwarding the port 50000 to a linux server 192.168.0.60. The server has only one interface with default gateway 192.168.0.70. With no additional configuration you have this behaviour:
incomming request over 192.168.0.70 -> response working (beacuse of default gateway)
incomming request over 192.168.0.80 -> not working because response takes 192.168.0.70
How can I manage that the requests through 192.168.0.80 are send back through 192.168.0.80?
No comments:
Post a Comment