Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

Firewall Question
Self | 9/5/2010 | Self

Posted on 09/05/2010 5:22:10 PM PDT by SteamShovel

Does anybody know of a firewall program that will allow blocking direct access to a site (youtube in my case) while still allowing another page to bring in content from that site?

I am trying to block youtube while allowing an educational site that has specific embedded youtube videos as lecture material.

With McAfee, I can block youtube, but then the embedded video lectures aren't loaded at the educational site.


TOPICS: Computers/Internet; Education
KEYWORDS: filter; firewall; youtube
Navigation: use the links below to view more comments.
first 1-2021-23 next last
HELP!
1 posted on 09/05/2010 5:22:12 PM PDT by SteamShovel
[ Post Reply | Private Reply | View Replies]

To: SteamShovel

Don’t think you can since your computer doesn’t make a distinction.


2 posted on 09/05/2010 5:26:23 PM PDT by driftdiver (I could eat it raw, but why do that when I have a fire.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel

You don’t need a firewall. Just to go your “Tools” and then “Options” and you can block anything you want.


3 posted on 09/05/2010 5:30:19 PM PDT by Extremely Extreme Extremist (Mexico is the U.S. version of Hamas)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel

off hand I think your sol. However if you use a proxy server to view the ed vids you may be able to view the content while blocking the utube site.


4 posted on 09/05/2010 5:31:09 PM PDT by waynesa98
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel; Extremely Extreme Extremist
If "youtube.com/xxxxxx" is anywhere in the source code of the website, I would think the content would be blocked as well.

Maybe disguise all the embedded youtube links by converting them via Tinyurl.

Just a thought. Not sure if it will work.

5 posted on 09/05/2010 5:34:19 PM PDT by library user
[ Post Reply | Private Reply | To 3 | View Replies]

To: SteamShovel

Does McAfee have an exception feature? So you block a general url (e.g. youtube.com) but you let exceptions thru (i.e. a specific youtube url to the content you want to view)?


6 posted on 09/05/2010 5:34:32 PM PDT by vbmoneyspender
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel

Embedded video still originates at Youtube.

Unless the video originates at a different site, blocking Youtube should also block the embedded as well.

I’m not sure a firewall will do what you want. It will either block the source or allow it.


7 posted on 09/05/2010 5:40:44 PM PDT by TomGuy
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel

Why not just use a video downloader and download the videos you want? There are about a jillion download programs, including Firefox andf IE add-ons, and most of ‘em are free.


8 posted on 09/05/2010 5:43:45 PM PDT by JennysCool (My hypocrisy goes only so far)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel

I don’t know what kind of router you have, but the one I have (LinkSys) allows granular filtering where you can allow certian pages even if you have a whole site blocked.

Trend Micro Internet Security Pro has a parental control feature that lets you do sort of the same thing, only I haven’t tried to use it so I can’t vouch for how well it might work. Additionally, I’m disappointed with the quality of that product in general. I will be buying somethng else when my subscription runs out because I’ve had nothing but trouble with my internet applications since I got it. I’ve had to turn off the web tool bar and the email scanning because it didn’t play nice.


9 posted on 09/05/2010 5:46:54 PM PDT by dajeeps
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel
You can't childproof the world, so worldproof the child.

Children under 16 shouldn't have access to the internet in a private room (family room is ok) unless there is supervision.

Don't try to get a technical fix for something that is a moral issue.

And yes, there is a way to do what you want. Set up a linux box as a gateway with 2 network ports and use ipchains or iptables to block direct links to YouTube, while allowing embedded links. You'll need to write some code to parse the headers and hook into iptables.

The complete answer is, of course, left to the student. (hand wave)

/johnny

10 posted on 09/05/2010 6:05:09 PM PDT by JRandomFreeper (Gone Galt)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel

You need to allow, rather than block. What’s bad about that is having to allow everything means you can miss a lot and not let it in. Whereas blocking is easy but too much gets blocked.

Web filtering decision trees suck - they’re more like stumps than trees.

On the other hand, it’s a golden opportunity for any programmer who wants to sit down and work out the code demons.


11 posted on 09/05/2010 6:07:51 PM PDT by Talisker (When you find a turtle on top of a fence post, you can be damn sure it didn't get there on it's own.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel

You either block it or you don’t.


12 posted on 09/05/2010 6:10:14 PM PDT by AppyPappy (If you aren't part of the solution, there is good money to be made prolonging the problem.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: JRandomFreeper

> Set up a linux box as a gateway with 2 network ports and
> use ipchains or iptables to block direct links to
> YouTube, while allowing embedded links.

This is almost exactly what I did.

Linux box with 2 network ports.

One connected to the DSL modem, other connected to the Wireless Access Point (WAP). I actually have two subnets, one that I use for work, and the other for the rest of the family.

Linux box also provides a proxy server for the family subnet and runs Dansguardian. Unless it’s in the Dansguardian “whitelist”, you can’t access it. You can get quite granular, not only with web pages, but with users.

Linux box also provides a mailserver. Every email that comes in or goes out is copied to me.

Of course, all chat, social networking, and external mail servers are blocked by Dansguardian.

Linux box also has Network Attached Storage (NAS) and runs Samba. We have hundreds of movies and thousands of music CDs available. Using smb.conf to create access for various “groups”, I can limit access to the various available media according to age.

Media works best if you’re using Wireless-N (300 Mb), unless, of course, everybody decides to access a movie at the same time.
:)


13 posted on 09/05/2010 6:31:34 PM PDT by Westbrook (Having children does not divide your love, it multiplies it.)
[ Post Reply | Private Reply | To 10 | View Replies]

To: Westbrook

I presume you don’t give your family audience a Linux account.

Otherwise, they could run a browser remotely on Linux by running an X-server on their Windows boxes.


14 posted on 09/05/2010 6:42:13 PM PDT by proxy_user
[ Post Reply | Private Reply | To 13 | View Replies]

To: SteamShovel

If you’re using Windows:
UAC and http://blogmines.com/blog/2007/06/13/windows-vista-how-to-block-websites-using-parental-control/


15 posted on 09/05/2010 6:51:06 PM PDT by mrsmith
[ Post Reply | Private Reply | To 1 | View Replies]

To: SteamShovel

look at opendns.org I think it will do what you want


16 posted on 09/05/2010 7:00:14 PM PDT by Nashvegas (What do you get if you offer a liberal a penny for their thoughts? Change)
[ Post Reply | Private Reply | To 1 | View Replies]

To: proxy_user

> I presume you don’t give your family audience a Linux account.

Correct.

Only samba access to the NAS.


17 posted on 09/05/2010 7:16:37 PM PDT by Westbrook (Having children does not divide your love, it multiplies it.)
[ Post Reply | Private Reply | To 14 | View Replies]

To: SteamShovel

The easiest solution may be for you to to forget about punching holes in your firewall and just download the YouTube videos as FLV files using Download Helper for Firefox, and play them locally using something like VLC media player.


18 posted on 09/05/2010 8:01:29 PM PDT by TChad
[ Post Reply | Private Reply | To 1 | View Replies]

To: Westbrook
You can get quite granular, not only with web pages, but with users.

You can get incredibly granular if you write your own scripts or code to parse the headers, and link it into iptables. Read the source, Luke. It's open because we change it when we want to meet our needs of the moment. ;)

But it's really, really good to worldproof the child. 'Teach him in the way he should go, and he will not depart from it'

/johnny

19 posted on 09/05/2010 8:57:43 PM PDT by JRandomFreeper (Gone Galt)
[ Post Reply | Private Reply | To 13 | View Replies]

To: AppyPappy
You either block it or you don’t.

Not exactly. You can pick apart the headers and find out if the packet is refered from a page from a specific approved site. Sure, it takes some temp files to set everything up for the initial transaction, but it's doable.

I would bid 80 hours at my normal bill rate and promise the filtering, and a cute little web app to control it.

/johnny

20 posted on 09/05/2010 9:03:31 PM PDT by JRandomFreeper (Gone Galt)
[ Post Reply | Private Reply | To 12 | View Replies]


Navigation: use the links below to view more comments.
first 1-2021-23 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson