!['ip_tables'에 삽입할 수 없습니다. 작업이 허용되지 않습니다.](https://linux55.com/image/153781/'ip_tables'%EC%97%90%20%EC%82%BD%EC%9E%85%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.%20%EC%9E%91%EC%97%85%EC%9D%B4%20%ED%97%88%EC%9A%A9%EB%90%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
Ubuntu 16.04 시스템을 사용하고 있는데 구성 중에 문제가 발생했습니다 iptables
. 이 문제를 해결하는 방법?
modprobe: ERROR: could not insert 'ip_tables': Operation not permitted
iptables v1.6.0: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
답변1
구성에는 문제가 없지만 iptables
필수 모듈을 로드하는 데 문제가 있습니다.
명령을 실행하고 있습니까 root
? 이 오류는 Operation not permitted
모듈이 누락된 것이 아니며 모듈을 로드할 권한이 부족한 것으로 나타남을 나타냅니다.
로 실행 중인 경우 root
다른 제한 사항으로 인해 AppArmor 또는 SELinux와 같은 모듈을 로드하지 못할 수도 있습니다.