Ноутбук подключён к роутеру по вайфаю, к стационарному компу через ethernet. Всё в сети 192.168.1.*. Ноутбук после команды
[alex@port ~]$ sudo ifconfig eth0 up
[alex@port ~]$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.4 icmp_seq=2 Destination Host Unreachable
From 192.168.1.4 icmp_seq=3 Destination Host Unreachable
[alex@port ~]$ ping -I wlan0 192.168.1.1
PING 192.168.1.1 (192.168.1.1) from 192.168.1.4 wlan0: 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=2.39 ms
64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=2.52 ms
sudo ifconfig wlan0 up