To start off, we start bash and execute
nm-connection-editor
. (This starts the network manager)Now click the
+
on the bottom left of the spawned window.Next up select
Ethernet
from the options and click onCreate
in the bottom right.Go to the
IPv4 Settings
and change the method fromAutomatic (DHCP)
toShared with other computers
.Now click on
Save
on the bottom right and connect a LAN-cable to your other device.
You should now be able to use the bridged connection.
PS:
- If your device can’t establish a connection to a WIFI, or the Network shows WIFI as disabled try running the following command:
1nmcli radion wifi on
Link to Source1