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

DNAT / SNAT Problems

I got a Zyxel ADSL Router, that's configured as a Bridge.
I got three Network Interfaces (RED PPPoE, Green 172.23.40.1, and a DMZ 172.24.40.1).
But first I just setup the PPPoE and the green interface.
After that I configure the SNAT/DNAT Rules like this:

Out Internal_Network__ -> Any / Any Red_Interface__ None
In Any -> Red_Interface__ / Any None Internal_Network__

As soon I save the In rule the firewall doesn’t answer any Pings and I cant connect to the Web GUI.


Please Help me.  


This thread was automatically locked due to age.
Parents
  • > Out Internal_Network__ -> Any / Any Red_Interface__ None

    Try to use masquerading for doing this.

    > In Any -> Red_Interface__ / Any None Internal_Network__

    This does not work. This rule redirects a singel destination (Red_Interface) to a whole Network (Internal_Network). That doesn't work.
    Try the following:
    In Any -> Red_Interface__ / Any None A_SINGLE_IP___

    Please also do not forget to set packetfilter-rule.
    To allow ping, goto Packet Filter -> ICMP. 

    Please do not post twice.

    Xeno  
Reply
  • > Out Internal_Network__ -> Any / Any Red_Interface__ None

    Try to use masquerading for doing this.

    > In Any -> Red_Interface__ / Any None Internal_Network__

    This does not work. This rule redirects a singel destination (Red_Interface) to a whole Network (Internal_Network). That doesn't work.
    Try the following:
    In Any -> Red_Interface__ / Any None A_SINGLE_IP___

    Please also do not forget to set packetfilter-rule.
    To allow ping, goto Packet Filter -> ICMP. 

    Please do not post twice.

    Xeno  
Children
No Data