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

Basic Port Forwarding

I have a DVR behind the ASG120 and I am just trying to forward the port 10053 to it.  Here is my config

Packet Filter
Source: Any
Service: DVR [TCP/UDP D:10053 > S:10053]
Destination: DVR [Host Internal 192.168.1.53]
Action: Allow

NAT Rule
Traffic Source: External (WAN) [208.x.x.x]
Traffic Service: DVR [TCP/UDP D:10053 > S:10053]
Traffic Destination: Internal Network 192.168.1.0/24

NAT Mode: DNAT (Destination)
Destination: DVR [Host Internal 192.168.1.53]
Destination Service: DVR [TCP/UDP D:10053 > S:10053]

[unchecked] Log Initial Packets
 [checked] Automatic packet filter rule

Any suggestions?


This thread was automatically locked due to age.
Parents
  • The Packet filter rule looks correct. The NAT rule is incorrect, it should be something like this:

    Source: ANY
    Service: 10053
    Traffic Destination: External (WAN) Address
    Destination: 192.168.1.53

    Also, does the service use 10053 for source or destination or is one suppose to be a range of ports?
Reply
  • The Packet filter rule looks correct. The NAT rule is incorrect, it should be something like this:

    Source: ANY
    Service: 10053
    Traffic Destination: External (WAN) Address
    Destination: 192.168.1.53

    Also, does the service use 10053 for source or destination or is one suppose to be a range of ports?
Children