Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2000 11:55:38 +0300
From:      Ruslan Ermilov <ru@sunbay.com>
To:        Roelof Osinga <roelof@eboa.com>
Cc:        Jon Rust <jpr@vcnet.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: restarting natd remotely
Message-ID:  <20000810115538.B88858@sunbay.com>
In-Reply-To: <3991B9E8.B9410E5B@eboa.com>; from roelof@eboa.com on Wed, Aug 09, 2000 at 10:07:04PM %2B0200
References:  <20000808153226.A16088@mail.vcnet.com> <20000809100846.A49254@sunbay.com> <3991B9E8.B9410E5B@eboa.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 09, 2000 at 10:07:04PM +0200, Roelof Osinga wrote:
> Ruslan Ermilov wrote:
> > 
> > The problem is that on receipt of a SIGHUP signal, natd(8) will wait ten
> > seconds before going shutdown.  You can either:
> 
> SIGTERM, SIGHUP lets natd refresh its address.
> 
You are right, I meant SIGTERM.

Just issuing a `kill [natd pid]' command will send natd process a SIGHUP
signal causing it to refresh its aliasing IP address (if run with -n option).

You need to either `kill -TERM [natd_pid]' and wait at least 10 seconds
before restarting it or `kill -KILL [natd_pid]' and restart it without
a pause.


-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000810115538.B88858>