From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 581CB3857420 for ; Tue, 15 Jun 2021 11:41:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 581CB3857420 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mehconsulting.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lt7Rj-0005Ye-35 for cygwin@cygwin.com; Tue, 15 Jun 2021 13:41:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin@cygwin.com From: Mark Hansen Subject: Re: Problem or question on Cygwin XWin Date: Tue, 15 Jun 2021 04:41:26 -0700 Message-ID: References: <60C7E936.7090100@tlinx.org> <20210615003001.GE14223@dimstar.local.net> <60C82C87.1080401@tlinx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 In-Reply-To: <60C82C87.1080401@tlinx.org> Content-Language: en-US X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00, FORGED_MUA_MOZILLA, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 11:41:34 -0000 On 6/14/2021 9:28 PM, L A Walsh wrote: > On 2021/06/14 17:30, Duncan Roe wrote: >> On Mon, Jun 14, 2021 at 04:41:42PM -0700, L A Walsh wrote: >> >>> There is a listen parameter on XWin, but the man page doesn't >>> say what format to use for the listen parameter. >>> >>> I want to have it listen for tcp from a local net: 192.168.3.0. >>> >>> I started having problems with my cygwin X receiving >>> network connections via TCP, locally (like 192.168.3.1 => 192.168.3.12). >>> >>> And was trying to figure out what the syntax was for specifying what >>> net to have it listen on. >>> >>> Thanks! >>> >>> >> At least under Linux, 'man Xserver' gives the format "-listen trans-type" with >> example "-listen tcp". You can '-[no]listen' to tcp, inet (i.e.IP4), inet6, >> unix or local. >> >> Cheers ... Duncan. >> > --- > Ah, suspected something similar. But I couldn't remember > the linux syntax off hand to narrow down addresses....but > since no incoming TCP connections are working on my Winbox rt. now, > its a bit moot. Looks like I get to re-install-upgrade Win...what > fun! > > > Thanks > > I found that in addition to adding "-listen tcp" to the XWin server, I had to change the setting of "enable_xauth" to "0" in the /usr/bin/startxwin script.