I make daily use of the tethering feature on my phone to access the internet. Under Linux, when I'm using networkmanager, it autoconnects the DHCP client to the USB ethernet interface that is created when I enable tethering.
To use tethering under FreeBSD, I have to run `dhclient ue0` as root but it seems that both the TrueOS network tool and the GhostBSD netmanager both lack the ability to autoconnect to usb ethernet. I have created tickets for both requesting this feature.
Until such features are implemented in those tools, what's the best or easiest way to configure dhclient/FreeBSD so that I can auto-connect to USB ethernet when it appears? I tried adding
To rc.conf with no success.
To use tethering under FreeBSD, I have to run `dhclient ue0` as root but it seems that both the TrueOS network tool and the GhostBSD netmanager both lack the ability to autoconnect to usb ethernet. I have created tickets for both requesting this feature.
Until such features are implemented in those tools, what's the best or easiest way to configure dhclient/FreeBSD so that I can auto-connect to USB ethernet when it appears? I tried adding
Code:
ifconfig_ue0="DHCP"
To rc.conf with no success.