You are not logged in.

#1 2018-09-20 03:20:27

Xezlec
Member
Registered: 2014-11-30
Posts: 41

[SOLVED] How to use the new ebtables, or how to keep the old one?

Hello,

Very recently, with the upgrade of the iptables package to version 1.8, it now conflicts with the package ebtables.  Of course, iptables now provides its own ebtables implementation, but that implementation evidently does not include a manpage and does not seem to support all the options that the old ebtables does.  (For now, I've solved this problem by downgrading iptables and reinstalling ebtables.)

So, I'm looking for either of these things:
1. How to keep the old ebtables without offending the new iptables, or
2. How to figure out the equivalent of this command with the new ebtables:

ebtables -t nat -A OUTPUT -o ! enp3s0 -d multicast -j dnat --to-dst ff:ff:ff:ff:ff:ff

(Since I'm sure someone will ask: the reason I need this mildly unusual ebtables entry is to work around a design flaw in a shitty WAP.)

Last edited by Xezlec (2018-09-20 23:51:35)

Offline

#2 2018-09-20 03:29:30

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,514

Re: [SOLVED] How to use the new ebtables, or how to keep the old one?

That update has been reverted in testing, since ebtables didn't really work. Wait for it to hit Core.

Online

#3 2018-09-20 04:54:54

Xezlec
Member
Registered: 2014-11-30
Posts: 41

Re: [SOLVED] How to use the new ebtables, or how to keep the old one?

Oh, I see.  Thank you!

Offline

Board footer

Powered by FluxBB