NAT / Masq Section and DHCP

Hi,

My wish: Setup a NAT / Masq rule to redirect HTTP
         services from the Internet into the DMZ


My configuration: 

    1. nic -> Static/ local 
    2. nic -> Static/DMZ
    3. nic -> DHCP/Internet (cable)


What I did so far:

  Add Network definitions:

     WebServer: IP address in the DMZ Zone

  Add a packetfilter rule: 

      Any HTTP WebServer ACCEPT 

  Add a NAT / Masq rule: 

      SRC: Any
      DST: (3. Nic’s address) ?????????
      SERVICE: HTTP 
      Source to : NoChange
      Destination to: WebServer
      Service Destination: No Change


My Problem: 
  How to define in the NAT / Masq rule for the 
  DST field the right address? Should be the 
  DHCP assigned 3. nic address I guess. But the
  3. nic’s address isn’t listed in the DST field.

Can anybody help me?

Regards

fluehmann
Parents Reply Children