<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>https://wiki.kogite.fr/index.php?action=history&amp;feed=atom&amp;title=Autoriser_le_ping_sans_ICMP</id>
		<title>Autoriser le ping sans ICMP - Historique des versions</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.kogite.fr/index.php?action=history&amp;feed=atom&amp;title=Autoriser_le_ping_sans_ICMP"/>
		<link rel="alternate" type="text/html" href="https://wiki.kogite.fr/index.php?title=Autoriser_le_ping_sans_ICMP&amp;action=history"/>
		<updated>2026-06-10T06:40:47Z</updated>
		<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.kogite.fr/index.php?title=Autoriser_le_ping_sans_ICMP&amp;diff=3298&amp;oldid=prev</id>
		<title>Frank : Page créée avec « To discard ICMP messages but still get a ping response (important for OpenVPN connections, etc.) just add the following to the file  /etc/sysconfig/firewall.local add under ... »</title>
		<link rel="alternate" type="text/html" href="https://wiki.kogite.fr/index.php?title=Autoriser_le_ping_sans_ICMP&amp;diff=3298&amp;oldid=prev"/>
				<updated>2011-04-08T15:42:07Z</updated>
		
		<summary type="html">&lt;p&gt;Page créée avec « To discard ICMP messages but still get a ping response (important for OpenVPN connections, etc.) just add the following to the file  /etc/sysconfig/firewall.local add under ... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To discard ICMP messages but still get a ping response (important for OpenVPN connections, etc.) just add the following to the file&lt;br /&gt;
 /etc/sysconfig/firewall.local&lt;br /&gt;
add under “start”&lt;br /&gt;
&lt;br /&gt;
 # Drop icmp, but only after letting certain types through.&lt;br /&gt;
 iptables -A CUSTOMINPUT -p icmp --icmp-type 0 -j ACCEPT&lt;br /&gt;
 iptables -A CUSTOMINPUT -p icmp --icmp-type 3 -j ACCEPT&lt;br /&gt;
 iptables -A CUSTOMINPUT -p icmp --icmp-type 11 -j ACCEPT&lt;br /&gt;
 iptables -A CUSTOMINPUT -p icmp --icmp-type 8 -m limit --limit 1/second -j ACCEPT&lt;br /&gt;
 iptables -A CUSTOMINPUT -p icmp -j DROP&lt;br /&gt;
&lt;br /&gt;
To disallow pings let off rules 8 and 11.&lt;br /&gt;
&lt;br /&gt;
Insert the rules with (will be then restarted automatically with IPFire)&lt;br /&gt;
 ./firewall.local start&lt;/div&gt;</summary>
		<author><name>Frank</name></author>	</entry>

	</feed>