I want to change the internet connection from ethernet cable to an LTE sim card. For this, I need to configure the netplan .yaml file correctly.
The current file is
network:
version: 2
renderer: networkd
ethernets:
es160:
dhcp4: yes
dhcp6: no
How would I need to configure this file so that an LTE connection is established?