X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type
	:content-transfer-encoding; q=dns; s=default; b=DMhsPZ+l62YQDFIQ
	7AYHX0HH1jvyfk7F9k97fiYGjX5rcsgZSvI91Rlmcj/NRpmLjo3tjszlPeokyT1P
	ecuz970VDaiPKmqitk5Y85b43/nqMy6w/PXmDEW4CS4eAD22Poq4BM8NQqXr7Z6h
	FYEsc8kid+dAMtFEimvg2dl7EnM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type
	:content-transfer-encoding; s=default; bh=JeDR+UHVQOkRUaBXY4USFl
	PJf2A=; b=K21iU3IDltIKquzdOxOLsQoST5N7czytf4W8ZiAxuoXyVEMrtKpJpI
	6WKINolkPIwawH+XCCxlZpwh7+KF7eni29IgNe+goSAyNCOI7o3zyaokoGpfE7XB
	tbknlrsNwWS+maw8uad2vvZ8qtek2llvZECa6VebsZG2WnMe14rRc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=wand, nem, Properties, joo
X-HELO: mail-qg0-f47.google.com
MIME-Version: 1.0
X-Received: by 10.140.98.53 with SMTP id n50mr122156460qge.9.1451943787949; Mon, 04 Jan 2016 13:43:07 -0800 (PST)
In-Reply-To: <568AD08C.6080204@gmail.com>
References: <568AA766.7010101@gmail.com>	<568AD08C.6080204@gmail.com>
Date: Mon, 4 Jan 2016 15:43:07 -0600
Message-ID: <CA+2x6-+CxMUxGpt1mzNzGeUQ-kLxAvjrVbkJ9OWq7ZrvVdnzGA@mail.gmail.com>
Subject: Re: SSHD not connecting from outside(real) IP
From: Nem W Schlecht <nemws1@gmail.com>
To: The Cygwin Mailing List <cygwin@cygwin.com>
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u04LhTh0026676

Do you have a firewall rule set up for SSHD?  (Control Panel ->
Administrative Tools -> Windows Firewall with Advanced Security ->
Inbound Rules)

Is the Profile set to "Private" - if so, set it to "ALL" (Properties
on the rule, then "Advanced" select all at the top).

You could always *temporarily* disable the windows firewall to see if
that's the issue (make sure to turn it back on again, though!!!)

This shouldn't be a problem though, I would think, since SSHD should
just think it is talking to your router and nothing else, even though
you are remote (since you're using a port forwarding rule).

Are the "Port", "AddressFamily", and "ListenAddress" lines commented
out at the top of your /etc/sshd_config?  (They should be.)



On Mon, Jan 4, 2016 at 2:05 PM, João Paulo <joaoptc@gmail.com> wrote:
> Hello all,
> I have a mystery and I need help. I have openssh(Cygwin) installed and
> working just fine in here.
> I can connect normally from any of my machines to the server using local
> IPs. Ex: ssh localhost or ssh 192.168.0.2. BUT, when using my external
> IP(over internet->real IP) it times out.
> I can validate that the service is up and running on
> http://www.canyouseeme.org/ on the port FW I did for this service.
> Port 22 is correctly FW to my SSHD server. On windows, I can only see an
> entry on Security Events(attached) and nothing else after that. (Means it is
> reaching my machine)
> I have tried to reinstall Cygwin, change ports. sshd_config is in default,
> disable firewall, AV. I ran out of ideas......
> I had this working fine on previous window 7, now I am on Windows 10.
> Thanks.

-- 
Nem W Schlecht
 "Perl did the magic.  I just waved the wand."

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


