Hello,
I'm trying to configure DNAT but, it doesn't really work.
I have two networks:
eth1/external: 199.203.250.107
eth0/internal: 192.168.2.1
I have an FTP server on 192.168.2.101 which I want to access from the outside world.
Currently the packet filtering rule says:
any any any allow
So the packet filtering allows any traffic.
I have a masquerade NAT to allow all 192.168.2.X network to access the outside world.
I configured the DNAT as follows:
sourec: All Destenation: 199.203.250.222 (the orig dest)
new source: not altered
new destenation: 192.168.2.101
The default GW is configured correctly because I can view web pages from 192.168.2.101.
The Problem is that no traffic from the outside can access the FTP server.
This thread was automatically locked due to age.