Proxy choices

Devon Harding devonharding at gmail.com
Fri Dec 9 15:11:02 UTC 2005


On 12/9/05, Les Mikesell <lesmikesell at gmail.com> wrote:
> On Fri, 2005-12-09 at 07:34, Devon Harding wrote:
> > Great, that worked!  Question, where does xinetd log to?
> >
> > On 12/8/05, Les Mikesell <lesmikesell at gmail.com> wrote:
> > > On Thu, 2005-12-08 at 15:36, Devon Harding wrote:
> > > > This is what I do for delegate forwarding ssl:
> > > > /usr/local/bin/delegated -P443 SERVER=tcprelay://192.168.10.96:443
> > > > PERMIT="*:*:*.*"
> > > >
> > > > How do I do this with xinetd, seems cleaner?
> > >
> > > The proxy box itself can't be running any https service.
> > > Put something like this in a file in /etc/xinetd.d and
> > > restart xinetd.
> > >
> > > service https
> > > {
> > >         socket_type             = stream
> > >         flags                   = REUSE
> > >         wait                    = no
> > >         user                    = root
> > >         log_on_success  += HOST DURATION
> > >         log_on_failure  += HOST
> > >         redirect                = 192.168.10.96 443
> > >         disable                 = no
> > > }
> > >
>
>
> It should be in /var/log/secure.
>
> --
>   Les Mikesell
>    lesmikesell at gmail.com
>
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>

btw, can xinet.d listen on one port and redirect to another?




More information about the fedora-list mailing list