наклон libvirtd запускается

Я хочу начать слушать на моем сервере, но libvirtd выполненном наклоне. Вот журнал ошибок:

2015-07-09 10:50:25.238+0000: 11569: info : libvirt version: 1.2.2
2015-07-09 10:50:25.238+0000: 11569: error : virAuditOpen:60 : Unable to initialize audit layer: Protocol not supported
2015-07-09 10:50:26.117+0000: 11596: error : virCommandWait:2399 : internal error: Child process (/bin/sh -c 'EBT="/sbin/ebtables"
cmd='\''$EBT -t nat -L'\''
eval res=\$\("${cmd} 2>&1"\)
if [ $? -ne 0 ]; then  echo "Failure to execute command '\''${cmd}'\'' : '\''${res}'\''.";  exit 1;fi
') unexpected exit status 1
2015-07-09 10:50:26.117+0000: 11596: error : ebiptablesDriverTestCLITools:4274 : Testing of ebtables command failed: Failure to execute command '$EBT -t nat -L' : 'The kernel doesn't support the ebtables 'nat' table.'.

Кто-либо знает, как обработать это?

Linux mcparadise.pl 3.14.32-xxxx-grs-ipv6-64 #1 SMP Sat Feb 7 11:35:27 CET 2015 x86_64 x86_64 x86_64 GNU/Linux
0
задан 12 July 2015 в 16:05

1 ответ

Ничего не зная о Вашей проблеме, я думаю, что значительная часть сообщения об ошибке - это:

'The kernel doesn't support the ebtables 'nat' table.'

я сделал быстрый поиск и существует несколько ресурсов

https://wiki.debian.org/BridgeNetworkConnections#ebtables_Overview http://www.keypressure.com/blog/linux-bridge-port-security/

, Также я видел модуль ядра, названный 'ebtables', и другой назвал 'ebtable_nat', который можно включить с modprobe.

0
ответ дан 4 October 2019 в 00:51

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

Похожие вопросы: