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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=WQ5uu8UgXMrL6kMzDynxQFlkWwWh
	yrE5dYx9hm5V2bq9JINrBTtl03/xG5UAVgiDbrH8wJvme5PCQVZ06jsB3U0Ho8c9
	vDXjEoOXdAdZolKrIIy4O3ITR3RWqRdONPAqQ/Ua/0Tp/A/3A26AghDideIv8auG
	R5xztBEds/Fze2Q=
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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=8s3P8FG7rBY3rIVI+z3p28R7IpQ=; b=IT
	t4xuq6pb1OaWq0a9RFWBn1otQs8N/DUpN2EU85zaGyfEkWNDu6gl4zNFv7fkSELF
	VY93uFH/HW2EdkrZC60aPdnn53hZZuADkVZ5pSl8/Js8iWy6T54p1kOqWEFrxcKz
	65xZE+dKE1IjazPLNq+4dH1Ymxck4YtjUkNwhaZX0=
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.2 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: etr-usa.com
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\))
Subject: Re: Telnet / SSH connection timeout on LAN
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <CAOY0qXTuXahbGrw280vUecD3BpV4nxfXNPiYZ3UE-bZg+qfXEA@mail.gmail.com>
Date: Wed, 8 Jul 2015 15:06:43 -0600
Message-Id: <C59E2E9F-AF12-4787-91D2-4890EDB69F10@etr-usa.com>
References: <1436142936994-119480.post@n5.nabble.com> <87113420.20150706182615@yandex.ru> <CAOY0qXTuXahbGrw280vUecD3BpV4nxfXNPiYZ3UE-bZg+qfXEA@mail.gmail.com>
To: The Cygwin Mailing List <cygwin@cygwin.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t68L6seI001679

On Jul 6, 2015, at 1:03 PM, Joseph B <joseph.buchignani@gmail.com> wrote:
> 
> LAN Adapter
> IP: 192.168.0.2 (static)
> Subnet Mask: 255.255.255.0
> no DNS server
> 
> Wifi Adapter
> 192.168.254.18 (dynamic)
> 255.255.255.0
> gateway: 192.168.254.254
> 

Mask 255.255.255.0 means the first three octets are the network number, and the last is the station number.  Thus, your two machines are on *completely different networks*, at a logical level.  Your OS is sending the packets from one to your home router, and your router doubtless has no idea that it is supposed to be routing between two different 192.168 networks.

Solution: Put the static machine on 192.168.254.x.

Look at your DHCP server’s configuration to find a safe value for x.

And since you said you have no idea what you’re doing, I will tell you that your LAN’s DHCP server is almost certainly a feature on your home router.  DHCP configuration is different for every router.
--
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


