All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Покотиленко Костик" <casper@meteor.dp.ua>
To: Tarak Ranjan <tarak.ranjan@liqwidkrystal.com>
Cc: netfilter@vger.kernel.org
Subject: Re: Direct Internet Connection For Client
Date: Tue, 13 Nov 2007 10:04:05 +0200	[thread overview]
Message-ID: <1194941045.2675.3.camel@localhost.localdomain> (raw)
In-Reply-To: <4739525D.70205@liqwidkrystal.com>

В Вто, 13/11/2007 в 12:59 +0530, Tarak Ranjan пишет:
> Hi list,
>            i have installed proxy and gateway in the same system. How 
> can  stop "Direct Connection" in web browser for internet for the 
> clients(proxy). i have redirect 80 port to 8080. then also direct 
> connection is happening from the clients. what sort of iptables rules 
> i've to implement in my gateway firewall , that every time users should 
> pass through proxy(8080). No Direct Connection........

iptables -A FORWARD -i <client_iface> -o <inet_iface> -j REJECT
--reject-with icmp-admin-prohibited

-- 
Покотиленко Костик <casper@meteor.dp.ua>



  reply	other threads:[~2007-11-13  8:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-13  7:29 Direct Internet Connection For Client Tarak Ranjan
2007-11-13  8:04 ` Покотиленко Костик [this message]
2007-11-13  8:13 ` Rob Sterenborg
2007-11-13 11:46   ` Tarak Ranjan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1194941045.2675.3.camel@localhost.localdomain \
    --to=casper@meteor.dp.ua \
    --cc=netfilter@vger.kernel.org \
    --cc=tarak.ranjan@liqwidkrystal.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.