Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

restricting certain sites.

  • 20-12-2005 12:26am
    #1
    Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭


    hey, i'm building a pc for my dad's mate and he has asked me if there's any software that will restrict what his kids can do on the internet, you know the usual stuff like pr0n and all.

    just wondering is there any free applications that will do this for him? i know of netnanny but you've got to pay for that.


Comments

  • Registered Users, Registered Users 2 Posts: 106 ✭✭Fredo


    I use my firewall to prevent some people using my PC at home to reach certain sites. If you do a seach on the web with keys words such as: Parental Control Freeware you should get a handful of software.


  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    that naomi is pretty good, just tested it on my machine and i mistakely hid the icon lol had me scared there for a minute as it was blocking certain boards threads.

    thanks bedlam this will work perfectly.


  • Closed Accounts Posts: 12,807 ✭✭✭✭Orion


    I know this isn't what you're looking for but if you want to just restrict certain sites you can do that within Windows itself.

    Find the HOSTS file in C:\Windows\system32\drivers\etc and open it in notepad. Then add a new line for each site you want to block with an IP address of 127.0.0.1.

    I use that myself for blocking a couple of sites such as rotten.com which I don't want to open myself even by innocently clicking on a link. It's not practical for child-friendly filtering but might be useful for other posters here.


  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    hobie wrote:
    Norton Internet Security now includes a 'Parental Control' facility ..... but not free :cool:
    i wouldn't inflict damage on a pc even if it was free
    Macros42 wrote:
    I know this isn't what you're looking for but if you want to just restrict certain sites you can do that within Windows itself.

    Find the HOSTS file in C:\Windows\system32\drivers\etc and open it in notepad. Then add a new line for each site you want to block with an IP address of 127.0.0.1.

    I use that myself for blocking a couple of sites such as rotten.com which I don't want to open myself even by innocently clicking on a link. It's not practical for child-friendly filtering but might be useful for other posters here.
    that sounds good, there would a few sites, like you mentioned that, that would come in handy for.

    do you know how to find ip addresses of certain sites?


  • Closed Accounts Posts: 1,067 ✭✭✭FunkyChicken


    Cremo wrote:
    do you know how to find ip addresses of certain sites?
    Go onto irc and just type "/dns www.boards.ie" etc.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 23,212 ✭✭✭✭Tom Dunne


    Cremo wrote:
    do you know how to find ip addresses of certain sites?

    Fire up a command prompt (Start->run->cmd) and type NSLOOKUP sitename

    I notice from the description it also blocks blashphemy. Hands up who thinks someone from the GWB brigrade wrote this software?


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Go onto irc and just type "/dns www.boards.ie" etc.
    Or from in Windows you can use ping.

    Start -> Run -> cmd -> ping site

    This will start with the line

    pinging site [site_ip] with 32 bytes of data.

    BTW, the hosts file also works with blocking domain names, so you don't need to explicitly use the IP.


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    hobie wrote:
    You lost me there? :confused:
    He means Norton is crap.


  • Closed Accounts Posts: 1,338 ✭✭✭hobie


    He means Norton is crap

    ah so! .... :p ..... didn't know that :(

    I'll go back and remove the suggestion straight away ;)


  • Registered Users, Registered Users 2 Posts: 6,908 ✭✭✭CrowdedHouse



    BTW, the hosts file also works with blocking domain names, so you don't need to explicitly use the IP.


    My Hosts file just contains the following:

    127.0.0.1 localhost


    So if I want to block say 45.46,47.48

    do I go

    127.0.0.1 45.46.47.48

    and/or

    127.0.0.1 www.eircom.ie


    or am I misunderstanding something ?


    TIA

    Seven Worlds will Collide



  • Advertisement
  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    The host you want to block first, then the address to go to.

    So it would be:
    45.46.47.48 127.0.0.1
    www.eircom.ie 127.0.0.1

    Whats actually happening is that you are telling the computer that for any program that tries to access the first address, send it to the second instead.


  • Registered Users, Registered Users 2 Posts: 6,908 ✭✭✭CrowdedHouse


    Ah now I understand

    Thanks (cousin!)

    Seven Worlds will Collide



  • Closed Accounts Posts: 1,643 ✭✭✭Gandalf23


    More info on hosts here


Advertisement