debianstretch에서 eth0과 wlan0을 결합(활성 백업)했기 때문에 더 이상 ETH0을 사용하여 LAN의 특정 장치를 ping할 수 없습니다.
LAN의 모든 장치는 양방향으로 ping을 수행할 수 있습니다.
장치의 IP 주소를 변경한 후에도 문제가 지속됩니다.
영향을 받는 모든 프로토콜(ICMP뿐만 아니라)
이 WLAN0과 완벽하게 작동합니다
. IPTables 대상에 대한 모든 들어오고 나가는 연결을 허용합니다.
장치 IP는 192.168입니다. .1. 더블 엑스
/etc/네트워크/인터페이스
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet manual
bond-master bond0
bond-mode active-backup
auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
bond-master bond0
bond-mode active-backup
auto bond0
iface bond0 inet static
address 192.168.1.39
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
dns-nameservers 9.9.9.9 192.168.1.254
bond-mode active-backup
bond-miimon 200
bond-downdelay 200
bond-updelay 200
bond-slaves none
bond-primary eth0
bond-fail_over_mac none
hw-address b8:27:eb:ff:12:34
노선
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.254 0.0.0.0 UG 0 0 0 bond0
172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 bond0
답변1
로드 밸런싱을 위해 본딩 모드를 변경하면 문제가 "해결"되었습니다.