Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results

Home NTDEV

Before Posting...

Please check out the Community Guidelines in the Announcements and Administration Category.

More Info on Driver Writing and Debugging


The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.


Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/


About the problem of FWPM_LAYER_ALE_CONNECT_REDIRECT_V4 redirecting port 53

liangdodoliangdodo Member Posts: 15

Hello everyone!
I have a problem with WFP redirection:
I want to redirect the DNS packets of port 53 to the agent of this machine---127.0.0.1 at the FWPM_LAYER_ALE_CONNECT_REDIRECT_V4 layer, which is no problem on windows7. However, 127.0.0.1 cannot be used when porting it to Windows 10, and the agent will not receive the redirected DNS packets.
Later, I found out that I need to change the redirected address to my local intranet address on Windows 10—192.168.28.145 can be received. I want to know why this happens. Can I redirect port 53 to this machine on Windows 10? Use 127.0.0.1?
I don't know if anyone has encountered such a problem, I hope to get your answer, thank you!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

Upcoming OSR Seminars
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead!
Internals & Software Drivers 19-23 June 2023 Live, Online
Writing WDF Drivers 10-14 July 2023 Live, Online
Kernel Debugging 16-20 October 2023 Live, Online
Developing Minifilters 13-17 November 2023 Live, Online