From owner-freebsd-questions@FreeBSD.ORG Tue May 6 11:21:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B4937B401 for ; Tue, 6 May 2003 11:21:36 -0700 (PDT) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E4143FB1 for ; Tue, 6 May 2003 11:21:35 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by pop017.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030506182134.QZOG27254.pop017.verizon.net@mac.com> for ; Tue, 6 May 2003 13:21:34 -0500 Message-ID: <3EB7FD22.5020208@mac.com> Date: Tue, 06 May 2003 14:21:22 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030505 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions References: <011f01c3135a$688d9740$0100a8c0@ibac> In-Reply-To: <011f01c3135a$688d9740$0100a8c0@ibac> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [129.44.60.214] at Tue, 6 May 2003 13:21:34 -0500 Subject: Re: restarting natd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 18:21:36 -0000 Alfonso Romero wrote: > How can I restart natd? Using kill -s HUP ? > Or is there another more conservative way? Be careful if you are killing natd remotely. You might want to do something like: kill `cat /var/run/natd.pid` && /sbin/natd _flags_ ...if you are not local to the system running natd. Or reboot. :-) -Chuck