Bebi Costescu wrote:
> uite care-i treaba, stii cum se face au ba ?
> daca stie careva sa zica, daca nu nu.
> fara man aia man ailalta samd. ca doar n-am intrebat asa ca sa ma aflu-n
> treaba fara sa cat nimic prin doace.
>
> Eugen Cocalea wrote:
>
> > transparent proxying. man ipchains, search transparent.
> >
> > REDIRECT is only legal for the input and user-defined
> > chains and can only be used when the Linux kernel is com-
> > piled with CONFIG_IP_TRANSPARENT_PROXY defined. With
> > this, packets will be redirected to a local socket, even
> > if they were sent to a remote host. If the specified
> > redirection port is 0, which is the default value, the
> > destination port of a packet will be used as the redirec-
> > tion port. When this target is used, an optional extra
> > argument (the port number) can be supplied.
> >
> > --
> > Eugen Cocalea
> > Network Administrator @ Isratech.ro
> >
> > On Nov 15, 2000, 3:47pm, Bebi Costescu wrote:
> >
> > |BC|Am un proxy prin care ies clientii.
> > |BC|Vreau ca unii dintre ei (dupa IP) sa nu poata iesi afara decit prin
> > |BC|acest proxy.
> > |BC|
> > |BC|
> > |BC|--
> > |BC|computer do what we tell to do not what we want to do
> > |BC|
> > |BC|Bebi Costescu
> > |BC|www.hs.ro
> > |BC|
> > |BC|
> > |BC|
> > |BC|---
> > |BC|Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
> > |BC|unsubscribe from this list.
> > |BC|
> >
> > ---
> > Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
> > unsubscribe from this list.
>
> --
> computer do what we tell to do not what we want to do
>
> Bebi Costescu
> www.hs.ro
>
> ---
> Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
> unsubscribe from this list.
/sbin/ipchains -A input -p tcp -s 192.168.1.0/24 -d 0/0 80 -j REDIRECT 3128
si opresti restul porturilor
de iesit afara
cu exceptia lui 25 53 si ce naiba mai vrei tu
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.