How to reply some request from which routes its came from?
- by tacoen
I wonder if we can reply some request from which route its came from?
My Situation is like this:
eth0 192.168.10.1 --> gw: 192.168.10.254 nm: 24
eth1 192.168.11.1 --> gw: 192.168.11.254 nm: 24
Since this two IP is on the same machine, normally when we ping to 192.168.11.1 from 192.168.10.2. This machine will not reply to 192.168.10.2 because 192.168.10.0/24 it's on eth0, and the packets where requested via eth1.
Can I make it works?
I'm using Linux ubuntu, and the application will be listen to eth1 only.