Win11 (22000.51)
My computer has a vpn, and the connection method is the built-in L2TP of windows. When the connection is successful, L2TP will not add the default route, and the interface is displayed as follows:
PPP adapter L2TP:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 10.9.0.2
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . :
Use windows routing commands to add routes,
route add 1.0.1.0 mask 255.255.255.0 10.9.0.2
route add 1.0.2.0 mask 255.255.254.0 10.9.0.2
route add 1.0.8.0 mask 255.255.248.0 10.9.0.2
route add 1.0.32.0 mask 255.255.224.0 10.9.0.2
.....
When added to about 600 items, The system will have a blue screen crash。Crash can be reproduced every time。 Previous windows version did not have this problem。Hope you fix it。