From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.3] (unknown [36.74.44.67]) by gnuweeb.org (Postfix) with ESMTPSA id 0BC057E3B7; Mon, 18 Apr 2022 17:00:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1650301249; bh=9omtQ4ALrPsIY0I9zcdEnnZooH6BB4rIotfdiPS7eSQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=fMgTc+eirBMKQ4psqxVAKQ7vLfWumRfN7C86tf5AF3Wq2bOTUXvCecqz6ADniM8Uf 5iTLpzlQgIQuKGsLCqSxTZieAI62Op3irSF0hXSQ9EuFWvJeIzQh3jZjDKiK3GQMQ+ hh0qv0AvHHHmwtTYSUMbl52yeFiqI+cc/3wlZwpQJjeVNZLZEsJZWigVfZ0je/NrfU FnxJ7V7E9e77QAA/HbDRNmvVvKRRSeUeNnNkyqPqcBg7PUI1NsppmZ77OCKJ1sD+8A z4kN4MutcOPQ+Cs4TTk5DM3zJhakbq4aJiKewWV7Bn0Shui9Wf89YJIB3jGvUBNsET WGSUSaUQzluEg== Message-ID: Date: Tue, 19 Apr 2022 00:00:12 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH server-a001 v1 1/2] Install net-tools Content-Language: en-US To: Ammar Faizi , GNU/Weeb Mailing List Cc: Hazmi Alfarizqi , Alviro Iskandar Setiawan References: <20220417125125.160068-1-ammarfaizi2@gnuweeb.org> <20220417125125.160068-2-ammarfaizi2@gnuweeb.org> From: Hazmi Alfarizqi In-Reply-To: <20220417125125.160068-2-ammarfaizi2@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 17/04/2022 19:51, Ammar Faizi wrote: > Install networking tools like netstat and ifconfig. We will often use > them to inspect and troubleshoot network problem. > > Signed-off-by: Ammar Faizi LGTM, also just a note that we can't do too much with networking inside a non privileged container Reviewed-by: Hazmi Alfarizqi -- hzmi