if_urndis (4)
Leading comments
Copyright (c) 2010 Michael Knudsen <mk@openbsd.org> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in...
NAME
urndis - USB Remote NDIS Ethernet deviceSYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:device ehci device uhci device ohci device xhci device usb device urndis
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:
if_urndis_load="YES"
DESCRIPTION
The ifconfig driver provides Ethernet access over Remote NDIS (RNDIS), allowing mobile devices such as phones and tablets to provide network access. It is often referred to as USB tethering, and in most cases must be explicitly enabled on the device.ifconfig should work with any USB RNDIS devices, such as those commonly found on Android devices. It does not support different media types or options. For more information on configuring this device, see ifconfig(8).