Visitor
•
9 Messages
Can't connect to FTP or Remote Desktop
I'm a relatively new Xfinity customer and recently discovered that my FTP, remote desktop, SQL Server Management Studio, etc. connections I have for doing web work will just timeout when I try to connect. Web chat support and then a phone supervisor both told me that it's not possible to connect to a private IP using the Xfinity Gateway modem/router with a residential account; my options were either to upgrade to a business plan, or use my own third party modem.
I hooked up a new Netgear Nighthawk CM2000 in place of the Xfinity Gateway with my existing TP-LINK AC-3150 router, but I still get timeouts happening for these connections.
Anyone else experience this? Was I given bad guidance, or is there something else to change on my end?
In a tracert, this is the final successful hop before everything thereafter times out (same result before/after the modem switch):
14 26 ms 30 ms 23 ms csrkld-gwa01-to70.roc.colospace.net [69.84.222.50]
Any insights/help would be greatly appreciated.
Thanks!
flatlander3
Problem Solver
•
1.5K Messages
2 years ago
Is this inbound traffic to your residential account that you are trying to setup?
Is the netgear set to bridge mode, or gateway mode? Double nat with your TP-Link?
You know RDP and unprotected SQL and FTP servers exposed directly to the internet are a bad idea right?
0
0
japh81
Visitor
•
9 Messages
2 years ago
Outbound -- I'm trying to connect to a remote server and getting timeouts.
0
0
flatlander3
Problem Solver
•
1.5K Messages
2 years ago
OK, but do you have the netgear in bridge mode? The difference between that and gateway mode, is that if are running a double nat -- netgear has an internal network the TP-Link connects to, then the TP-LINK runs yet another internal network -- then you may have some issues with things like UDP, higher port numbers and uPnP traffic while connecting to remote services, and it's really going to be messed up if you are using the same subnet on both internal networks.
Hard to guess your network topology.
0
0
BruceW
Gold Problem Solver
•
26K Messages
2 years ago
The CM2000 is a straight cable modem, so it's always in bridge mode.
0
BruceW
Gold Problem Solver
•
26K Messages
2 years ago
Please post the entire trace.
Please be aware that there are 2 kinds of responses in this Forum: Replies and Comments. When you Comment on a post by scrolling down to "Comment on this post here...", I am notified of your response. But if you select Reply, I am NOT notified and may not be aware of your response.
1
0
flatlander3
Problem Solver
•
1.5K Messages
2 years ago
nmap can be a better utility, and it's free (nmap.org). A lot of firewalls aren't going to allow ICMP due to flood ping hassle. I don't. You're trying to check a service, not an ICMP response. What do you see on this for FTP.
# nmap -Pn -p 21 [ip address/dns name]
Should say:
PORT STATE SERVICE
21/tcp open ftp
If you hook up Ethernet with something to the netgear and reboot the netgear, then try it again (direct from netgear to laptop/desktop). You might have a local firewall issue as well. Or anti-virus, or Windows Defender firewall public/private network issue -- if using windows. On Windows, if it asks and spawns a pop-up, say public network when you hook up directly. You are trying to narrow down the problem.
0
0
BruceW
Gold Problem Solver
•
26K Messages
2 years ago
Thank you. I'm not sure if it's relevant to the problem, but you should be aware that the second hop is a "carrier-grade NAT" IP address. See https://whois.arin.net/rest/net/NET-100-64-0-0-1/pft?s=100.92.34.3 and https://en.wikipedia.org/wiki/Carrier-grade_NAT. It's something we began seeing Comcast use for the first time a few months ago.
Please be aware that there are 2 kinds of responses in this Forum: Replies and Comments. When you Comment on a post by scrolling down to "Comment on this post here...", I am notified of your response. But if you select Reply, I am NOT notified and may not be aware of your response.
0
0
japh81
Visitor
•
9 Messages
2 years ago
I will try connecting directly to the modem to see if that helps. The carrier-grade NAT seems like it could be an issue, but wouldn’t more customers have the same problem?
10
0
japh81
Visitor
•
9 Messages
2 years ago
As it turns out... the host simply needed to rerun their firewall initialization scripts as something must have been corrupt. I can now connect as I did before.
Thanks all for your feedback and teaching me a few things along the way!
0