Hi guys,
I have add some test filter to ebtables but It always gets lost after a few seconds, why is that ?
Thank you
I have add some test filter to ebtables but It always gets lost after a few seconds, why is that ?
Code:
root@V-NODE-5:~# ebtables -N tap10115i0-INT-ARP
ebtables -I tap10115i0-INT-ARP -p ARP --arp-ip-dst 192.168.1.12 -j RETURN
ebtables -I tap10115i0-INT-ARP -j DROP
root@V-NODE-5:~#
root@V-NODE-5:~#
root@V-NODE-5:~# ebtables -L tap10115i0-INT-ARP
Bridge table: filter
Bridge chain: tap10115i0-INT-ARP, entries: 2, policy: ACCEPT
-j DROP
-p ARP --arp-ip-dst 192.168.1.12 -j RETURN
root@V-NODE-5:~# ebtables -L tap10115i0-INT-ARP
Bridge table: filter
Bridge chain: tap10115i0-INT-ARP, entries: 2, policy: ACCEPT
-j DROP
-p ARP --arp-ip-dst 192.168.1.12 -j RETURN
root@V-NODE-5:~# ebtables -L tap10115i0-INT-ARP
Bridge table: filter
Bridge chain: tap10115i0-INT-ARP, entries: 2, policy: ACCEPT
-j DROP
-p ARP --arp-ip-dst 192.168.1.12 -j RETURN
root@V-NODE-5:~# ebtables -L tap10115i0-INT-ARP
Bridge table: filter
Bridge chain: tap10115i0-INT-ARP, entries: 2, policy: ACCEPT
-j DROP
-p ARP --arp-ip-dst 192.168.1.12 -j RETURN
root@V-NODE-5:~# ebtables -L tap10115i0-INT-ARP
Bridge table: filter
Bridge chain: tap10115i0-INT-ARP, entries: 2, policy: ACCEPT
-j DROP
-p ARP --arp-ip-dst 192.168.1.12 -j RETURN
root@V-NODE-5:~# ebtables -L tap10115i0-INT-ARP
Bridge table: filter
Bridge chain: tap10115i0-INT-ARP, entries: 2, policy: ACCEPT
-j DROP
-p ARP --arp-ip-dst 192.168.1.12 -j RETURN
root@V-NODE-5:~# ebtables -L tap10115i0-INT-ARP
Chain 'tap10115i0-INT-ARP' doesn't exist.
root@V-NODE-5:~#
Thank you
Last edited: