A
A
Alex Serov2016-09-29 16:54:40
Programming
Alex Serov, 2016-09-29 16:54:40

Is it possible to write a network card driver to prohibit access to certain IP addresses?

Is it possible to write such a driver and how difficult is this task?
It is necessary to write the driver in Kernel Mode.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Tsilyurik, 2016-09-29
@gibsonman01

It is necessary to write the driver in Kernel Mode under Windows.

This is all written and present in the kernel for a long time - this is the filtering mechanism in the IP stack that firewalls use. And it looks the same, in principle, architecturally, both in Windows and in Linux.
Why write this again?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question