PORT BLOCKING FOR WINDOWS 98
-
Hi, can I get help on how to block and realse the ports for Win 98 OS. From msdn i found that ipseccmd is the utility that could be used for Windows XP and Windows2000 to block/release ports. Similraly, is there any utility available for Windows 98? Or is there any other method by which I can block/relase ports for Windows 98(i.e, any registry enry that helps in blocking ports)??????? Thnx in advance URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .
-
Hi, can I get help on how to block and realse the ports for Win 98 OS. From msdn i found that ipseccmd is the utility that could be used for Windows XP and Windows2000 to block/release ports. Similraly, is there any utility available for Windows 98? Or is there any other method by which I can block/relase ports for Windows 98(i.e, any registry enry that helps in blocking ports)??????? Thnx in advance URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .
Just listen to that port and don't accept any connection, then it's "closed" ;). The other way is to create a device driver. Don't try it, just do it! ;-)
-
Just listen to that port and don't accept any connection, then it's "closed" ;). The other way is to create a device driver. Don't try it, just do it! ;-)
Hi, I need to block both outbound and inbound ports.As you say I can listen in that port and not accept connections to control inbounf traffic on that port.But waht could be done for the outbound traffic?Could you explain more about the device drivers method which you have mentioned? URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .