hello.. I have the folowing problem... I have
a linux gateway with the external IP x.x.x.x and internal Ip
192.168.0.1. I want to make a DNAT and mask a conection from
the external IP , forwarded to one of my lan's computer , and the lan computer
to see it as 192.168.0.1 , not x.x.x.x
Example: If a packet comes from
linux.org to a specific port (let's say 1345) , i want to forward it
to a lan computer ( 192.168.0.5) , and mask that connection in a way that
192.168.0.5 sees the packet comes from 192.168.0.1 , and not from
linux.org (it's exactly as masquarading , but in
reverse way...)
Alex
|