Hi and thanks to ALL in advance. I do apologize as this might be a stupid question to some of you experts but I am a new to shorewall. How can I block a specific url? Aka, I don''t want anybody hitting mysite.com/fooooo from outsite the firewall??? Vitaly Burshteyn Senior Network Engineer Broadway.com, Theatre Direct International 729 7th Avenue New York, New York 10019 Phone: 212.817.9117 Cell# 917-701-5732 -----Original Message----- From: shorewall-users-request@lists.sourceforge.net [mailto:shorewall-users-request@lists.sourceforge.net] Sent: Wednesday, August 19, 2009 1:57 PM To: shorewall-users@lists.sourceforge.net Subject: Shorewall-users Digest, Vol 39, Issue 10 Send Shorewall-users mailing list submissions to shorewall-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/shorewall-users or, via email, send a message with subject or body ''help'' to shorewall-users-request@lists.sourceforge.net You can reach the person managing the list at shorewall-users-owner@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Shorewall-users digest..." ____________________________________ The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what''s new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
Vitaly Burshteyn wrote:> Hi and thanks to ALL in advance. > > I do apologize as this might be a stupid question to some of you experts > but I am a new to shorewall. > > How can I block a specific url? > > Aka, I don''t want anybody hitting mysite.com/fooooo from outsite the > firewall???That isn''t possible with a packet filter like Shorewall/Netfilter. -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what''s new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
What you''re looking for is an HTTP proxy of some sort. Have a look at Squid or even Apache. Using those you can set up what you want. Tom Eastep wrote: Vitaly Burshteyn wrote: Hi and thanks to ALL in advance. I do apologize as this might be a stupid question to some of you experts but I am a new to shorewall. How can I block a specific url? Aka, I don''t want anybody hitting mysite.com/fooooo from outsite the firewall??? That isn''t possible with a packet filter like Shorewall/Netfilter. -Tom ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what''s new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users -- Diego Rivera Director / System Operations Roundbox Global : enterprise : technology : genius ------------------------------------------------------------------------------------------------------------------ Avenida 11 y Calle 7-9, Barrio Amón, San José, Costa Rica tel: +1 (404) 567-5000 ext. 2147 | cel: +(506) 8393-0772 | fax: +(506) 2258-3695 email: diego.rivera@rbxglobal.com | www.rbxglobal.com ------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what''s new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
> How can I block a specific url? > Aka, I don''t want anybody hitting mysite.com/fooooo from outsite the > firewall???Just guessing a bit here, but maybe you could put something in your httpd.conf or .htaccess file to control this. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what''s new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
Vitaly Burshteyn schrieb:> How can I block a specific url? > > Aka, I don''t want anybody hitting mysite.com/fooooo from outsite the > firewall??? >You can simply do it in your web server (.htaccess file with apache). There you can have even mixed rules, so that your employees have no authentication from inside, but from outside: Order deny,allow Require User joe mike sue diana Allow from 127.0.0.1 192.168.0.0/255.255.255.0 Deny from all Satisfy any Regards, Christian ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what''s new with Crystal Reports now. http://p.sf.net/sfu/bobj-july