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

open a Port.

i will install the firewall new, to be sure i have everything default. 
1. define External Zone with a external IP 
2. define Internal with 192.168.1.X 
3. define DMZ with 192.168.111.x 

is this ok? first of all? 

after that. i define the Proxy and activae it. and it works. i can serve the net. 
i want to open a port for Outsiders, mean from External into DMZ 

how? 
thx  


This thread was automatically locked due to age.
Parents
  • First add a Network Definition like:
    Name: Server in DMZ
    IP: 192.168.111.5
    Mask:255.255.255.255

    Then you must add a DNAT/SNAT rule like:
    Source address: any
    Destination address: WAN_Interface (your external interface) 
    Service: the port which you want to open
    Change source to: :::no change:::
    Change destination to: Server in DMZ
    Service destination: the port which you want to open

    Then you must add a Packet Filter Rule like:
    From Any to Server in DMZ


    For further questions under http://docs.astaro.org/older_versions/ASL-V2.0/docs_v2/A_NAT_Primer.pdf  is a NAT documentation available...

    jfeller
      
Reply
  • First add a Network Definition like:
    Name: Server in DMZ
    IP: 192.168.111.5
    Mask:255.255.255.255

    Then you must add a DNAT/SNAT rule like:
    Source address: any
    Destination address: WAN_Interface (your external interface) 
    Service: the port which you want to open
    Change source to: :::no change:::
    Change destination to: Server in DMZ
    Service destination: the port which you want to open

    Then you must add a Packet Filter Rule like:
    From Any to Server in DMZ


    For further questions under http://docs.astaro.org/older_versions/ASL-V2.0/docs_v2/A_NAT_Primer.pdf  is a NAT documentation available...

    jfeller
      
Children
No Data