restarting natd

Chuck Swiger cswiger at mac.com
Tue May 6 11:21:36 PDT 2003


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




More information about the freebsd-questions mailing list