I have Ubuntu 18.04 connected to a wired network:
But when I try to share my desktop I don't have any network available:
How am I supposed to share my desktop if I cannot select any network?
I'm trying to create ppp0 interface. I have written in /etc/network/interfaces:
auto ppp0
iface ppp0 inet ppp
provider international
But when I try "sudo ifconfig ppp0 up" I get:
ppp0: ERROR while getting interface flags: No such device
I have restarted my PC and network manager. I have never used ppp interfaces so I'm probably missing some previous basic configuration. How can I set up a ppp0 device?