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

Step-by-step Port Forwarding

I'm trying to do a simple port forward. The documentation I've found was outdated and unhelpful. What I need is a simple walkthrough. Since that doesn't seem to exist, I'm going to make my own. Of course, it doesn't work, but I'm hoping that Someone will know how to port forward, and will tell us at least which step(s) is wrong:

I'm trying to forward from port 195 on the WAN to 192.168.1.96, Port 80 on the LAN

1) Click on Network Protection
2) Click on the NAT tab
3) Click on 'New NAT Rule'
4) Under 'Matching Condition', at 'Using Service:', I click the trash can, then the Green Plus. In the Destination Port, I enter 195. Click Save.
5) Under 'Matching Condition', at 'Going To', I click the trash can, then the folder. Options show up on the left. I click and hold on 'Internal (Network)', and drag it to the empty space next to 'Going To'. Click Save.
6) Under 'Action', 'Change the destination to:', click the trash can, then the Green Plus. I leave everything default, and add 192.168.1.96 into the IPv4 Address box. Click Save
7) Under 'Action', 'And the service to:', click the trash can, then the Green Plus. Under Destination Port, I enter 80.
8) I check the box 'Automatic Firewall Rule'.
9) I click Save
10) Under the Status column, I make sure there is a green checkmark. If not, I click on the grey circle next to the red X.

So, can anyone tell us where this went wrong?

Thanks!


--------------------------
**EDIT**

As an update, I looked in the Firewall section, and didn't see any rules that would have been automatically created, so this is what I did:

1) Go to Network Protection, Firewall, Rules tab.
2) Click 'New Rule'
3) In the 'Sources' box, I clicked the Folder icon, and from the left, I dragged 'Any' to the box.
4) In the 'Services' box, I clicked the Green plus, and in the Destination Port, I entered 195. Click Save
5) In the 'Destinations' box, I clicked the Folder icon, and from the left, I dragged 'Internal (Network) to the box.
6) Click Save

Still not working.


This thread was automatically locked due to age.
Parents
  • Thanks for the response.

    I didn't select DNAT, as it was the default. When I edit the rule, it says 'DNAT (Destination)' The source was 'Any', so I changed it to 'Any IPv4'. 
    Unfortunately, it's still not working.

    For the ports, I have 1:65535 190 and 1:65535 80.
  • Hi Chadwick,

    For DNAT you have to specify the external interface as the destination. I've attached a sample DNAT (from v8 but my v9 rig is identical) screenshot that I know works in both v8 & v9.
  • Thanks for the help, that seems to work.

    I'm revising my walkthrough, in the hopes that it might help someone else, and that any experts can evaluate it to make sure that everything is good practice.

    To forward port 8080 to port 80 at 192.168.1.100

    1) Click on Network Protection
    2) Click on the NAT tab
    3) Click on 'New NAT Rule'
    4) Under 'Matching Condition', at 'Using Service:', click the trash can, then the Green Plus. In the Destination Port, enter 8080. Click Save.
    5) Under 'Matching Condition', at 'Going To', click the trash can, then the folder. Options show up on the left. click and hold on 'External (WAN) (Adddress)', and drag it to the empty space next to 'Going To'. Click Save.
    6) Under 'Action', 'Change the destination to:', click the trash can, then the Green Plus. Leave everything default, and add 192.168.1.100 into the IPv4 Address box. Click Save
    7) Under 'Action', 'And the service to:', click the trash can, then the Green Plus. Under Destination Port, enter 80.
    8) Check the box 'Automatic Firewall Rule'.
    9) If you want, fill in a description of the rule in 'Comment:'
    10) Click Save
    11) Under the Status column, make sure there is a green checkmark. If not, click on the grey circle next to the red X.
Reply
  • Thanks for the help, that seems to work.

    I'm revising my walkthrough, in the hopes that it might help someone else, and that any experts can evaluate it to make sure that everything is good practice.

    To forward port 8080 to port 80 at 192.168.1.100

    1) Click on Network Protection
    2) Click on the NAT tab
    3) Click on 'New NAT Rule'
    4) Under 'Matching Condition', at 'Using Service:', click the trash can, then the Green Plus. In the Destination Port, enter 8080. Click Save.
    5) Under 'Matching Condition', at 'Going To', click the trash can, then the folder. Options show up on the left. click and hold on 'External (WAN) (Adddress)', and drag it to the empty space next to 'Going To'. Click Save.
    6) Under 'Action', 'Change the destination to:', click the trash can, then the Green Plus. Leave everything default, and add 192.168.1.100 into the IPv4 Address box. Click Save
    7) Under 'Action', 'And the service to:', click the trash can, then the Green Plus. Under Destination Port, enter 80.
    8) Check the box 'Automatic Firewall Rule'.
    9) If you want, fill in a description of the rule in 'Comment:'
    10) Click Save
    11) Under the Status column, make sure there is a green checkmark. If not, click on the grey circle next to the red X.
Children
  • 5) Under 'Matching Condition', at 'Going To', click the trash can, then the folder. Options show up on the left. click and hold on 'External (Network)', and drag it to the empty space next to 'Going To'. Click Save.

    You should use 'External (Address)', not 'External (Netwok)'.
    The rest seems ok.