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

Port Forwarding on ASG 7.505 doesn't work

Hi all,

I try to set up a port forwarding but it doesn't work.
What do I need? I need three ports incoming from the WAN forwarded to a specific internal IP
What have I done:
under definitons I defined a network called media, type host, internal IP 192.168.100.199, type internal
under services I defined three services (service_4713, service_4712, service_4713) type tcp,destination port 4711/4712 and 4713, with source port 1:65535
under network security i defined three packet filter with source external (WAN) (Network), plus service service_4711, destination media (with the internal IP) and action "allowed".

All traffic gets dropped.

Any idea, help is appreciated.

Kind regards shortie


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

    I read Krycek's suggestions, and his hint gave me an idea.  I'm lazy, so I always try to think of how to do things with the least work...

    Assuming that all three ports need to be open to the same internal IP, you could define a server "Mediaserver" = "192.168.100.199" and a service "Media" = "1:65535 -> 4711:4713" and create a NAT rule with 'Automatic packet filter rule' checked:

    Traffic Source: Internet
    Traffic Service: Media
    Traffic Destination: External (Address)
     
    NAT mode: DNAT (Destination)

    Destination: Mediaserver
    Destination Service: {This must be left empty!}


    Cheers - Bob
Reply
  • Hi, Shortie,

    I read Krycek's suggestions, and his hint gave me an idea.  I'm lazy, so I always try to think of how to do things with the least work...

    Assuming that all three ports need to be open to the same internal IP, you could define a server "Mediaserver" = "192.168.100.199" and a service "Media" = "1:65535 -> 4711:4713" and create a NAT rule with 'Automatic packet filter rule' checked:

    Traffic Source: Internet
    Traffic Service: Media
    Traffic Destination: External (Address)
     
    NAT mode: DNAT (Destination)

    Destination: Mediaserver
    Destination Service: {This must be left empty!}


    Cheers - Bob
Children
No Data