Skip to content

Instantly share code, notes, and snippets.

@scottopell
Last active January 18, 2024 20:19
Show Gist options
  • Save scottopell/848efc7eb544924cc8ba2eea6d89151b to your computer and use it in GitHub Desktop.
Save scottopell/848efc7eb544924cc8ba2eea6d89151b to your computer and use it in GitHub Desktop.
How to forward a port on Arris DG2470A

Port forwarding should be fairly straightforward, but what Arris doesn't tell you is that you need to have the firewall on in order for port forwarding settings to have an effect.

I don't know why the "firewall off" option would mean "block everything", but as best I can tell, that was the case on my Arris DG2470A (from RCN, could be some custom firmware that RCN uses?)

So step by step:

  1. Go to your gateway address (mine was 192.168.0.1)
  2. Login. Default user/pass is admin/password
  3. Go to the "Firewall" tab.
  4. Ensure that "Enable Firewall" is checked. (Be sure to hit "Apply" if you have to check it)
  5. Click on "Virtual Servers / Port Forwarding" on the left.
  6. Add an entry for your desired port and internal ip etc. (If you're just forwarding one external port to the same internal port, then you'll end up typing that same port # four times, twice in each range)
  7. Save.

Hopefully this saves you some time.

@Bstn1802
Copy link

Bstn1802 commented Feb 6, 2021

@zzakko69 > hey, the virtual servers/port forwarding things aren't showing up for me

I had a similar issue, the tab was actually showing on the left side but when i clicked on it it wasnt showing the buttons to add or remove a virtual server. Then i found this forumpost here where it is explained how to modify the session storage of your browser so that the website shows those buttons and it might fix your problem as well (You only need to remove the part "firewall_virt" btw). In the end portforwarding is still not working for me, im still trying to figure that out, but it would be great to know if this works for you.

@GamxXamg
Copy link

GamxXamg commented Oct 6, 2022

Well this saved me some time ... I unchecked firewall at first to trying to access some wifi module from outside ... Spent hours guessing why virtual servers/port forwarding wan't working as intended ...

Thanks :)

@excrispy
Copy link

Thanks! Very helpful! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment