The banning of IP address ranges using Windows.
Quick question:
How do I ban all traffic from a specific IP address using Windows XP? I am able to do this from within Linux using the /etc/hosts.deny functionality. I am not really a Windows user but would like to stop users of my box from visiting certain web sites.
Any comments welcome.
Thanks in advance.
Re: The banning of IP address ranges using Windows.
Quote:
Originally posted here by wurzul
[B]Quick question:
How do I ban all traffic from a specific IP address using Windows XP?
Can windows XP's firewall not do this? If it can't then it isn't very good.
Quote:
I am able to do this from within Linux using the /etc/hosts.deny functionality.
No, that is not what hosts.deny does.
Hosts.deny only bans connections to some services (mostly old stuff like telnet and ftp)
Any application which doesn't read hosts.deny will not be affected.
Seeing as such things as web browsers don't take any notice of hosts.deny, they will still be able to receive traffic from banned hosts in that file.
Sumdumguy wrote:
Quote:
XP has a hosts file as well.. which you can use just like in *nix...
Yes, but that's not what the OP was talking about. hosts.deny is totally unrelated to hosts.
Slarty