Netcfg And USB Tethering

Date:

In order to use netcfg for USB tethering, just configure it as a regular ethernet connection. The following worked for me, remember to modprobe usbnet.

:::bash
CONNECTION='ethernet'
DESCRIPTION='A basic dhcp ethernet connection using iproute'
INTERFACE='usb0'
IP='dhcp'