Issues with setting up Holybro Jetson Ethernet

I followed the Jetson Holybro setup guide, when I get to the Ethernet setup section and run the sudo netplan apply, I get the following message:

** (generate:3440): WARNING **: 23:09:27.633: Permissions for /etc/netplan/01-netcfg.yaml are too open. Netplan configuration should NOT be accessible by others.
WARNING:root:Cannot call Open vSwitch: ovsdb-server.service is not running.

I tried to install Open vSwitch but then I get:

Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 142.
A dependency job for openvswitch-switch.service failed. See ‘journalctl -xe’ for details.
invoke-rc.d: initscript openvswitch-switch, action “start” failed.
○ openvswitch-switch.service - Open vSwitch
Loaded: loaded (/lib/systemd/system/openvswitch-switch.service; enabled; vendor preset: enabled)
Active: inactive (dead)

Oct 07 23:21:30 ubuntu systemd[1]: Dependency failed for Open vSwitch.
Oct 07 23:21:30 ubuntu systemd[1]: openvswitch-switch.service: Job openvswitch-switch.service/start failed with result ‘dependency’.
Oct 07 23:44:44 ubuntu systemd[1]: Dependency failed for Open vSwitch.
Oct 07 23:44:44 ubuntu systemd[1]: openvswitch-switch.service: Job openvswitch-switch.service/start failed with result ‘dependency’.
dpkg: error processing package openvswitch-switch (–configure):
installed openvswitch-switch package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
openvswitch-switch
E: Sub-process /usr/bin/dpkg returned an error code (1)

Has anyone ran into similar issues in trying to get the ethernet connection set up between the Jetson and PixHawk? At one point I think I was able to ping 10.41.10.2 and get a response which confirms the connection but then I loose connection to the internet. My Jetson ethernet port is hardwired to my internet router.