Ok, I’m fighting with this for hours now. Here is the story:
I have a server with a XEN Virtual Machine. The VM uses the address 192.168.0.4. The same server uses two more network cards - one with the IP 192.168.0.1 and one with the IP 192.168.1.10.
Now - what I want to do is make a simple port redirection:
192.168.1.10:80 → 192.168.0.4:80
So, all the traffic that jumps into port 80 on 192.168.1.10 gets to the VM and the way back.
The whole thing works fine - entering 192.168.4.1 as a destination address redirects me to 212.77.100.101. The problem comes up when I try to redirect to a destination in my LAN. Any idea?