Displaying 1 result from an estimated 1 matches for "v1001ipv6".
2023 Apr 24
13
[Bug 1674] New: ebtables causing packet loss
...elease 8.7 (Stone Smilodon)
I am using AlmaLinux 8 on a dedicated server and hosting VPSes using KVM.
Applying ebtables rules on those VPSes is causing packet loss issue.
Bridge chain: v1001, entries: 1, policy: DROP -p IPv4 -s 00:xx:xx:52:69:ac
--ip-src 192.168.122.204 -j ACCEPT
Bridge chain: v1001IPV6, entries: 0, policy: DROP
Bridge chain: v1001ARPIN, entries: 2, policy: ACCEPT -p ARP --arp-ip-src
192.168.122.204 --arp-mac-src 00:xx:xx:52:69:ac -j ACCEPT -p ARP -j DROP
There are around 100 VPSes hosted. Applying/loading rules for all those VPSes
all at once would cause issues ?
Where else ca...