LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   "allow-hotplug bnep0" not working in Debian Jessie (https://www.linuxquestions.org/questions/linux-networking-3/allow-hotplug-bnep0-not-working-in-debian-jessie-4175706157/)

davenmccalla 01-10-2022 02:05 PM

"allow-hotplug bnep0" not working in Debian Jessie
 
I have the following entry in my /etc/network/interfaces file:

allow-hotplug bnep0
iface bnep0 inet static
address 10.5.0.47
netmask 255.255.0.0
broadcast 10.5.255.255

When the bnep0 interface is created, it doesn't come up automatically. It will come up manually using "ifup bnep0". There are a few tutorials where this seems to work for others in the same application (bluetooth networking).

What's the best way to troubleshoot?

davenmccalla 01-10-2022 04:22 PM

I discovered I was missing /lib/udev/rules.d/80-ifupdown.rules. Installing ifupdown package resolved this issue, although it does take a while after the interface is created for it to come up with IP address.


All times are GMT -5. The time now is 11:00 PM.