the nic looks like it's disabled, and the command to enable it isn't documented: https://www.home-assistant.io/common-tasks/os/#home-assistant-via-the-command-line
#HAOS NIC Disabled
1 messages · Page 1 of 1 (latest)
Hmm. Did you disable it and if so, why?
# ha network update -h | grep -i "able"
ha network update eth0 --ipv4-method auto --ipv6-method disabled
-e, --disabled Disable interface
Basically unless you set that flag the option will be inverted: https://github.com/home-assistant/cli/blob/57dd4fbc1df477e583683b4e87d570ee89a21e8f/cmd/network_update.go#L56
Try
ha network update enp0s3u1 --ipv4-method auto
in cli type login first and press enter. Then run command above from Impact
Not needed.