Простите, что долго (суббота - рабочий день).
Вывод с первого:
route:
192.168.10.0 * 255.255.255.0 U 0 0 0 eth0
ip a:
eth0: <NO-CARRIER,BOROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:08:02:9d:15:da brd ff:ff:ff:ff:ff:ff
inet 192.168.10.1/24 brd 192.168.10.255 scope global eth0
cat /etc/network/interfaces:
auto eth0
iface eth0 inet static
address 192.168.10.1
netmask 255.255.255.0
Вывод со второго:
route:
192.168.10.0 * 255.255.255.0 U 0 0 0 eth0
ip a:
eth0: <NO-CARRIER,BOROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:19:21:5а:43:03 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.2/24 brd 192.168.10.255 scope global eth0
cat /etc/network/interfaces:
auto eth0
iface eth0 inet static
address 192.168.10.2
netmask 255.255.255.0