LINUX.ORG.RU

История изменений

Исправление niXman, (текущая версия) :

А arp-запросы там появляются?

при использовании того фильтра для tcpdump который я указывал выше, я и так постоянно вижу такие ARP запросы, даже без запуска ping:

 00:00:00.000650 00:1d:aa:68:bd:08 > 26:f0:f3:89:b8:37, ethertype ARP (0x0806), length 60: Reply 192.168.1.1 is-at 00:1d:aa:68:bd:08, length 46
 00:00:00.111080 3c:77:e6:41:c6:f5 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 60: Request who-has 192.168.1.205 tell 192.168.1.213, length 46
 00:00:00.824354 26:f0:f3:89:b8:37 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.1.44 tell 192.168.1.41, length 28
 00:00:00.064620 26:f0:f3:89:b8:37 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.1.1 tell 192.168.1.41, length 28
 00:00:00.000751 00:1d:aa:68:bd:08 > 26:f0:f3:89:b8:37, ethertype ARP (0x0806), length 60: Reply 192.168.1.1 is-at 00:1d:aa:68:bd:08, length 46
 00:00:00.110269 3c:77:e6:41:c6:f5 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 60: Request who-has 192.168.1.205 tell 192.168.1.213, length 46

но при запуске пинг ничего нового не появляется.

ip route show

выдает такое:

default via 192.168.1.1 dev eth0 proto static 
192.168.1.0/24 dev br0 proto kernel scope link src 192.168.1.41 
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.41 
но я не понимаю, это правильно, или нет...

Исходная версия niXman, :

А arp-запросы там появляются?

при использовании того фильтра для tcpdump я указывал выше, я и так постоянно вижу такие ARP запросы, даже без запуска ping:

 00:00:00.000650 00:1d:aa:68:bd:08 > 26:f0:f3:89:b8:37, ethertype ARP (0x0806), length 60: Reply 192.168.1.1 is-at 00:1d:aa:68:bd:08, length 46
 00:00:00.111080 3c:77:e6:41:c6:f5 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 60: Request who-has 192.168.1.205 tell 192.168.1.213, length 46
 00:00:00.824354 26:f0:f3:89:b8:37 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.1.44 tell 192.168.1.41, length 28
 00:00:00.064620 26:f0:f3:89:b8:37 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.1.1 tell 192.168.1.41, length 28
 00:00:00.000751 00:1d:aa:68:bd:08 > 26:f0:f3:89:b8:37, ethertype ARP (0x0806), length 60: Reply 192.168.1.1 is-at 00:1d:aa:68:bd:08, length 46
 00:00:00.110269 3c:77:e6:41:c6:f5 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 60: Request who-has 192.168.1.205 tell 192.168.1.213, length 46

но при запуске пинг ничего нового не появляется.

ip route show

выдает такое:

default via 192.168.1.1 dev eth0 proto static 
192.168.1.0/24 dev br0 proto kernel scope link src 192.168.1.41 
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.41 
но я не понимаю, это правильно, или нет...