D
ddc-jz
Guest
I created a miniport driver for our Fibre Channel NIC using Ndis 6 in Windows 10.
There is problem in setting a static ip address to the interface. After the driver is loaded, a static ip address can be set via "Network Connection". But after the computer is rebooted, the ip address does not show up in the ipconfig command. The interface goes back to autoconfiguration.
I know it must be my driver that missed something. But I do not know which OID or NDIS API to use to handle it properly. I Please help me in providing suggestion or API/sample to read.
jz
Continue reading...
There is problem in setting a static ip address to the interface. After the driver is loaded, a static ip address can be set via "Network Connection". But after the computer is rebooted, the ip address does not show up in the ipconfig command. The interface goes back to autoconfiguration.
I know it must be my driver that missed something. But I do not know which OID or NDIS API to use to handle it properly. I Please help me in providing suggestion or API/sample to read.
jz
Continue reading...