iptables報錯!iptables-restore unable to initialize table 'filter
一、 報錯詳解
公司有一臺Linux伺服器,之前開過iptables現在換成其他業務。需要重新編寫策略。我把iptables停止。重新編寫/etc/sysconfig/iptables。
重啟時報錯iptables-restore v1.4.7: iptables-restore: unable to i'itialize table 'filter Error occurred at line: 3 Try `iptables-restore -h' or 'iptables-restore --help' for more information.[失敗]
但是我的第三行是*filter沒有其他的。
二、 解決辦法
可能由於之前的規則沒有清空。初始化以下iptables
# iptables –F
之後重啟iptables
# service iptables restart
問題解決
相關文章
- jpa報錯 Failed to initialize JPA EntityManagerFactory: Unable to instantiate default tuplizerAI
- pip install scrapy報錯:error: UnableError
- Could not initialize class sun.awt.X11GraphicsEnvironment 報錯
- 完美解決xhost +報錯: unable to open display
- beego報錯 table name: `xxx` not existsGo
- 解決Ubuntu報錯 E: Unable to locate package yumUbuntuPackage
- 64位linux報錯Could not initialize class java.awt.image.BufferedImageLinuxJava
- 啟動uwsgi報錯ImportError: No module named, unable to load appImportErrorAPP
- rabbitMq的status報錯Error: unable to perform an operation on node ‘rabbit……MQErrorORM
- springcloud和Eureka整合時報錯:Unable to start embedded TomcatSpringGCCloudTomcat
- 聊聊flink Table的where及filter操作Filter
- 終端報錯"xcrun: error: unable to find utility “xcodebuild”, not a developer tool orErrorXCodeUIDeveloper
- GIT clone報錯: SSL certificate problem: unable to get local issuer certificateGit
- Unable to unwrap data, invalid status [CLOSED]-服務端webSocket報錯服務端Web
- 啟動docker容器時報錯:iptables: No chain/target/match by that name.DockerAI
- oracle表空間不足:ORA-01653: unable to extend tableOracle
- git拉取程式碼報錯filename too long unable to create fileGit
- 【rac故障】root.sh報錯Unable to get VIP info for new node
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- sudo apt update時報錯 E: Unable to lock directory /var/lib/apt/lists/APT
- MYSQL報1022錯誤:Can't write;duplicate key in table '.....'MySql
- ext4 lvreduce報錯superblock or the partition table is likely to be corruptVRBloC
- 【Case】ORA-20000: Unable to set values for table DBMS_TABCOMP_TEMP_UNCMP
- ORA-31633: unable to create master table "SYSTEM.SYS_EXPORT_FULL_XX"ASTExport
- 【故障處理】ORA-1688: unable to extend table AUDSYS.AUD$UNIFIEDNifi
- mysql 8 報錯 ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repositoryMySqlErrorAIStruct
- AndroidStudio升級報錯Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve cAndroidAPPCompile
- vue3 引入 element-ui 報錯 - ERR! ERESOLVE unable to resolve dependency treeVueUI
- Linux 無許可權建立資料夾( 報錯:Unable to create ... directory.)Linux
- django資料庫同步時報錯“Table 'XXX' already exists”Django資料庫
- SAP Table function 執行報錯 feature not supported 該如何分析Function
- [BUG反饋]子查詢報錯,Base table or view not found: 1146 Table 'onethink.(' doesn't existView
- mysqldump匯出報錯"mysqldump: Error 2013 ... during query when dumping tableMySqlError
- MY SQL 8.0 安裝時初始化錯誤:xxxx my.ini console --initialize-insecure=on --lower-case-table-names=1... Using jemalloSQL
- ORA-20000:unable to analyze table "XXX"."DBMS_TABCOMP_TEMP_UNCMP",insufficient privileges or does no
- ORACLE 19C RAC FOR RHEL7 打補丁報錯OPatchException: Unable to create patchObjectOracleExceptionObject
- load與initialize
- 使用Rockey作業系統允許rancher映象報錯iptables is not available on this host解決方法作業系統AI