From owner-freebsd-questions@FreeBSD.ORG Wed May 7 13:52:50 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 3B19437B401 for ; Wed, 7 May 2003 13:52:50 -0700 (PDT) Received: from sante.techgodz.com (mdsnwi13-vlan436-120.dsl.tds.net [66.222.30.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE3C43F93 for ; Wed, 7 May 2003 13:52:49 -0700 (PDT) (envelope-from sephtin@techgodz.com) Received: from 100000252436PC (unknown [192.168.1.8]) by sante.techgodz.com (Postfix) with SMTP id 05B3E198; Wed, 7 May 2003 15:48:35 -0500 (CDT) Message-ID: <010301c314da$9ca32730$8122410a@corporate.amfam.com> From: "John" To: "Alfonso Romero" , "Chuck Swiger" References: <011f01c3135a$688d9740$0100a8c0@ibac> <3EB7FD22.5020208@mac.com> <005901c314ba$fd5b5680$0100a8c0@ibac> Date: Wed, 7 May 2003 15:52:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: freebsd-questions 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: Wed, 07 May 2003 20:52:50 -0000 You guys do it the hard way. Here's how I restart ipf and ipnat: reload your IPF rules file: ipf -Fa -f /etc/ipf.rules Reload your IPNAT rules file: ipnat -FC -f /etc/ipnat.rules enjoy, John ----- Original Message ----- From: "Alfonso Romero" To: "freebsd-questions" ; "Chuck Swiger" Sent: Wednesday, May 07, 2003 12:06 PM Subject: Re: restarting natd > Thanks, I have local access to nat. I just wonder why isnīt there > any -restart option like with apachectl... > > > Alfonso Romero > ----- Original Message ----- > From: "Chuck Swiger" > To: "freebsd-questions" > Sent: Tuesday, May 06, 2003 1:21 PM > Subject: Re: restarting natd > > > > 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 > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >