also seriously consider running plug-gw in daemon mode instead of through
inetd/xinetd.

i.e.
/usr/local/etc/plug-gw -daemon 2009 plug-gw
in any of your startup files

the performance difference is substantial.

David Lang

On Thu, 11 Oct 2001, Volker Tanger wrote:

> Date: Thu, 11 Oct 2001 13:15:07 +0200
> From: Volker Tanger <[EMAIL PROTECTED]>
> To: root <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: xinetd error
>
> Greetings!
>
> root schrieb:
>
> >    i have been trying to set up a FWTK server. am using xinetd instead
> > of inetd. this is what i have for my pop-gw
> >  servive pop-gw
> > {
> >         disable= no
> >         socket_type= stream
> >         wait= no
> >         user= root
> >         server= /usr/local/etc/plug-gw plug-gw 2009
> > }
> >
>
> RTFM: the syntax differs from inetd.conf You will have to give the
> arguments with a different variable. The SERVER only gives the executable
> including full path. So the lower part of your pop-gw definition should
> read:
>
>     server= /usr/local/etc/plug-gw
>     server_args= plug-gw plug-gw 2009
>
>
> Bye
>     Volker
>
>
> PS: Don't try using tcp_wrappers - they are already included with
> Xinetd...
>
> --
>
> Volker Tanger  <[EMAIL PROTECTED]>
>  Wrangelstr. 100, 10997 Berlin, Germany
>     DiSCON GmbH - Internet Solutions
>          http://www.discon.de/
>
>
> _______________________________________________
> Firewalls mailing list
> [EMAIL PROTECTED]
> http://lists.gnac.net/mailman/listinfo/firewalls
>
_______________________________________________
Firewalls mailing list
[EMAIL PROTECTED]
http://lists.gnac.net/mailman/listinfo/firewalls

Reply via email to