Dear all,
First, I would like to thank you all for the hard work over OpenBSD
over the years.
My question is about USB teethering using an Android phone. I would
like to mount urdnis0 and dhcp interface as soon as the phone is
connected.
urdnis is configured as follows:
$cat /etc/hostname.urndis0
up
dhcp
hotplugd is running as follows:
$cat /etc/hotplug/attach
#!/bin/sh
DEVCLASS=$1
DEVNAME=$2
case $DEVCLASS in
3)
# network devices; requires hostname.$DEVNAME
sh /etc/netstart $DEVNAME
;;
esac
Do you know why dhcpclient is not triggered over phone usb connection?
Kind regards,
--
Jean-Michel Pouré <[email protected]>