S
Satish S. Joshi
Hi,
This may appear as a newbie question, so please bear with me :-D
Windows 2000 allows static routes to be defined. e.g. if the network
192.168.4.0 / 255.255.255.0 is to be reached via 192.168.1.1, the following
command can be used:
route -p add 192.168.4.0 mask 255.255.255.0 192.168.1.1
My question is: I need to just drop all the packets that are destined for a
particular network. e.g. 192.168.5.0. How do I do this ? Is there a concept
of 'nul' interface in Windows (like certain routers) that can be used for
such a purpose ?
Any help will be much appreciated.
Regards,
Satish S. Joshi
This may appear as a newbie question, so please bear with me :-D
Windows 2000 allows static routes to be defined. e.g. if the network
192.168.4.0 / 255.255.255.0 is to be reached via 192.168.1.1, the following
command can be used:
route -p add 192.168.4.0 mask 255.255.255.0 192.168.1.1
My question is: I need to just drop all the packets that are destined for a
particular network. e.g. 192.168.5.0. How do I do this ? Is there a concept
of 'nul' interface in Windows (like certain routers) that can be used for
such a purpose ?
Any help will be much appreciated.
Regards,
Satish S. Joshi