Reply
New Visitor
davebs
Posts: 3
Registered: ‎07-15-2012

Trouble connecting to home network from outside

Hi there,

 

So I'm on vacation and I'm trying to get into my home network.

 

I have a dynamic dns deal setup, and when I run nmap on that domain, it seems to resolve to the right address, listing ports 80, 23 (telnet), and 443 (https) as closed ports.  I have forwarding setup so connecting to my router with ssh will forward it to the proper ssh server on my network.

 

What gives?  Why can't I connect to my router even though I can see it (or rather, why are the ports closed?)  I suspect comcast is blocking things somehow, but is there a way to turn this off?

 

Thanks!

Networking Expert
kevj
Posts: 3,495
Registered: ‎10-03-2003

Re: Trouble connecting to home network from outside

Do you have ports 80, 443, or 23 port forwarded? If not, they will not be seen as open.

Comcast do not block any of the ports you mention here. Did you test your external SSH access before you left? Was it working?

What make and model of router? Owned or Comcast supplied?
---------------------------------------
Help us to help you!!
- respond to requests for info
- post back if your issue is resolved
- mark appropriate posts as solutions

Send feedback to Comcast using the 'feedback' link on this page:
http://www.comcast.com/Corporate/Customers/CustomerGuarantee.html?SCRedirect=true
New Visitor
davebs
Posts: 3
Registered: ‎07-15-2012

Re: Trouble connecting to home network from outside

I don't have those ports forwarded, so that makes sense.  I did test it before I left, but internally, IE ssh to my router, which then redirected fine to my target server.  It's a wrt54g with updated firmware (I forget the name, it's the one that everyone uses when they hack their wrt54g).  So not comcast supplied.  But yes, very strange as I can see the router and it's the correct one, but it just doesn't seem to be accepting the connection--perhaps I have outside IPs disabled and I forgot to set that before I left?

Networking Expert
kevj
Posts: 3,495
Registered: ‎10-03-2003

Re: Trouble connecting to home network from outside

Probably DD-WRT or Tomato....I am more familiar with Tomato, but either way, I'm pretty sure you should't be having this problem if your internal SSH server is set up to allow external addresses in. Not the most secure setup, but it is difficult to set it up any other way if you don't know your source address...
---------------------------------------
Help us to help you!!
- respond to requests for info
- post back if your issue is resolved
- mark appropriate posts as solutions

Send feedback to Comcast using the 'feedback' link on this page:
http://www.comcast.com/Corporate/Customers/CustomerGuarantee.html?SCRedirect=true
New Visitor
davebs
Posts: 3
Registered: ‎07-15-2012

Re: Trouble connecting to home network from outside

Yes, DD-WRT is the one.

 

And you may be right actually--I may not have setup my server to accept remote connections... I assume it's probably not configured that way by default with debian?

 

And yeah, not the *most* secure setup... I'd say it's a reasonably tolerable level of security, maybe I will setup private key authentication instead of password for remote connections when I get back... But yeah, sounds like I may be out of luck on this trip since I'm gone already :-/