[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] How to Restrict users from accesing some particular site
By the way ISPs in Lahore are working with their routers configured in a
way that all the http data goes through the proxy server. Therefore just
one command can block all http requests at the proxy server stage.
On Tue, 21 Dec 1999 linuxfan@xxxxxxxxxxxxxx wrote:
>
> Best way to restrict a site is to restrict it at NIC level via IPCHAINS
> command. Proxies are OK but if the cliant disables proxy he can recah to
> that site.
> here is exact ipchain command.
> Suppose you wish to reject hotmail the via DNS name the coomand is as
> follows
>
> ipchains -A output -d www.hotmail.com -j REJECT
>
> Suppose you wish to stop a particular IP then the command is as folows
>
>
> ipchains -A output -d 209.185.243.135/24 -j REJECT
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.