Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 May 2003 14:21:22 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: restarting natd
Message-ID:  <3EB7FD22.5020208@mac.com>
In-Reply-To: <011f01c3135a$688d9740$0100a8c0@ibac>
References:  <011f01c3135a$688d9740$0100a8c0@ibac>

next in thread | previous in thread | raw e-mail | index | archive | help
Alfonso Romero wrote:
 > How can I restart natd? Using kill -s HUP <pidnumber>?
 > 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




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