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 IPs in the DMZ ?

How do i use public ip in my dmz. What i wanna do is this:

internet -> Firewall (ASL) -> DMS (public IP) -> Firewall (PIX) -> internal network

Who do i do that     


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

    [ QUOTE ]
    How do i use public ip in my dmz. What i wanna do is this:

    internet -> Firewall (ASL) -> DMS (public IP) -> Firewall (PIX) -> internal network

    Who do i do that      

    [/ QUOTE ] 

    I suppose you have a official ip network assigned to you...
    So you have a access-router in front of your firewall as well...
    You have to split your network into e.g.:

    whole network 195.145.1.0/24
    network1 195.145.1.0/25
    network2 195.145.1.128/25
    inside interface of your access-router: 195.145.1.1
    routing entry on your access-router: 195.145.1.128/25 GW: 195.145.1.2
    outside interface of your firewall: 195.145.1.2
    dmz interface of your firewall: 195.145.1.129

    Your clients/server within your dmz should be of the range from 195.145.1.130-254 with GW 195.145.1.129
    With the PIX for 2 level design it should have 195.145.1.130 with GW 195.145.1.129

    techno.kid    
  • Hmm. Not exatly what i wanted. I want to use ALL my ip's (a c net) in the dmz, not only half of them. Just like making the firewall trasparent   
  • The feature you need is called Proxy Arp !

    B  
  • Is that a secure solution, or just a bad idea ? 
Reply Children
  • Best Solution would be doing it with routing/subnetting.
    You can make a smaller Subnet in front of your ASL and in DMZ a bigger one. (or..erm...many small ones)
    But you need access/config-rights on the ISP Router.

    B