Closed GoogleCodeExporter closed 9 years ago
same here...
netboot:~# iptables -S allow-safe-icmp
-N allow-safe-icmp
-A allow-safe-icmp -m comment --comment "Allows simple pings from the world"
-A allow-safe-icmp -p icmp -j ACCEPT
netboot:~# iptables --line-numbers -L allow-safe-icmp
Chain allow-safe-icmp (1 references)
num target prot opt source destination
1 all -- anywhere anywhere /* Allows
simple pings from the world */
2 ACCEPT icmp -- anywhere anywhere
netboot:~# apt-cache policy iptables capirca linux-image-amd64
iptables:
Installed: 1.4.2-6
Candidate: 1.4.2-6
Version table:
*** 1.4.2-6 0
500 http://example.com lenny/main Packages
100 /var/lib/dpkg/status
capirca:
Installed: 1.0.r98-1+kfx.1
Candidate: 1.0.r98-1+kfx.1
Version table:
*** 1.0.r98-1+kfx.1 0
1005 http://example.com lenny/main Packages
100 /var/lib/dpkg/status
netboot:~# uname -a
Linux netboot.example.com 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC
2010 x86_64 GNU/Linux
I guess I should write a patch ...
Original comment by j...@kidfixit.com
on 12 Jun 2010 at 2:44
I've made a major change recently to standardize icmp-types across the various
generators. All the generators should now properly validate and generate
correct icmp types in their output.
For more details, see
http://code.google.com/p/capirca/wiki/PolicyFormat#ICMP_TYPES
Original comment by watson@google.com
on 12 Jul 2011 at 7:05
Original issue reported on code.google.com by
kristian...@gmail.com
on 26 Apr 2010 at 6:31