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

How to set up a DMZ?

I installed a third NIC in my ASL Box for an FTP server and want it in a DMZ. How do I configure the third NIC to be a DMZ? I'm a little lost.

Thanx

Fred Watson


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

    you just have to set up a different network on the third adapter. For example:

    eth0 is Internet
    eth1 192.168.0.0/255.255.255.0 (maybe yor LAN)
    eth2 192.168.1.0/255.255.255.0 (DMZ)

    Then connect your FTP-Server with eth2(cross-connect or hub/switch) an create some filter-rules. In your case allow FTP to DMZ (or just to the server-IP) for the clients you want.
Reply
  • Hi,

    you just have to set up a different network on the third adapter. For example:

    eth0 is Internet
    eth1 192.168.0.0/255.255.255.0 (maybe yor LAN)
    eth2 192.168.1.0/255.255.255.0 (DMZ)

    Then connect your FTP-Server with eth2(cross-connect or hub/switch) an create some filter-rules. In your case allow FTP to DMZ (or just to the server-IP) for the clients you want.
Children