Here is my litle ascii art :-|
internet
| ____________200.68.69.xxx
| /
firewall
| \________192.168.0.254
---------------------------
| |
192.168.0.1 192.168.0.25
In the 192.168.0.1 i'm publishing some app made in home at port 80
But on the public ip of mi FW im publishing my web page too
The question is:
I can view my app on 192.168.0.1 trough the following rule
iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 15000 -j DNAT --to 192.168.0.1:80
But on the LAN side (162.168.0.0) i cant see the app pointing to 200.68.69.xxx:15000
Any idea, suggestion ???
Thanks in avance,
Yours,
Leonardo