<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - ebtables causing packet loss"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1674#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - ebtables causing packet loss"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1674">bug 1674</a>
from <span class="vcard"><a class="email" href="mailto:ryder1ross@gmail.com" title="ryder1ross@gmail.com">ryder1ross@gmail.com</a>
</span></b>
<pre>Where can I report the issue if this is not the place ?
ebtables-restore is not in use.
I am applying these rules on host node to avoid IP spoofing on the VPS :
------------------------------------------------------------------------------
ebtables -L 'v1001'
ebtables -L 'v1001IPV6'
ebtables -L 'v1001ARPIN'
ebtables -L 'v1001'
ebtables -L 'v1001IPV6'
ebtables -L 'v1001ARPIN'
ebtables -N 'v1001'
ebtables -P 'v1001' DROP
ebtables -N 'v1001IPV6'
ebtables -P 'v1001IPV6' DROP
ebtables -N 'v1001'ARPIN
ebtables -A FORWARD -p IPv4 -i 'vifv1001' -j 'v1001'
ebtables -A INPUT -p ARP -i 'vifv1001' -j 'v1001'ARPIN
ebtables -A FORWARD -p ARP -i 'vifv1001' -j 'v1001'ARPIN
ebtables -A FORWARD -p IPv4 -i 'vinfv1001' -j 'v1001'
ebtables -A INPUT -p ARP -i 'vinfv1001' -j 'v1001'ARPIN
ebtables -A FORWARD -p ARP -i 'vinfv1001' -j 'v1001'ARPIN
ebtables -A FORWARD -p IPv6 -i 'vifv1001' -j 'v1001IPV6'
ebtables -A 'v1001' -p IPv4 --ip-src '192.168.122.204' -s '00:xx:xx:52:69:ac'
-j ACCEPT
ebtables -A 'v1001'ARPIN -p ARP --arp-ip-src '192.168.122.204' --arp-mac-src
'00:xx:xx:52:69:ac' -j ACCEPT
ebtables -A 'v1001'ARPIN -p ARP -j DROP
------------------------------------------------------------------------------
and then save after adding these rules for every VPS.
ebtables-save</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>