From owner-freebsd-questions@FreeBSD.ORG Wed May 7 10:03:00 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 5DBBB37B401 for ; Wed, 7 May 2003 10:03:00 -0700 (PDT) Received: from smtp.prodigy.net.mx (dfproxy06.prodigy.net.mx [148.235.168.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6601443F75 for ; Wed, 7 May 2003 10:02:59 -0700 (PDT) (envelope-from ibac@prodigy.net.mx) Received: from pc1 (du-200-67-41-13.prodigy.net.mx [200.67.41.13]) sims.4.0.2001.07.26.11.50.p9) with SMTP id <0HEJ003XE0M5QL@SMTP.Prodigy.Net.mx>; Wed, 7 May 2003 12:01:19 -0500 (CDT) Date: Wed, 07 May 2003 12:03:39 -0500 From: Alfonso Romero To: freebsd-questions Message-id: <005401c314ba$9b2d0f80$0100a8c0@ibac> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal Subject: Fw: 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 17:03:00 -0000 Thanks, man! The second option was the one that worked. I had to kill the pid and then restart natd with all the flags. Thank you again Alfonso Romero > ----- Original Message ----- > From: "Jack L. Stone" > To: "Alfonso Romero" ; "freebsd-questions" > > Sent: Monday, May 05, 2003 7:15 PM > Subject: Re: restarting natd > > > > At 06:02 PM 5.5.2003 -0500, Alfonso Romero wrote: > > >How can I restart natd? Using kill -s HUP ? Or is there > another > > more conservative way? > > > > > > > > >Thanks in advance, > > > > > > > > >Alfonso Romero > > > > First, look to see what flags you have currently running: > > # ps -auxw | grep natd > > root 138 0.0 0.0 636 352 ?? Ss 18Apr03 7:59.22 /sbin/natd > > -n rl0 > > > > Then, try this first: > > # killall -HUP natd > > > > If that doesn't work, then this will: > > # kill `ps -auxw | grep natd | awk '{print $2}'` > > ...then restart using youe same flags: > > # /sbin/natd -n rl0 > > > > Hope this helps.... > > > > Best regards, > > Jack L. Stone, > > Administrator > > > > SageOne Net > > http://www.sage-one.net > > jackstone@sage-one.net >