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

Allow single IP host through UTM to internal device/port

I have a contract service tech who works offsite (we'll call Sam), and I have a "box" that he needs to access on-demand from time to time. Sam has a static public IP that needs to get through our SG UTM 9 to the box at 192.168.x.x, port 8080. I've had 1:1 setup which has worked fine until some fine folk found this little hole and have attacked it repeatedly with floods  & such. So now I only want Sam's IP to get through to the box.

Having RULZ 1-5 staring me in the face, I've tried a number of variations of NAT, with and without a firewall rule... firewall rule alone. I've even changed precedence of the rules temporarily. So to simplify, I need:
Only Sam at 1.2.3.4 -> to get through our UTM at 5.6.7.8 -> to the box at 192.168.x.x:8000

I've found a few similar threads but none were answered as solved or were similar enough to resolve this. This should be easy and I'm sure I've over thought it.

Thank you
Tom



This thread was automatically locked due to age.
Parents Reply
  • Still not working. I have this DNAT:

    • For traffic from: Tech (1.2.3.4)
    • Using Service: 8000
    • Going to: WAN (Address) (3.4.5.6)
    • Change destination to: 192.168.x.x (comm box)
    • And the service to: (blank)
    • Automatic firewall rule: Yes

    Here's what I'm getting in the FW log:

                                   Techs IP      to    My External IP
    NAT rule #3  TCP  1.2.3.4:58384 →  5.6.7.8:8000

    It should be:
                                   Techs IP      to     IP of comm box
    NAT rule #3  TCP  1.2.3.4:58384 →  192.168.x.x:8000

    The strange thing is that I have two other DNATs to the same box, but using different ports and they "forward" correctly. The only difference is that the Traffic From is Any. It doesn't like a source IP

    Anything? Thanks.

Children