Displaying 1 result from an estimated 1 matches for "topologie".
Did you mean:
topologies
2017 Jun 05
3
[Bug 1155] New: arp forward filter doesn't work
...FILTER ARP: "
}
chain forward {
type filter hook forward priority 0; policy accept;
counter log prefix "FORWARD FILTER ARP: "
}
chain output {
type filter hook output priority 0; policy accept;
counter log prefix "OUTPUT FILTER ARP: "
}
}
```
The topologie of my network (1 host, 2 vms):
host1
virbr0 192.168.122.1 (bridge containing vnet1 and vnet2)
vnet1 vnet2
↕ ↕
ens3 ens3
192.168.122.2 192.168.122.3
vm1 vm2
problem:
```
vm1$ arping -I ens3 192.168.122.3
```
On host1...