Recommended Posts

Hey guys im having a difficult time setting up our new router, we replaced a dead dlink with this and im trying to figure out why port forwarding isnt working. we have time warner cable, i setup the ports via the guide found on portforward.com. I save the settings and test them and they wont work, this is namely utorrent and my domain from my homeserver; both which worked on my previous router. utorrent states no incoming connections and a red circle on utorrrent for mac, my vm also shows this on windows 8 when i use their test it states it isnt forwarded properly; this also happens when i try to access my homeserver from remote or via the domain https://myhomeserver....

Link to comment
https://www.neowin.net/forum/topic/1129064-port-forward-ebr-2310/
Share on other sites

What is the device in front of your new router? You sure its not doing NAT?

I would say like 95 times out of a hundred when people can not get port forwarding to work, is because they are behind a double NAT!

Might of worked before because the IP address of the other routers wan was placed into the dmz? Maybe it was setup static - and this new one you just plugged it in, etc.

As to other reasons port forwarding doesn't work - wrong private IP, IP they are forwarding to is not really listening on that port (wrong port), ISP blocking the port inbound that they are trying to forward. Software firewall on the IP they are wanting to forward too. They setup the forward wrong, ie trigger vs actual forward. They used the wrong protocol, tcp vs udp or vise versa. They setup the forward wrong source port vs dest port.

They are trying to test via loopback which router does not support or behind a double nat that doesn't support it, and forward actually works fine but their test method is flawed, etc. etc.

Verify that your new router actually has a PUBLIC IP on its wan (internet) interface -- something other than 10.x.x.x, 192.168.x.x, 172.16-31.x.x and then give the details of what your doing with screen shots and your host listing on the port.. You being able to connect to said port from other local devices, no firewall setup on the device your trying to forward too, etc.

And we can work out your issue - for now we are working with NOTHING to go on other than you can not setup a port forward ;)

We got your previous one works -- great do into the mech when your car does not work and say. No idea what is wrong, it doesn't work. My last car worked just fine. Got this one and it doesn't work ;)

What is the device in front of your new router? You sure its not doing NAT?

Sorry if i dont understand but out setup is modem->ebr-2310->dell gigabit switch. I have setup the uplink from router to switch but all computers are plugged into the gigabitswitch

Might of worked before because the IP address of the other routers wan was placed into the dmz? Maybe it was setup static - and this new one you just plugged it in, etc. I dont understand the first part about being placed into the dmz? Before it was not setup static as sometimes i would need to relogin to the router and change the ip of the computer that the ports were forwarded for, i think thats what you were asking.

Verify that your new router actually has a PUBLIC IP on its wan (internet) interface -- something other than 10.x.x.x, 192.168.x.x, 172.16-31.x.x and then give the details of what your doing with screen shots and your host listing on the port.. You being able to connect to said port from other local devices, no firewall setup on the device your trying to forward too, etc. Forgive my ignorance how would i go about checking this?

I have attached screenshots of the router pages, hopefully that will help.

https://www.dropbox.....33.13%20AM.png

https://www.dropbox.....36.02%20AM.png

https://www.dropbox.....35.31%20AM.png

https://www.dropbox.....35.11%20AM.png

https://www.dropbox.....34.38%20AM.png

https://www.dropbox.....34.25%20AM.png

OFF TOPIC: budman how did you become so knowledgeable in networking, is it first hand experiences? schooling? books and materials?

I have been playing/working with computers and networking since late 70's -- so yeah lots of first hand. Its what I do for a living the last 20+ years. But yeah I read a LOT!!! I research a LOT, I play a LOT!! Yes I have had some classes over the years, advanced routing, checkpoint firewalls, I remember a IRIX class way back in the day when company I worked for at the time got some SGI boxes in.. etc.. etc.. Would be impossible for me to remember all the classes and certs I have gotten over the last 20+ years ;) I recall a class with management of SSL certs back when PKI was new and fresh ;) Got some kind of cert from verisign, etc.

Its great when what you do is also your hobby ;) I enjoy tech and keeping up with all things computer related be it hardware, OS or networking.. Current position is more networking based so I have lost some of my AD and Server Skills.

the forward is clearly working for the first one - since you post your actual IP, I connected to you on 80 and got this

budman@ubuntu:~$ wget --save-headers 76.167.xx.xx

--2013-01-04 14:18:14-- http://76.167.xx.xx/

Connecting to 76.167.xx.xx:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 602 [text/html]

Saving to: `index.html.5'

100%[======================================>] 602 --.-K/s in 0s

2013-01-04 14:18:14 (65.4 MB/s) - `index.html.5' saved [602/602]

ubuntu:~$ cat index.html.5

HTTP/1.1 200 OK
Content-Length: 602
Content-Type: text/html
Content-Location: http://76.167.xx.xx/Default.htm
Last-Modified: Sat, 12 Jul 2008 20:45:28 GMT
Accept-Ranges: bytes
ETag: "0648c3760e4c81:1389"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Fri, 04 Jan 2013 20:17:02 GMT

<html>

<head>
<meta HTTP-EQUIV="Content-Type" Content="text/html; charset=utf-8">
<script language="javascript">
		document.location = 'home/default.aspx?gotodefault=true';
</script>

<title ID="titletext">Navigate to public landing page...</title>
</head>

<body>
<noscript>
   <p id="JSWarningTitle"><b>JavaScript is Required.</b><br/></p>
   <p id="JSWarningText">
	   JavaScript is required to use the Windows Home Server Remote Access Web site.<br />
	   Please enable JavaScript in your Web browser and refresh this page to proceed.
   </p>
</noscript>
</body>
</html>

Again how are you testing that it was not working?

Also not a good idea to forward to IP that fall inside your dhcp scope - do you have a reservation set for the .11 box?? If not if you turn him off he might be .12 next time.

Also normally if your going to setup manual port forwards you don't leave UPnP enable.

quick scan shows

Starting Nmap 6.01 ( http://nmap.org ) at 2013-01-04 14:07 Central Standard Time

Nmap scan report for cpe-76-167-xx-xx.socal.res.rr.com (76.167.xx.xx)

Host is up (0.090s latency).

Not shown: 98 filtered ports

PORT STATE SERVICE

80/tcp open http

443/tcp open https

Nmap done: 1 IP address (1 host up) scanned in 3.23 seconds

I can verify those other ports for you if you want.. But sure looks like your forwards are working to me, which is a close 2nd to users just think their forwards are not working because they try testing it via loopback forwarding, nat reflection when their router does not support it. Many routers do not allow you to hit your public IP from an inside IP just to get forwarded back in. You would have to RTFM on your router to see if they do - maybe changing your nat restrictions might allow it, maybe endpoint independent

Also I highly doubt you need UDP 80 and 443 forwarded. As to 4125, not sure what your wanting to do with that so not sure if that is tcp or udp, I would guess from what I got back from port 80 your using it for RWW, I would have to lookup the details but some sort of proxy port used for remote desktop use. But that is the older version I do believe - thought the newer versions of SBS used 443 for this?

Not sure that has to be open on your router or not - since not clear on what your trying to get working? But its rare that a port is both, off the top of my head dns needs to be because it will switch from udp to tcp depending.. But mostly its udp. torrents might use both tcp/udp depending on what your doing.

I snipped out your public IP from what I posted - you might want to remove screen shots showing your public IP.

"Again how are you testing that it was not working?"

For utorrent I go into preferences and it says no incoming connections on the port i set it to, giving me a red light. This does the same when I test on my win 8 VM it just gives me an x stating its not forwarded.

For my home server I have it setup on the custom domain https://kevinbostwick.homeserver.com and its no longer opening.

"Also not a good idea to forward to IP that fall inside your dhcp scope - do you have a reservation set for the .11 box?? If not if you turn him off he might be .12 next time."

I dont have a reservation setup, i will look into doing that

"Also normally if your going to setup manual port forwards you don't leave UPnP enable."

in case others on the network have devices that use upnp, i dont want them to have problems, so i just assumed id leave it on.

"Also I highly doubt you need UDP 80 and 443 forwarded. As to 4125, not sure what your wanting to do with that so not sure if that is tcp or udp, I would guess from what I got back from port 80 your using it for RWW, I would have to lookup the details but some sort of proxy port used for remote desktop use. Not sure that has to be open on your router or not? But its rare that a port is both, off the top of my head dns needs to be because it will switch from udp to tcp depending.. But mostly its udp. torrents might use both tcp/udp depending on what your doing."

I followed the portforward.com guide for my router and setting up windows home server for outside access via a windowslive custom domain.

Well that resolves to the IP you posted in your screenshots - I would remove anything that resolves or gives you public IP out on a public forum.

;; QUESTION SECTION:

;snipped.homeserver.com. IN A

;; ANSWER SECTION:

snipped.homeserver.com. 271 IN A 76.167.xx.xx

But how are you trying to test that?? You trying to access it from one of the machines on your local network? That is not going to work unless your router supports nat reflection, etc.

As to utorrent not working - you sure its using that 10622 port?? Do you have utorrent set to use UPnP? You have that enabled, but also trying to do manual forwards. I did a scan of that port and show it filtered -- I would check that box is actually listening on that port.

Starting Nmap 6.00 ( http://nmap.org ) at 2013-01-04 15:17 CST

Nmap scan report for cpe-76-167-xx-xx.socal.res.rr.com (76.167.xx.xx)

Host is up (0.091s latency).

PORT STATE SERVICE

10622/udp open|filtered unknown

UDP scans can be misleading for sure.. But I would have to guess that your not forwarding to the right IP, or its not listening on that port if your saying its not working. You sure you don't have a firewall on that host that is blocking your utorrent traffic?

simple netstat -an | findstr portnumber

would tell real quick, so for example I use 42312 as my torrent port.. And you can see from this output

C:\>netstat -an | findstr 42312
  TCP	0.0.0.0:42312		  0.0.0.0:0			  LISTENING
  TCP	192.168.1.8:42312	  xx:1526	   TIME_WAIT
  TCP	192.168.1.8:42312	  xx:13288	 TIME_WAIT
  TCP	192.168.1.8:42312	  xx:57388   TIME_WAIT
  TCP	192.168.1.8:42312	  xx:57759   TIME_WAIT
<snipped out all the other listed time_waits>
  TCP	[::]:42312			 [::]:0				 LISTENING
  UDP	0.0.0.0:42312		  *:*
  UDP	[::]:42312			 *:*

So maybe your utorrent client is not using that 10622 port? Maybe Its no longer on that .20 IP I believe you were forwarding it too? But clearly your forwards are working since I hit your server on port 80 from the outside.

If you change the command to say -ano you will get the PID of the process listening, so you can verify that its utorrent listening on that port

C:\>netstat -ano | findstr 42312

TCP 0.0.0.0:42312 0.0.0.0:0 LISTENING 4712

C:\>tasklist | findstr 4712

uTorrent.exe 4712 Console 1 19,344 K

Maybe having the manual forward is messing up the UPnP? If you going to do manual forwards, normally you disable UPnP - I personally not a fan of UPnP and normally do not have it enabled ever!! But when my son got his PS3 it was the easiest way to allow his games to work. But my router firewall allows me to lock down UPnP so only his PS3 IP can request and only to his PS3 IP, etc.

allow 1024-65535 192.168.1.209/32 1024-65535

I would turn of UPnP if your going to use manual port forwarding.

This topic is now closed to further replies.
  • Posts

    • Everyone should install this extension and ignore games that use AI. https://chromewebstore.google....nnigaaeelfkeomjcngmnh?pli=1
    • Malwarebytes Anti-Malware 5.6.0.256 by Razvan Serea Malwarebytes is a high performance anti-malware application that thoroughly removes even the most advanced malware and spyware. Malwarebytes version 5.**** brings comprehensive protection against today’s threat landscape so that you can finally replace your traditional antivirus. You can finally replace your traditional antivirus, thanks to a innovative and layered approach to prevent malware infections using a healthy combination of proactive and signature-less technologies. While signatures are still effective against threats like potentially unwanted programs, the majority of malware detection events already come from signature-less technologies like Malwarebytes Anti-Exploit and Malwarebytes Anti-Ransomware; that trend will only continue to grow. For many of you, this is something you already know, since over 50% of the users already run Malwarebytes as their sole security software, without any third-party antivirus. What's new in Malwarebytes 5.****: Unified user experience - For the first time, Malwarebytes now provides a consistent experience across all of our desktop and mobile products courtesy of an all new and reimagined user experience powered by a faster and more responsive UI all managed through an intuitive dashboard. Modern security and privacy integrations - Antivirus and ultra-fast VPN come together seamlessly in one easy-to-use solution. Whether you’re looking for a next-gen VPN to secure your online activity, or harnessing the power of Browser Guard to block ad trackers and scam sites, taking charge of your privacy is simple. Trusted Advisor - Empowers you with real-time insights, easy-to-read protection score and expert guidance that puts you in control over your security and privacy. Malwarebytes 5.6.0.256 changelog: Features and improvements Simplified adding files and folders to the Allow list to make managing your exclusions easier. Improved notifications for Webcam Monitoring. Issues fixed Resolved an issue preventing the Deep Scan results window from displaying when several threats are detected during a scan. Fixed text wrapping issues on the Settings page. Fixed an issue causing tray menu notifications to appear off-screen when using multiple external monitors. Download: Malwarebytes 5.6.0.256 | 436.0 MB (Free, paid upgrade available) Links: Malwarebytes Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Steam Next Fest returns with thousands of new demos to try out by Pulasthi Ariyasinghe Valve has been routinely kicking off demo festivals on Steam for years now, and the second drop of 2026 has just opened its doors. It's a great opportunity for any PC gamers to find some interesting games before they release. The June edition of Steam Next Fest is a week-long digital festival including gameplay slices from a large number of indie developers, though a few major publishers are involved this time too. Interested players can use the Next Fest hub page's various sorting and filtering options to easily sort through the hordes of demos available. The top buttons offer quick access to separate and important sorting options, including "By Genre, By Theme, By Feature," with each one offering more granular settings when clicked. At the same time, the built-in Steam tags system is also available below every page to discover new games more quickly. As always, logging in will also enable Steam gamers to utilize Valve's recommendation algorithms to find game demos they might like, specifically, depending on their past play and purchase histories. This time there is even a toggle now to swap between getting a random and personalized selection as Valve collects more data on the available demos. The Charts section is where you can find the most popular demos on the platform right now, offering up the most hyped titles in a simple list. Right at the kickoff, Mistfall Hunter, Empulse, Echoes of Aincrad, Onimusha: Way of the Sword, Over the Hill, Mortal Shell II, and more are trending. Expect this list to change as the week progresses. This edition of the Steam Next Fest is slated to end on June 22 at 10 AM PT. Valve's latest event is now open, and it can be accessed by going to the dedicated hub page here.
    • I lived and breathed MSN Messenger/Windows Live Messenger. Going to the mess.be website (still online with no changes since 2013) to download display pictures etc. I was a beta tester for Messenger Plus! and spent quite a lot of time on the MsgPlus! forums (a read-only copy is still online at https://shoutbox.menthix.net) Some old Neowin articles also https://www.neowin.net/news/messenger-plus-350/ good times but how time flies The main developer of Messenger Plus!, Cyril aka. Patchou has released a game https://store.steampowered.com/app/3275440/Pluralys/
  • Recent Achievements

    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      199
    3. 3
      PsYcHoKiLLa
      127
    4. 4
      Steven P.
      82
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!