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

Reply via email to