iptables: unrecognized service

相關問題 & 資訊整理

iptables: unrecognized service

本人准备在Linux下配置一个ftp服务,采用vsftpd自然是首选,但是在配置过程中,执行到: 启动vsftpd服务器: #service vsftpd restart #service iptables stop 时,提示iptables:unrecognized service的错误。 于是准备着手解决,解决思路很是明了,就是首先确定Linux是否安装了 iptables 。, 在ubuntu中不存在/etc/init.d/iptales文件,所以无法使用service等命令来启动iptables,需要用modprobe命令。sudo modprobe ip_tables., 这几天在学习iptables 但是当我运行'service iptables save 的时候就报“iptables unrecognized service”这个错误,我看了我的/etc/init.d/这个目录下没有iptables 这个文件, 我的系统是centos6.6 的,安装完系统之后,我也从来没有动过这个目录。 所以我就重新yum install -y iptables 提示我已.,I don't know about "Ubuntu", but in Linux generally, "iptables" isn't a service - it's a command to manipulate the netfilter kernel firewall. You can "disable" (or stop) the firewall by setting the default policie,if $IPTABLES -F ; then log_action_end_msg $? else log_action_end_msg $? fi log_action_begin_msg "Deleting ALL firewall chains [Warning: ACCEPTING ALL PORT SERVICES!]" if $IPTABLES -X ; then $IPTABLES -P INPUT ACCEPT $IPTABLES -P FORWARD ACCEPT $, In trying to figure out why my 2 Ubuntu systems will not talk to each other I followed advice to check on iptables status and stop it if necessary. Synaptic Package Manager tells me iptables is installed. Any service request on iptables (start, stop, sta, Ubuntu默认安装是没有开启任何防火墙的。 当使用service iptables status时发现提示iptables:unrecoginzed service。意思是无法识别的服务。 以下方法来自http://blog.csdn.net/lywzgzl/article/details/39938689,但是测试发现,此方法已经无法在Ubuntu中使用. 复制代码. #在ubuntu中由于不存在/etc/init.d/iptales ..., iptables:unrecognized service 的解决方法本人准备在Linux下配置一个ftp服务,采用vsftpd自然是首选,但是在配置过程中,执行到: 启动vsftpd服务器: #service vsftpd restart #service iptables stop 时,提示iptables:unrecognized service的错误。 于是准备着手解决,解决思路很是明了,就是首先确定Linux是否安装 ...

相關軟體 Free Firewall 資訊

Free Firewall
免費防火牆是一個功能齊全的專業免費防火牆,可以抵禦互聯網的威脅。通過允許或拒絕訪問 Internet 來控制計算機上的每個程序。 Free Firewall 如果應用程序想要在後台訪問 Internet,則不會通知您。在偏執狂模式下,未經您事先同意,任何軟件都不能在互聯網或網絡上訪問。您完全可以控制數據流出您的系統並進入. 選擇版本:Free Firewall 1.4.9.17123(32 位)F... Free Firewall 軟體介紹

iptables: unrecognized service 相關參考資料
iptables:unrecognized service 的解决方法- CSDN博客

本人准备在Linux下配置一个ftp服务,采用vsftpd自然是首选,但是在配置过程中,执行到: 启动vsftpd服务器: #service vsftpd restart #service iptables stop 时,提示iptables:unrecognized service的错误。 于是准备着手解决,解决思路很是明了,就是首先确定Linux是否安装了 iptables 。

https://blog.csdn.net

ubuntu下,iptables:unrecognized service - CSDN博客

在ubuntu中不存在/etc/init.d/iptales文件,所以无法使用service等命令来启动iptables,需要用modprobe命令。sudo modprobe ip_tables.

https://blog.csdn.net

解决运行service iptables * 这类的命令报“ iptables unrecognized ...

这几天在学习iptables 但是当我运行'service iptables save 的时候就报“iptables unrecognized service”这个错误,我看了我的/etc/init.d/这个目录下没有iptables 这个文件, 我的系统是centos6.6 的,安装完系统之后,我也从来没有动过这个目录。 所以我就重新yum install -y iptables 提示...

https://blog.csdn.net

How to startstop iptables on Ubuntu? - Server Fault

I don't know about "Ubuntu", but in Linux generally, "iptables" isn't a service - it's a command to manipulate the netfilter kernel firewall. You can "disable&quot...

https://serverfault.com

ubuntu - Save changes to iptables - Server Fault

if $IPTABLES -F ; then log_action_end_msg $? else log_action_end_msg $? fi log_action_begin_msg "Deleting ALL firewall chains [Warning: ACCEPTING ALL PORT SERVICES!]" if $IPTABLES -X ; then ...

https://serverfault.com

[ubuntu] "iptables: unrecognized service" - Ubuntu Forums

In trying to figure out why my 2 Ubuntu systems will not talk to each other I followed advice to check on iptables status and stop it if necessary. Synaptic Package Manager tells me iptables is insta...

https://ubuntuforums.org

Ubuntu使用iptables配置防火墙提示:unrecognized service(Ubuntu ...

Ubuntu默认安装是没有开启任何防火墙的。 当使用service iptables status时发现提示iptables:unrecoginzed service。意思是无法识别的服务。 以下方法来自http://blog.csdn.net/lywzgzl/article/details/39938689,但是测试发现,此方法已经无法在Ubuntu中使用. 复制代码. #在ubuntu中由于...

https://www.cnblogs.com

iptables:unrecognized service 的解决方法_Linux运维工程师的技术博客

iptables:unrecognized service 的解决方法本人准备在Linux下配置一个ftp服务,采用vsftpd自然是首选,但是在配置过程中,执行到: 启动vsftpd服务器: #service vsftpd restart #service iptables stop 时,提示iptables:unrecognized service的错误。 于是准备着手解决,解决思路很是明了...

http://www.songyawei.cn