Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 May 2003 12:03:39 -0500
From:      Alfonso Romero <ibac@prodigy.net.mx>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Fw: restarting natd
Message-ID:  <005401c314ba$9b2d0f80$0100a8c0@ibac>

next in thread | raw e-mail | index | archive | help
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@sage-one.net>
> To: "Alfonso Romero" <ibac@prodigy.net.mx>; "freebsd-questions"
> <freebsd-questions@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@sage-one.net
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005401c314ba$9b2d0f80$0100a8c0>