From owner-freebsd-questions@freebsd.org Sun Jun 5 18:15:46 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64F0EB6B25C for ; Sun, 5 Jun 2016 18:15:46 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FEF51DA6 for ; Sun, 5 Jun 2016 18:15:46 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id f67so26894119ith.1 for ; Sun, 05 Jun 2016 11:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=KNuARb5uJaXCSk0LBbubrSUEXzSFA/uFrtNQoPbCqz0=; b=xzdELi+IwTJbv5ytp2ITAJKzbLgdVUAywpAcUyhsAbXEZptf2+silcnetOdj8RcCEG 8FiqyqbTiL1NHCGCPrwQ/6DIVlPzOpFazjSXPPK82z3+t0Bc+Zdre4tnhM9jp+u2BxLj xaWzBCRD59y15FUX95ljcQAEA0xRwPZJokh8hMetZFmsTYA7E69hhIlSykUPUr8JdpKO xx2TOm3AXwZnHl+QckT4uydGRuVlTAZmmtZtv5nHDgR6fSTXegtRzMUaMaNEO2KA1dWs CF4r0yCtEOah3KK69jA5q1B3T2kkuz8eucDdWFTZc6PBqKLGmdMFmHgphnLOTcwIHNT6 X5mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=KNuARb5uJaXCSk0LBbubrSUEXzSFA/uFrtNQoPbCqz0=; b=GPaVHGv6gRjPS3jIHLzLokmVBj3WJuP+pVKg5XEmfFS0XqvBzStlmBYkYx8yUOnoiG BUTyLd2vRruxRK3/6H1zMPNAkQT+emzIlGKUWDVCjwuph9NFpZueZxq7iq0zNDGMZUeH 0rvLBuTOgfQmwhTI64ZXOlVmIZTcPjzAHEMX6Nbh1ctY8rmFEfgYvdKM0w/f7wg4LtXT makhY90o4CHotJKrGFpt3jtO/SR8g9nxG8ue+IKywE5fMTESipIY/F4Ixi+dO1NCXPmM zanmB1DACn/k7LOnpt9f2JHNHeofjxBoNvqVkHHLJSPaz48XcEqjjhgpu3mWQvC5brer s9wQ== X-Gm-Message-State: ALyK8tJAnpdE+0b5th/KW2N8QAdhwyXZxczu/6F3UH3ArSp6Cxx5QF/YiO3eicZWPFI/lA== X-Received: by 10.36.26.70 with SMTP id 67mr11995593iti.4.1465150545513; Sun, 05 Jun 2016 11:15:45 -0700 (PDT) Received: from [10.0.10.3] (cpe-184-56-210-236.neo.res.rr.com. [184.56.210.236]) by smtp.googlemail.com with ESMTPSA id c65sm7448755iof.9.2016.06.05.11.15.44 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Jun 2016 11:15:44 -0700 (PDT) Message-ID: <57546C60.7020301@gmail.com> Date: Sun, 05 Jun 2016 14:16:00 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Lev CC: freebsd-questions@freebsd.org Subject: Re: stop ipfilter References: <20160605134825.30e1d3d9@jive> In-Reply-To: <20160605134825.30e1d3d9@jive> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2016 18:15:46 -0000 Lev wrote: > Hi, > > > When I want to stop ipnat or ipfilter the command just hangs, and never > return. > > This is what I do: > > service ipfilter stop > > The service is not stopped. > > I can only kill the process. > > Lev > Why would you want to stop ipfilter? Look at the ipf command for reloading updated rules and ipnat to reload nat rules.