1

I was looking in this question to give my phone internet from my computer. But then I got this:
No DHCP servers installed

I am really new in ubuntu and I don't know how to fix that.
What do I have to do to install a DHCP server and get internet for my phone?

Theia
  • 113
  • 1
    Please take into account that Bluetooth tethering is someting "ancient". It can happen easily that your phone does not support it. I suggest you wifi AP instead. – V-Mark Oct 24 '17 at 19:02

1 Answers1

2

This is because dnsmasq (DHCP server) is not installed in your system.

To install dnsmasq type the following command:

sudo apt-get install dnsmasq

To configure dnsmasqvisit this link: Dnsmasq