Estou tentando mudar a ordem do gateway de rota.
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.42.0.1 0.0.0.0 UG 100 0 0 enp5s0
0.0.0.0 172.16.0.1 0.0.0.0 UG 600 0 0 wlp4s0
10.42.0.0 0.0.0.0 255.255.255.0 U 100 0 0 enp5s0
172.16.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp4s0
$ cat /etc/resolv.conf
# this file is automatically created by NetworkManager
nameserver 10.42.0.1
nameserver 172.16.0.1
Specs:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Eu preciso da rota wlp4s0 (sem fio), tentei primeiro, depois tentei a rota enp5s0 (ethernet). Então parece com isso:
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 172.16.0.1 0.0.0.0 UG 600 0 0 wlp4s0
0.0.0.0 10.42.0.1 0.0.0.0 UG 100 0 0 enp5s0
nameserver 172.16.0.1
nameserver 10.42.0.1
Como posso conseguir isso?
editar:
Eu gostaria que o tráfego da Internet passasse pela interface sem fio wlp4s0 em todos os momentos. A interface enp5s0 é o cabo ethernet conectado a um pi de framboesa. Eu estou tentando regularmente SSH no pi sobre ethernet mas ainda acesso à internet através de Wi-Fi