-
Posts
4 -
Joined
-
Last visited
Community Answers
-
Jonathan Till's post in Connecting ethernet cable while connected over WIFI causes SSH over WIFI to disconnect was marked as the answer
After further investigation I was able to solve the issue by delaying the script for 90 seconds, however worked out a better solution to modify the /etc/network/interfaces file adding:
up ip link add link eth0 address 22:05:19:61:00:00 eth0.1 type macvlan up ip link set eth0.1 up up dhclient eth0.1
Problem solved