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

UTM 9.1 not forwarding ports from one subnet to another.

HI,

I'm trying to forward ports from one subnet to another (10.70.0.0/20 to a 10.50.0.0/20). The ports are open on the firewall and the log shows the requests reaching the firewall and not being dropped but these are not being passed onto the server on the 10.50.0.0 network.

The firewall can ping the server in question but will not forward any port requests. The rules are set up using DNAT.

Rule Type: DNAT
For traffic from: Any
Using Service: (predefined port 8443)
Go to: external address
change the destination to: (server on 10.50.0.0/20) network

Auto fire wall creation enabled.

can any one tell me what I'm doing wrong?


This thread was automatically locked due to age.
Parents
  • Go to: External address is your external (public)  IP-address and NOT the 10.70.0.0/20 address.
    Unless you want to reach the 10.50.0.0/20 subnet from 10.70.0.0/20 by going through the external ip-address (or dns-name)
    In the latter case you need a full-nat rule where you also change the source to be the UTM and not the 10.70.0.0/20 network otherwise you wouldn't be able to connect "back in".
Reply
  • Go to: External address is your external (public)  IP-address and NOT the 10.70.0.0/20 address.
    Unless you want to reach the 10.50.0.0/20 subnet from 10.70.0.0/20 by going through the external ip-address (or dns-name)
    In the latter case you need a full-nat rule where you also change the source to be the UTM and not the 10.70.0.0/20 network otherwise you wouldn't be able to connect "back in".
Children
No Data