Set up the working environment
USB NET setup
To use USB networking, we enabled CDC-NCM and DHCP by default on the system.
The USB network used by firmware before V1.1.2
is RNDIS. If you are using an older version, please update to V1.1.2
or a newer system image.
CDC-NCM is driver-free on Linux, macOS, and the latest Windows systems. You can log in to Duo's terminal directly using ssh [email protected]
.
Windows
If your Windows system is older, you need to manually install the CDC-NCM driver as follows:
-
Connect Duo, Duo256M or DuoS to your computer via a Type-C cable.
-
The
CDC NCM
device appears in the Device Manager with a yellow exclamation mark indicating that the driver is not installed. -
Select
CDC NCM
and right-click to selectUpdate Driver
. -
Select
Browse my computer for drivers
. -
Select
Let me pick from a list of available drivers on my computer
. -
Select
Network Adapters
. -
Select
Microsoft
inManufacturer
andUsbNcm Host Device
inModel
. -
Ignore the warning message.
-
The driver was installed successfully.
-
Check
Network Adapter
,UsbNcm Host Device
is displayed normally. -
Use the
ping
command to test.
Linux & macOS
Open the terminal and use the ping
command to test:
ubuntu@linux:~$ ping 192.168.42.1 -c 5
PING 192.168.42.1 (192.168.42.1) 56(84) bytes of data.
64 bytes from 192.168.42.1: icmp_seq=1 ttl=64 time=2.00 ms
64 bytes from 192.168.42.1: icmp_seq=2 ttl=64 time=2.13 ms
64 bytes from 192.168.42.1: icmp_seq=3 ttl=64 time=2.13 ms
64 bytes from 192.168.42.1: icmp_seq=4 ttl=64 time=2.01 ms
64 bytes from 192.168.42.1: icmp_seq=5 ttl=64 time=2.13 ms
--- 192.168.42.1 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 2.003/2.081/2.132/0.059 ms