What is the translation of " IPTABLES " in English?

Noun
iptables
一个iptables

Examples of using Iptables in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
我们还得看看iptables:.
And we also got to see some turtles:.
我们将会学习iptables的命令行界面。
We're going to learn the command line interface of iptables.
你可以配置iptables接受来自远程SSH客户的连接。
You can configure iptables to accept connections from remote SSH clients.
IPTables的说明书页中也包含各类选项的简短摘要。
The iptables man page contains a brief summary of the various options, as well.
如何使用iptables和firewalld工具来管理Linux防火墙规则.
Here's how to use the iptables and firewalld tools to manage Linux firewall connectivity rules.
Iptables可以使用扩展目标模块:以下都包含在标准版中。
Iptables can use extended target modules: the following are included in the standard distribution.
以下是如何使用iptables和firewalld工具来管理Linux防火墙规则。
Here's how to use the iptables and firewalld tools to manage Linux firewall connectivity rules.
Iptables-用于在Linux内核中设置,维护和检查IPv4包过滤规则表的程序。
Iptables is used to set up, maintain, and inspect the tables of IPv4 packet filter rules in the Linux kernel.
要允许LAN使用这些服务,你可以使用带有IPTables过滤规则的NAT。
To allow LAN access to these services,you can use Network Address Translation(NAT) with iptables filtering rules.
请参考iptablesmanpage获取这些以及其他目标的更多信息。
See the iptables man page for more information on these and other targets.
UFW或UncomplicatedFirewall是iptables的一个接口,旨在简化配置防火墙的过程。
UFW(Uncomplicated Firewall) is an iptables interface designed to simplify the process of configuring the firewall.
Iptables的状态,将显示iptables的当前状态,使用以下命令:.
Status of iptables the current status of iptables will be displayed, using the following command:.
这些代理节点具有公共和专用IP地址,也只能在其iptables防火墙中打开特定端口。
These agent nodes have both public and private IP addresses andonly specific ports should be open in their iptables firewall.
虽然iptables是一个坚实而灵活的工具,但初学者很难学习如何使用它来正确配置防火墙。
While iptables is a solid and flexible tool, it can be difficult for beginners to learn how to use it to properly….
时至今日,在linux里只有一种方法能设置mark,即iptables的MARKtarget,以前在ipchains里是FWMARKtarget。
As of today, there is only one way of setting a mark in Linux,namely the MARK target in iptables.
Iptables-F我们利用-F选项来清除一切现存的规则,好让我们能够在崭新的状态下加入的规则。
Iptables-F We used the-F switch to flush all existing rules so we start with a clean state from which to add new rules.
介绍UFW或简单防火墙是一个连接至iptables的接口,旨在简化配置防火墙的过程。
UFW, or Uncomplicated Firewall, is an interface to iptables that is geared towards simplifying the process of configuring a firewall.
使用iptables或专用的硬件防火墙来实现的防火墙政策允许你编写复杂的选路和转发规则。
Firewall policies implemented with iptables or using dedicated hardware firewalls allow for complex routing and forwarding rules.
其关键技术具体分为3G/4G网络的接入、无线局域网的组建以及iptables的连通三个部分。
The key technology is divided into 3G/ 4G network access,4G Routers the formation of wireless LAN and iptables connectivity three parts.
我使用iptables作为我的防火墙,因此我更改/etc/sysconfig/iptables文件以添加允许使用HTTP协议。
I use iptables as my firewall, so I change/etc/sysconfig/iptables to add a statement that allows HTTP protocol.
譬如,如果你需要一个定制的解决方案来为某些主机提供到某些服务的使用权,iptables能够为你提供。
For example, if you need a customized solution which providescertain hosts access to certain services, iptables can provide it for you.
虽然iptables是一个可靠而灵活的工具,但初学者很难学会如何使用它来正确配置防火墙。
While iptables is a solid and flexible tool, it can be difficult for beginners to learn how to use it to properly configure a firewall.
UFW或UncomplicatedFirewall是iptables的一个接口,旨在简化配置防火墙的过程。
UFW, or Uncomplicated Firewall, is an interface to iptables that is geared towards simplifying the process of configuring a firewall.
为了简化iptables防火墙的配置,ufw提供了一种友好的方式来创建基于IPv4或IPv6主机的防火墙。
Developed to ease iptables firewall configuration, ufw provides a user friendly way to create an IPv4 or IPv6 host-based firewall.
你可以和任何网络协议一起使用iptables连接跟踪的状态功能,即便协议本身可能是无状态的(如UDP)。
You can use the stateful functionality of iptables connection tracking with any network protocol, even if the protocol itself is stateless(such as UDP).
除此之外,iptables转发规则可以设置为从USB到外部接口(通常为Wi-Fi或3G)间转发流量。
Apart from these elements, iptables forwarding rules can be set up to forward traffic from the USB to the external interface(typically Wi-Fi or 3G).
必须修改某些防火墙规则以启用伪装,这是一种iptables概念,它提供动态动态网络地址转换(NAT)以正确路由客户端连接。
We need to modify the rules file to set up masquerading, an iptables concept that provides on-the-fly dynamic NAT to correctly route client connections.
重要:如果把/etc/sysconfig/iptables文件分发到其他机器,需要执行/sbin/serviceiptablesrestart命令使新规则生效。
If distributing the/etc/sysconfig/iptables file to other machines,type/sbin/service iptables restart for the new rules to take effect.
它从队列中接收网络任务,然后执行任务以操控网络,比如创建bridginginterfaces或改变iptablesrules。
It accepts networking tasks from the queue and performs tasks to manipulate the network,such as setting up bridging interfaces or changing iptables rules.
这会执行iptables初始化脚本,脚本会运行/sbin/iptables-save程序,把当前iptables设置写入/etc/sysconfig/iptables。
This executes the iptables init script, which runs the/sbin/iptables-save program and writes the current iptables configuration to/etc/sysconfig/iptables.
Results: 60, Time: 0.0169

Iptables in different Languages

Top dictionary queries

Chinese - English