|
Other OS Any other OS such as Microsoft Windows, BeOS, Plan9, Syllable, and whatnot. |
|
Thread Tools | Display Modes |
|
|||
There was a thread similar to this last December.. I mentioned blocking sites at the router level.
http://www.daemonforums.org/showthread.php?t=2531 If you really want to do this locally, the hosts file was a valid option.. but antivirus software may revert such changes. Are you sure you made the correct changes in C:\Windows\system32\drivers\etc\hosts? Quote:
Do you run your own local caching/forwarding DNS server? BIND has an interesting feature called "view", you could create a bogus myspace.com zone and have it only effect your Wife's activity.. presuming she has a static IP address. /var/named/etc/named.conf: Code:
view "spousal_trickery" { match-clients { wifes_computer; }; recursion yes; zone "myspace.com" { type master; file "master/myspace.com "; }; }; Code:
@ IN SOA myspace.com. tooty.myspace.com. ( ? ; serial ? ; refresh ? ; retry ? ; expiration ? ) ; minimum NS localhost. A 127.0.0.1 *.myspace.com. A 127.0.0.1 |
|
||||
Quote:
Quote:
I don't run bind or anything in front of her machine, although i am considering building a small BSD firewall now. Thanks for the info, I will keep this in mind.
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick |
|
||||
If you're forced to do this at the host level, also consider WIPFW. I've had success with it on a couple different Windows clients; if you're already familiar with IPFW it should be quick and easy to implement.
__________________
Kill your t.v. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PF Blocking VPN Traffic | plexter | OpenBSD Security | 6 | 23rd January 2009 05:25 PM |
pf blocking php mail | ijk | FreeBSD Security | 7 | 30th October 2008 08:33 PM |
PF Blocking | schrodinger | OpenBSD Security | 6 | 6th October 2008 10:33 PM |
Blocking remote desktop apps | bichumo | General software and network | 3 | 30th September 2008 08:14 PM |