RNDIS over USB STM32F746-Discovery ping time out problem
Hello,
I have problem with ping request and RNDIS server. I use STM32F746G-Discovery and Windows 7,10,11.
My steps:
- I compiled the example STM32Cube_FW_F7_V1.17.1\Projects\STM32746G- Discovery\Applications\USB_Device\CDC_RNDIS_Server for FS and uploaded stm32 board.
- I set network in Windows for Remote NDIS:
- Deactivate IPv6 and activate IPv4 mode
- Static addresses as follows:
- Address = 192.168.0.11
- Network Mask = 255.255.255.0
- Gateway = 192.168.0.1
- Automatic DNS and Routing deactivated.

- I opened command line and created ping request „ping 192.168.0.10 –t”. It works ok.

- I reconnected usb in PC. Ping doesn’t work. I still have „Request timed out”:

To restore communication I need to change the network settings. I have to set IP6 active and click OK.

Why is communication restored after IP6 activation? I think than communication should start after connect USB to PC. Can you explain to me what is the problem ?
