Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Information > Sp2

Reply
 
 
specweir
Guest
Posts: n/a
 
      09-02-2004
Here is how to block Sp2:
We have to put a sniffer to find out the XML file's name is:
windows-sp2-x86free-usa-2180_056b2b38f5620be85ddd58141b073bc0b06a1d.psf

This file is required to be downloaded first the check out if a XP
system has all the requirements before it downloads the SP2. So if we
block this file, then the system could NOT finish the pre-requirement
check.

C. Here is the code:
__________________________________________________ ________________
class-map match-any red-worm
match protocol http url "windowsxp-sp2-*.*"
/*You could use wild cards here to fit your own system*/
!
!
policy-map mark-inbound-block-SP2
class red-worm
set dscp 1

Interface OUTBOUND
service-policy input mark-inbound-block-SP2

Interface INBOUND
ip access-group 105 out

access-list 105 deny ip any any dscp 1 log
access-list 105 permit ip any any
__________________________________________________ ____________________
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Adminpak SP2 , Windows Server x64 SP2 =?Utf-8?B?QmrDuHJu?= Windows 64bit 2 09-03-2007 12:54 PM
MDAC 2.8 SP2 for W2K3 R2 x64 SP2 =?Utf-8?B?SmFja04=?= Windows 64bit 2 06-07-2007 12:00 AM
Novell Client 4.92 SP2 and Windows XP SP2 Yogi Computer Support 1 07-22-2005 01:33 AM
WIN XP SP2 ERROR: Can not read from or write to the data base. SP2 installation did not complete Father Jack Hackett Computer Support 5 01-26-2005 06:08 PM
Re: IE 6.0 with SP2 and Windows XP SP2 and Adobe Acrobat & Reader 6.0 George ASP .Net 5 08-24-2004 12:11 PM



Advertisments
 



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