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

Public IP behind ASL

Are there any good example on how to set up aDMZ which contains public addresses behind ASL, as well as a private address space??

So ASL would do NAT/Masq for privte lan to a single external IP, and servers would have public addresses behind ASL in DMZ??

Thanks,
Chad


This thread was automatically locked due to age.
Parents
  • Assuming your ISP have provided you with a public address range and a routing net and if I get you right...

    ASL 2 NIC layout
     Code:
      
    ISP ----- routing net----- ASL ------- public / private addresses 
    Code:


    1. ASL External NIC - routing net address/mask
    2. ASL Internal NIC - public net address/mask
    3. Add a static rule to route your private net adresses via internal NIC
    4. Add a MASQ rule for the private net via external NIC
Reply
  • Assuming your ISP have provided you with a public address range and a routing net and if I get you right...

    ASL 2 NIC layout
     Code:
      
    ISP ----- routing net----- ASL ------- public / private addresses 
    Code:


    1. ASL External NIC - routing net address/mask
    2. ASL Internal NIC - public net address/mask
    3. Add a static rule to route your private net adresses via internal NIC
    4. Add a MASQ rule for the private net via external NIC
Children
No Data