Fw: restarting natd

Alfonso Romero ibac at prodigy.net.mx
Wed May 7 10:03:00 PDT 2003


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" <jackstone at sage-one.net>
> To: "Alfonso Romero" <ibac at prodigy.net.mx>; "freebsd-questions"
> <freebsd-questions at freebsd.org>
> 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 <pidnumber>? 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 at sage-one.net
>




More information about the freebsd-questions mailing list