Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Blocking IPs with route add

Reply
Thread Tools Display Modes

Blocking IPs with route add

 
 
aliceaod
Guest
Posts: n/a

 
      03-04-2009

This is something I've been looking for, for a while now. There was
previous post about this but it was over a year old and I need mor
information

I run a game server and in XP I like to use route.exe to block player
who cheat. It's just easier for me to do than go through the rigmarol
of looking up the IP range and then going to the firewall and all tha
crap. I just go to CMD and do it with route add. Takes me 3 seconds an
the cheater is permanently banned (until I delete it). I get the playe
IP and then put it in like this

Code
-------------------
route add -p xxx.xxx.0.0 mask 255.255.0.0 192.168.1.253 metric
-------------------
Where XXX is the network identifier of the cheater and 192.168.1.25
is a non-existing location on my network

This works *great *in XP, but for Vista, it doesn't and I've bee
trying to find out how to do the same for Vista

If I am understanding that old post correctly, I would need to put in
valid IP, like the host machine, rather than a non-existing location.
want to confirm that I am understanding it correctly

What I would then need to do is this

Code
-------------------
route add -p xxx.xxx.0.0 mask 255.255.0.0 192.168.1.45 metric
-------------------
Where 192.168.1.45 would be the IP of the host machine? Is thi
correct

--
aliceaod
 
Reply With Quote
 
 
 
 
aliceaod
Guest
Posts: n/a

 
      03-04-2009

Well, I tested this on a friend and it works! Yay! Thanks anyways folks!



--
aliceaod
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Route Tables ?? Howard Huntley Windows Vista General Discussion 1 08-13-2008 01:59 AM
Add Route rfalken Windows Vista General Discussion 1 05-28-2008 08:43 AM
Installation Route 66? Huib Windows Vista General Discussion 2 04-07-2007 08:11 PM
Help: Route Add Failed? Nick Windows Vista General Discussion 2 03-11-2007 11:45 PM
Route add doesn't work Luca Windows Vista Networking 2 06-15-2006 01:58 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59