From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA7BBC2D0ED for ; Mon, 30 Mar 2020 02:24:53 +0000 (UTC) Received: from krantz.zx2c4.com (krantz.zx2c4.com [192.95.5.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 903C420578 for ; Mon, 30 Mar 2020 02:24:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 903C420578 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=johnnyutahh.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 08f5a439; Mon, 30 Mar 2020 02:10:50 +0000 (UTC) Received: from smtp-out-4.mxes.net (smtp-out-4.mxes.net [198.205.123.69]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id cd377a53 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sun, 22 Mar 2020 03:42:50 +0000 (UTC) Received: from [IPv6:2605:a601:aa2e:ec00:d8bd:252a:6cc3:2565] (unknown [IPv6:2605:a601:aa2e:ec00:d8bd:252a:6cc3:2565]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 120F275966; Sat, 21 Mar 2020 23:49:36 -0400 (EDT) Subject: Re: WireGuard for macOS (cmdline vs GUI) To: wireguard@lists.zx2c4.com Cc: Eiji Tanioka , tormen@mail.ch References: <0f81834c-6f8a-57a9-1376-e6c310aa9c5e@johnnyutahh.com> From: Johnny Utahh Message-ID: <34c24ae1-c4b1-33ef-cf21-2c3f72db9194@johnnyutahh.com> Date: Sat, 21 Mar 2020 22:49:31 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <0f81834c-6f8a-57a9-1376-e6c310aa9c5e@johnnyutahh.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Sent-To: X-Mailman-Approved-At: Mon, 30 Mar 2020 04:10:43 +0200 X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" I wrote: > The macOS wireguard-tools command line does not seem to work=20 > concurrently with the GUI app ...because it's not supposed to. (sigh)=C2=A0 Simple updates to=20 https://www.wireguard.com/install/ along with a short note for macOS=20 `launchctl` (or similar gizmo for auto bootup) will help make things=20 more clear. Details: https://www.reddit.com/r/WireGuard/comments/fmn93h/how_to_display_or_mana= ge_macos_wireguard_status/fl5xscg/?context=3D8&depth=3D9 ~J On 2020-03-21 4:45 PM, Johnny Utahh wrote: > The macOS wireguard-tools command line does not seem to work=20 > concurrently with the GUI app, at least on my system: > > https://www.reddit.com/r/WireGuard/comments/fmn93h/how_to_display_or_ma= nage_macos_wireguard_status=20 > > > Anybody know why? > > > On 2020-03-07 10:18 PM, Eiji Tanioka wrote: >> Hi, >> >> How about install wireguard-tools from Homebrew ? >> https://www.wireguard.com/install/#macos-homebrew-and-macports-basic-c= li-homebrew-userspace-go-homebrew-tools-macports-userspace-go-macports-to= ols=20 >> >> >> I have not installed, it seems installing `wg`, `wg-quick` command and >> "wireguard-go" backend. >> I think you can use them for Connect / Disconnect from CLI. >> >> And, >>> I would love to use both (GUI + CLI): No automatic connect in the GUI= , >> I'm using "On-Demand" option for automatic connect, is it appropriate >> for your purpose? >> >> Regards, >> >> 2020=E5=B9=B43=E6=9C=888=E6=97=A5(=E6=97=A5) 10:01 : >>> Dear Wireguard Team, >>> >>> First off, thanks a lot for the client for macOS !! >>> >>> Is there a possibility to issue a "Connect" / "Disconnect" command=20 >>> from the command line >>> instead of using the buttons in the GUI ? >>> >>> I would love to use both (GUI + CLI): No automatic connect in the=20 >>> GUI, but rather automatically connect / reconnect via script (so via=20 >>> command-line interface, CLI). >>> And I don't like the idea of not using the GUI and switching to the=20 >>> cli version as then I don't have the icon. >>> >>> Thanks a lot in advance for any hint or feedback! >>> >>> Tormen >