I wrot a file in /etc/xinetd.d
-------
service www
{
        flags       = REUSE
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = apache
        groups      = yes
        bind            = external.ip.which.would.accept.www.traffic
        redirect    = internal.ip.of.the.server 80
}

--------
Steve Lee wrote:

> how would you set that up ( redirect for www )
> from xinet?
>
> i would really like to know how to.
>
> Thanks
>
> On Tue, 6 Feb 2001, Claudiu Balciza wrote:
>
> >   hi all,
> >
> > I managed to redirect the www traffic with xinetd from the internet gateway
> > to the inner www server
> > I cannot do the same for the ftp
> > ftp port 21 works just fine
> > ftp-data port 20 gets no redirection



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to