I am working with an embedded system in my lab and to remotely access the board, I have given a static IP to the board on Ethernet connection. The problem is - due to security reasons Ethernet connection cannot access general internet. The only way to access internet is by using wlan0. By default, Ethernet connection is preferred over wireless.
Is there a method by which I can remotely access the board using Ethernet? and whenever I run a command which required general internet connection ( such as sudo apt-get update), the board uses wlan0 to access internet!