Weird Bluetooth settings in Network settings

Hi, I just finished experimenting with windows 10. Before I switched to linux, I disabled my wifi network card. I have no complaints. The problem is, now I have a new type of bluetooth connection that activates every time I boot. Even when I've disabled the bluetooth features in the command line (the service also), it comes up every reboot. I think it may have to do with my vpn connection I've implemented. I just don't know and would like to find out. Can anyone fill me in on the reason for these connections popping up every reboot? They are: Bluetooth: Dummy (ipv6leakintrf0) Dummy (pvpnksintrf0) Dummy (pvpnroutintrf0). Thanks for any replies. Joseph

On Fri, Feb 12, 2021 at 12:04 PM Joseph Rocklin via talk <talk@gtalug.org> wrote:
Hi,
I just finished experimenting with windows 10. Before I switched to linux, I disabled my wifi network card. I have no complaints.
The problem is, now I have a new type of bluetooth connection that activates every time I boot. Even when I've disabled the bluetooth features in the command line (the service also), it comes up every reboot. I think it may have to do with my vpn connection I've implemented. I just don't know and would like to find out. Can anyone fill me in on the reason for these connections popping up every reboot?
They are:
Bluetooth:
Dummy (ipv6leakintrf0) Dummy (pvpnksintrf0) Dummy (pvpnroutintrf0).
Thanks for any replies.
You don't say which distro you are using but I think possibly systemd is overriding your command line changes. if so this command will show the status on your system. sudo systemctl status bluetooth.service If it is running, this will stop it sudo systemctl stop bluetooth.service This will remove the service target from the initialization que sudo systemctl disable bluetooth.service HTH
Joseph --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/mailman/ listinfo/talk
-- Russell -- Russell
participants (2)
-
Joseph Rocklin
-
Russell Reiter