Samuel Blomqvist wrote:
jag är inte säker men jag trodde man skulle avända -p icmp för traceroute...så kanske: iptables -A INPUT -p icmp -j DROP men då tror jag den skiter i att svara på alla ping. fast det kan man ju även ställa in med /bin/echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all /Samuel TmBerg wrote:Har efter ominstallation försökt att förhindra traceroute mot min burk. Jag kör iptables -A INPUT -p udp --dport 33434:33523 -j DROP som jag har för mig stoppade det förut. Men nu funkar traceroute fint iallafall :/ :(. Har även googlat men inte hittat något. Någon som vet/har nån url? /Thomas
iptables -A INPUT -p icmp --dport 33434:33523 -j DROP funkade inte. Unimatrix0:~# iptables -A INPUT -p icmp --dport 33434:33523 -j DROP iptables v1.2.9: Unknown arg `--dport' Try `iptables -h' or 'iptables --help' for more information. Dom andra hjälpte inte heller. :( /Thomas

