pi@raspberrypi:~ $ rpi@raspberrypi:~ $ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.1 0.0.0.0 UG 303 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 303 0 0 wlan0
pi@raspberrypi:~ $ sudo ip route del default
pi@raspberrypi:~ $ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 303 0 0 wlan0
pi@raspberrypi:~ $
ip r
, наверняка ты там обнаружишь дефолтный маршрут через ethernet интерфейс.$ ip r
default via 192.168.0.254 dev enp0s25 proto dhcp metric 300
default via 192.168.254.254 dev wlp61s0 proto dhcp metric 600
pi@raspberrypi:~ $ ip rout show
default via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.57 metric 303
192.168.1.0/24 dev eth0 proto dhcp scope link src 192.168.1.54 metric 202
192.168.1.0/24 dev wlan0 proto dhcp scope link src 192.168.1.57 metric 303
interface eth0
static ip_address=192.168.1.54