This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FTP - DMZ Issue

Hi @ all,

I have on eth2 an dmz address like 192.168.0.1 and within this network 
there is a ftp-server with the ip 192.168.0.2

What are the settings, that everyone from external can use that ftp
and from internal?!

From outside, the network is only reachablle trough ftp.xxxxxx.de

Thanks in advance!


This thread was automatically locked due to age.
Parents
  • Hi,

    you have to add a dnat rule where you forward the incoming traffic on port 21 from your external interface to your server in the dmz. you also have to add a pf rule that allows ftp from any to your server.

    to access it from internal network you just have to add an pf rule!

    regards, mario
Reply
  • Hi,

    you have to add a dnat rule where you forward the incoming traffic on port 21 from your external interface to your server in the dmz. you also have to add a pf rule that allows ftp from any to your server.

    to access it from internal network you just have to add an pf rule!

    regards, mario
Children
No Data