Arptables (original) (raw)

About DBpedia

The arptables computer software utility is a network administrator's tool for maintaining the Address Resolution Protocol (ARP) packet filter rules in the Linux kernel firewall modules. The tools may be used to create, update, and view the tables that contain the filtering rules, similarly to the iptables program from which it was developed. A popular application is the creation of filter configurations to prevent ARP spoofing. Linux kernel 2.4 only offers two ARP filtering chains, INPUT and OUTPUT, and Linux kernel 2.6 adds the third, FORWARD, applied when bridging packets.

Property Value
dbo:abstract The arptables computer software utility is a network administrator's tool for maintaining the Address Resolution Protocol (ARP) packet filter rules in the Linux kernel firewall modules. The tools may be used to create, update, and view the tables that contain the filtering rules, similarly to the iptables program from which it was developed. A popular application is the creation of filter configurations to prevent ARP spoofing. Linux kernel 2.4 only offers two ARP filtering chains, INPUT and OUTPUT, and Linux kernel 2.6 adds the third, FORWARD, applied when bridging packets. (en) arptables 是运行在用户空间的应用软件,通过控制Linux内核netfilter模块,来管理地址解析协议(arp)数据包的过滤和转发。 arptables基于iptables开发,使用时也与iptables有些类似,都有“表(tables)”、“链(chain)”和“规则(rules)”三个层面。 但是arptables功能较单一,仅有filter一个表。并且,也只有INPUT(从内核2.4版)、OUTPUT(从内核2.4版)和FORWARD(从内核2.6版)三个内建链。arptables的主要用途之一是防范ARP欺骗。 (zh)
dbo:wikiPageExternalLink http://abulmagd.blogspot.com/2008/08/arptables-and-arp-poisoningnetcut.html http://ebtables.netfilter.org/ http://ebtables.sourceforge.net/misc/arptables-man.html https://git.netfilter.org/arptables/ https://netfilter.org/pub/arptables/
dbo:wikiPageID 18691693 (xsd:integer)
dbo:wikiPageLength 1244 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 962168022 (xsd:integer)
dbo:wikiPageWikiLink dbc:Free_network-related_software dbc:Linux_network-related_software dbr:Linux_kernel dbr:Address_Resolution_Protocol dbc:Firewall_software dbr:Iptables dbr:ARP_spoofing dbc:Free_security_software dbr:Firewall_(computing)
dbp:wikiPageUsesTemplate dbt:Network-software-stub dbt:Firewall_software dbt:Lowercase
dct:subject dbc:Free_network-related_software dbc:Linux_network-related_software dbc:Firewall_software dbc:Free_security_software
gold:hypernym dbr:Tool
rdf:type dbo:Software
rdfs:comment The arptables computer software utility is a network administrator's tool for maintaining the Address Resolution Protocol (ARP) packet filter rules in the Linux kernel firewall modules. The tools may be used to create, update, and view the tables that contain the filtering rules, similarly to the iptables program from which it was developed. A popular application is the creation of filter configurations to prevent ARP spoofing. Linux kernel 2.4 only offers two ARP filtering chains, INPUT and OUTPUT, and Linux kernel 2.6 adds the third, FORWARD, applied when bridging packets. (en) arptables 是运行在用户空间的应用软件,通过控制Linux内核netfilter模块,来管理地址解析协议(arp)数据包的过滤和转发。 arptables基于iptables开发,使用时也与iptables有些类似,都有“表(tables)”、“链(chain)”和“规则(rules)”三个层面。 但是arptables功能较单一,仅有filter一个表。并且,也只有INPUT(从内核2.4版)、OUTPUT(从内核2.4版)和FORWARD(从内核2.6版)三个内建链。arptables的主要用途之一是防范ARP欺骗。 (zh)
rdfs:label Arptables (en) Arptables (zh)
owl:sameAs freebase:Arptables wikidata:Arptables dbpedia-mr:Arptables dbpedia-tr:Arptables dbpedia-zh:Arptables https://global.dbpedia.org/id/4RsrH
prov:wasDerivedFrom wikipedia-en:Arptables?oldid=962168022&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Arptables
is dbo:wikiPageWikiLink of dbr:Address_Resolution_Protocol dbr:Nftables
is foaf:primaryTopic of wikipedia-en:Arptables