博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何在Linux Mint 17.1上配置iptables?
阅读量:2520 次
发布时间:2019-05-11

本文共 767 字,大约阅读时间需要 2 分钟。

How to configure iptables and make the configuration persistent across restarting on Mint 17.1?

如何在 Mint 17.1上重新启动配置iptables并使配置持久化?

You can use the ‘iptables-persistent’ tool.

您可以使用“ iptables-persistent”工具。

To install iptables-persistency pachage:

要安装iptables-persistency pachage:

sudo aptitude install iptables-persistent

The you can manipulate the iptables by the ‘iptables’ command.

您可以通过“ iptables”命令来操作iptables。

To save the current iptables rules:

要保存当前的iptables规则:

sudo /etc/init.d/iptables-persistent store

It will store the rules for ipv4 and ipv6 in

它将ipv4和ipv6的规则存储在

/etc/iptables/rules.v4/etc/iptables/rules.v6

respectively.

分别。

It will load the rules from these during booting the system.

它将在引导系统时从这些中加载规则。

Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自:

转载地址:http://jzlwd.baihongyu.com/

你可能感兴趣的文章
vue创建脚手架 cil
查看>>
ArcGIS分支版本化( Branch Versioning )技术介绍
查看>>
scrapy过滤重复数据和增量爬取
查看>>
scrapy-redis源码浅析
查看>>
tupian
查看>>
selenium定位非select下拉框的元素 ,定位不到
查看>>
用elasticsearch分析中国大学省份分布
查看>>
elasticsearch 常用查询 + 删除索引
查看>>
sops的配置过程
查看>>
prometheus+grafana监控Linux和kubernetes的例子
查看>>
kubernetes 简单 hello world nginx svc deployment
查看>>
kubenetes 的svc从ClusterPort 改为NodePort
查看>>
kube-metric在kubernetes上的部署
查看>>
kubespray 修改配置
查看>>
部署kubernetes-prometheus和用kubespray部署kubernetes后修改kubelet的
查看>>
Hbase和Hadoop的内存参数调优 + 前端控制台
查看>>
SQuirreL连接Phoenix报java.util.concurrent.TimeoutException
查看>>
开启phoenix命名空间的自动映射
查看>>
Hbase标准配置文件
查看>>
elasticsearch 7.1 401 Unauthorized
查看>>