How can we allow Windows Server to reply back to the Gateway that has sent the request?
If I have one Server with tow NICs:
NIC 1: IP: 192.168.10.10/24
Gateway: 192.168.10.1
NIC 2:IP: 192.168.11.10/24
Gateway: 192.168.11.1 (Optional)
- If any request comes through Router 1 (192.168.10.1), then the server should replay back to the router itself.
- If any request comes through Router 2 (192.168.11.1), then the Server should replay back to the router 2 even if we did not add it to the Default Gateway.
How can we do that?!
Does "RIP Listener" or "Metric" helps in this case?
Tareq