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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=Dqrg1DDxOLFfHhwX
	vFr4BzVUSTQQqkU3TDvEkKbsSO1ijKDuD57yxfNTxqAXNnYd+hGh8xiOpvDb9pQW
	Z7ToPEOW8h50a9qoeNPlI1eFBStUS118SvCfnbErMjRjCdAwODzcg1p5CrWdNhtZ
	KDDE0OJV1VEUC0IzphkQGi+Ae+c=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=lxVHx0GsUs6QI2v7RrDVzS
	ybiAY=; b=vTSbm0jmaJgSSwKl2JC4LA1c0OD0QKuzIctzfzj/uiqkRHOumY0JC0
	r8AtEMNDDKd7u+94yWdnwjwTf5u01T8/DeNBoXn/ljfIsG48jTUOJ3sJdy1o0VSf
	KBTWes5i4hOM3u28XLPKU/W64x+CVmosR8ByUve+Xt7GgMgeTad/8=
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.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:D*ua, H*Ad:D*ua, H*F:U*oleg, Hx-languages-length:1303
X-HELO: unicorn.kiev.ua
Subject: Re: Fwd: SSHD not connecting from outside(real) IP
To: cygwin@cygwin.com
References: <568AA766.7010101@gmail.com> <568AD08C.6080204@gmail.com>
From: Oleg Volkov <oleg@unicorn.kiev.ua>
Message-ID: <568B76D6.5@unicorn.kiev.ua>
Date: Tue, 5 Jan 2016 09:55:02 +0200
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.0
MIME-Version: 1.0
In-Reply-To: <568AD08C.6080204@gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

04.01.2016 22:05, Joćo Paulo writes:
> 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.

Try to issue the `traceroute' command to your real IP over the Internet 
from a Linux computer and specify packet length 1452. If it fails, then 
maybe a misconfigured router (e.g. CISCO) on the way has a lesser MTU 
set and large packets sent by SSH do not get through. If your Internet 
service provider indeed has this problem, then "MSS FIX 1452" command 
issued on a CISCO router may fix it.

Oleg

--
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

