I would like to enable Ethernet tethering in my Laptop. While trying to enable tethering getting message like that " Ethernet tethering has to be manually allowed in /etc/connman/main.confg. How to enable it. ? I am using static wired connection.
How to enable tethering?
Moderator: Forum moderators
-
- Posts: 643
- Joined: Thu Oct 01, 2020 8:17 am
- Location: Australia
- Has thanked: 16 times
- Been thanked: 231 times
- Contact:
Re: How to enable tethering?
@nnriyer,
The direct answer to your question is:
edit the '/etc/connman/main.confg' fiile, and change:
Code: Select all
# TetheringTechnologies = wifi,bluetooth,gadget
to
Code: Select all
# TetheringTechnologies = wifi,bluetooth,gadget
TetheringTechnologies = wifi,bluetooth,gadget,ethernet
BUT, heed the warning:
Code: Select all
# NOTE that if ethernet tethering is enabled, then a DHCP server is
# started on all ethernet interfaces. Tethered ethernet should
# never be connected to corporate or home network as it will disrupt
# normal operation of these networks. Due to this ethernet is not
# tethered by default. Do not activate ethernet tethering unless you
# really know what you are doing.
especially the last sentence.
Re: How to enable tethering?
Thank you very much. I have done previously. However, not able to enable the tethering. As per your instruction, I have done once again, This time I have re-started the Laptop and voila. Thank you very much for very beautiful OS.