/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */ > I have tried to block clients to visit web page but does not work.Anyone > give me some advice? > > My ipchains rule: > > ipchains -A input -p tcp -s $intnet -d microsoft.com 80 -j DENY you will have to specify the exact dns-/ip-address. so, ipchains -A input -p tcp -s $intnet -d www.microsoft.com 80 -j DENY would do the job -- Dipl.-Inform. Tobias Walkowiak (mailto:[EMAIL PROTECTED]), Unix Systemadministrator IVU Traffic Technologies AG (http://www.ivu.de), tel +49 30 85906 421 Bundesallee 88, 12161 Berlin _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
