lokkit: The Lokkit utility attempts to provide firewalling for the average Linux end user. Instead of configuring firewall rules, Lokkit asks asmall number of simple questions and writes a firewall rule set for you. Lokkit is not designed to configure arbitrary firewalls. To make it simple to understand, it is solely designed to handle typical dialup user and cable modem setups. It will not provide a complex firewall configuration, and it is not the equal of an expert firewall designer.

 
 
 
[root@localhost ~]# yum install lokkit
已加载插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.sohu.com
* updates: mirrors.aliyun.com
正在解决依赖关系
--> 正在检查事务
---> 软件包 system-config-firewall-base.noarch.0.1.2.29-10.el7 将被 安装
--> 正在处理依赖关系 iptables-ipv6,它被软件包 system-config-firewall-base-1.2.29-10.el7.noarch 需要
--> 正在检查事务
---> 软件包 iptables-services.x86_64.0.1.4.21-24.1.el7_5 将被 安装
--> 正在处理依赖关系 iptables = 1.4.21-24.1.el7_5,它被软件包 iptables-services-1.4.21-24.1.el7_5.x86_64 需要
--> 正在检查事务
---> 软件包 iptables.x86_64.0.1.4.21-17.el7 将被 升级
---> 软件包 iptables.x86_64.0.1.4.21-24.1.el7_5 将被 更新
--> 解决依赖关系完成 依赖关系解决 ====================================================================================================================================================================================================================================================================
Package 架构 版本 源 大小
====================================================================================================================================================================================================================================================================
正在安装:
system-config-firewall-base noarch 1.2.29-10.el7 base 414 k
为依赖而安装:
iptables-services x86_64 1.4.21-24.1.el7_5 updates 51 k
为依赖而更新:
iptables x86_64 1.4.21-24.1.el7_5 updates 432 k 事务概要
====================================================================================================================================================================================================================================================================
安装 1 软件包 (+1 依赖软件包)
升级 ( 1 依赖软件包) 总下载量:897 k
Is this ok [y/d/N]: y
Downloading packages:
updates/7/x86_64/prestodelta | 180 kB 00:00:00
(1/3): iptables-1.4.21-24.1.el7_5.x86_64.rpm | 432 kB 00:00:00
(2/3): iptables-services-1.4.21-24.1.el7_5.x86_64.rpm | 51 kB 00:00:00
(3/3): system-config-firewall-base-1.2.29-10.el7.noarch.rpm | 414 kB 00:00:00
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
总计 1.1 MB/s | 897 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在更新 : iptables-1.4.21-24.1.el7_5.x86_64 1/4
正在安装 : iptables-services-1.4.21-24.1.el7_5.x86_64 2/4
正在安装 : system-config-firewall-base-1.2.29-10.el7.noarch 3/4
清理 : iptables-1.4.21-17.el7.x86_64 4/4
验证中 : iptables-services-1.4.21-24.1.el7_5.x86_64 1/4
验证中 : iptables-1.4.21-24.1.el7_5.x86_64 2/4
验证中 : system-config-firewall-base-1.2.29-10.el7.noarch 3/4
验证中 : iptables-1.4.21-17.el7.x86_64 4/4 已安装:
system-config-firewall-base.noarch 0:1.2.29-10.el7 作为依赖被安装:
iptables-services.x86_64 0:1.4.21-24.1.el7_5 作为依赖被升级:
iptables.x86_64 0:1.4.21-24.1.el7_5 完毕!
[root@localhost ~]#

  

 
 
 
 

What Is the Linux Lokkit Utility? https://www.lifewire.com/what-is-lokkit-2192255的更多相关文章

  1. linux设置http/https proxy及忽略proxy的方法

    msys2设置网络代理 在文件 .bashrc 中添加 export http_proxy="proxy IP:port" 如 export http_proxy="19 ...

  2. linux nginx搭配https

    微信小程序upload接口必须是https请求,所以就搭建https 1.申请ssl证书 这里用的是腾讯云提供的免费ssl. https://console.qcloud.com/ssl?_ga=1. ...

  3. Linux Apache配置https访问

    配置https访问 该环境是rh254课程配套的一个环境,不过配置方法步骤相同. 要求: 使用虚拟主机技术部署两个网站: 网站1: 绑定域名 www0.example.com 目录在 /srv/www ...

  4. 解决linux下访问https站点问题

    pfx转jks:(注:因jks要求密码长度不能小于6位,所以申请pfx证书时,密码长度最好不小于6位) keytool -importkeystore -v -srckeystore ***.pfx ...

  5. linux下生成https的crt和key证书

    今天在配置kibana权限设置时,kibana要求使用https链接. 于是总结了一下linux下openssl生成 签名的步骤: x509证书一般会用到三类文,key,csr,crt   Key 是 ...

  6. linux tomcat配置https

    自己生成一个ssl证书,因为是自己生成的所以该证书,不被浏览器信任(具体表现https前面有个X) [root@centos apache-tomcat-]# keytool -genkey -ali ...

  7. Linux wget下载https类型文件报错解决方法 转自老左博客

    原文链接:http://www.laozuo.org/3648.html 一般我们远程调用下载文件直接用wget就可以,一般文件路径类型是http.如果有遇到是https就会下载出错,稍微不注意的新手 ...

  8. Linux下Apache https认证

    参考:http://kyfxbl.iteye.com/blog/1910891 http://showerlee.blog.51cto.com/2047005/1266712 一.环境 httpd:A ...

  9. linux c++ curl https 请求并双向验证SSL证书

    1.配置curl https请求需要提供 CA证书.客户端证书和客户端秘钥,这三个文件的pem格式. 分别对应 curl_easy_setopt() 函数的 下面三个参数: CURLOPT_CAINF ...

随机推荐

  1. 构造MaxTree

    链接:https://www.nowcoder.com/questionTerminal/a502c7c3c65e41fdaf65eec9e0654dcb 来源:牛客网 [编程题]构造MaxTree ...

  2. 大数据学习——hive安装部署

    1上传压缩包 2 解压 tar -zxvf apache-hive-1.2.1-bin.tar.gz -C apps 3 重命名 mv apache-hive-1.2.1-bin hive 4 设置环 ...

  3. Halloween Costumes(区间DP)

    Gappu has a very busy weekend ahead of him. Because, next weekend is Halloween, and he is planning t ...

  4. 【java基础 4】树形结构数据呈现的非递归算法(循环)实现

    一.基本概况 上一篇博客介绍到用递归实现树结构数据的查找,那么这篇博客,我就结合自己对于树的理解,然后用一种非递归的方式进行树结构数据的处理.首先,改造数据库表设计,加入度的概念: 首先,layer的 ...

  5. 【数据传输 2】批量导入的前奏:将Excel表中的数据转换为DataTable类型

    导读:我们知道,在数据库中,数据集DataSet是由多张DataTable表组成.所以,如果我们需要将数据从外部导入到数据库中,那么要做的很重要的一步是将这些数据转换为数据库可以接受的结构.今天在用S ...

  6. [转]使用fdisk磁盘分区和 Linux 文件系统

    概述 在本文中,学习磁盘分区和 Linux 文件系统相关内容.学习: 创建分区 使用 mkfs 命令来设置 ext2.ext3.ext4.xfs.Reiser v3 和 vfat 文件系统 创建和管理 ...

  7. (转)详解shell中>/dev/null 2>&1到底是什么

    转 原文地址:https://blog.csdn.net/zouli415/article/details/80651526 前言 相信大家经常能在shell脚本中发现>/dev/null 2& ...

  8. apache cgi 模块安装

    apache安装,请参照:http://httpd.apache.org/docs/2.4/ 安装系统: Fedora release 21 (Twenty One)  (x64) 版本:Server ...

  9. vagrant的学习 之 打包分发

    vagrant的学习 之 打包分发 一.打包Box: (1)关闭虚拟机. vagrant halt (2)打包: vagrant package 这样打包出来的文件叫package.box. 指定生成 ...

  10. secure上传图片

    1.rz -bye 2.upload as ascii 去掉勾选框