Openwrt в режиме моста - ошибка ядра ebtables

У меня есть настройки дома, как следует:

DHCP clients  -----> (wifi)(bridge) Openwrt -----> (eth)Main Router

Я использую устройство TPlink MR3020 с Barrier Breaker, и я попытался настроить прозрачный прокси для трафика моста - я хочу перенаправить пакеты, проходящие через мост, на прокси-сервер (privoxy). Я пытался использовать ebtables, Но когда я ввожу следующую команду:

ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6 --ip-destination-port 80 -j redirect --redirect-target ACCEPT

Я получил следующую ошибку:

Unable to update the kernel. Two possible causes:
1. Multiple ebtables programs were executing simultaneously. The ebtables
userspace tool doesn't by default support multiple ebtables programs running
concurrently. The ebtables option --concurrent or a tool like flock can be
used to support concurrent scripts that update the ebtables kernel tables.
2. The kernel doesn't support a certain ebtables extension, consider
recompiling your kernel or insmod the extension.

Я пытался активировать пакет IPv4 с insmod, но не повезло.

Есть идеи, как этого добиться?

0 ответов

Другие вопросы по тегам