[beagleboard] Re: How to set eth 0 as default route

2020-09-18 Thread Dennis Lee Bieber
On Fri, 18 Sep 2020 11:59:05 -0700 (PDT), in gmane.comp.hardware.beagleboard.user "myis300-pkbjnfxxiarbdgjk7y7...@public.gmane.org" wrote: >Hello, I was wondering if someone knows the command to set the physical >eth0 connection as the default to always use? Right now it seems to default >to US

Re: [beagleboard] Re: How to set eth 0 as default route

2020-09-18 Thread jonnymo
If you set your default gateway for the port from USB, then you can delete that and add the gateway for the eth0 port. This should direct traffic to the eth0 port. You can verify this with 'ip route". The other option is to use ifmetric and set the ports accordingly. Ex: 'metric 0' - for eth0