From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail106.syd.optusnet.com.au (mail106.syd.optusnet.com.au [211.29.132.42]) by sourceware.org (Postfix) with ESMTP id 8F6DA385040D for ; Tue, 15 Jun 2021 00:30:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8F6DA385040D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=optusnet.com.au Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=dimstar.local.net Received: from dimstar.local.net (n49-192-50-149.sun3.vic.optusnet.com.au [49.192.50.149]) by mail106.syd.optusnet.com.au (Postfix) with SMTP id 0DE4B80E762 for ; Tue, 15 Jun 2021 10:30:02 +1000 (AEST) Received: (qmail 30766 invoked by uid 501); 15 Jun 2021 00:30:01 -0000 Date: Tue, 15 Jun 2021 10:30:01 +1000 From: Duncan Roe To: cygwin@cygwin.com Subject: Re: Problem or question on Cygwin XWin Message-ID: <20210615003001.GE14223@dimstar.local.net> Mail-Followup-To: cygwin@cygwin.com References: <60C7E936.7090100@tlinx.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <60C7E936.7090100@tlinx.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.3 cv=F8MpiZpN c=1 sm=1 tr=0 a=Ff1/dUzm7l7VSTwPOqZaig==:117 a=Ff1/dUzm7l7VSTwPOqZaig==:17 a=kj9zAlcOel0A:10 a=r6YtysWOX24A:10 a=RSmzAf-M6YYA:10 a=lT5y7DtUcLoooQ_SK38A:9 a=CjuIK1q_8ugA:10 X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_FAIL, SPF_HELO_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 00:30:07 -0000 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.