# # 26-May-01 amo Install ippl # 04-May-05 amo Missing rh-el3:/usr/bin/ginstall # 05-Jul-05 amo Added "ICMP message type destination unreachable" comment # 21-Mar-08 amo Centos-5.1 does not have libpcap for 1.99.5 but 1.4.14 works # # # Download it from: # ---------------- # http://pltplp.net/ippl/ # http://packages.debian.org/stable/net/ippl.html # # # # Jul 5 20:35:42 ICMP message type destination unreachable - bad port from 157.22.35.x # ========================================================= # # http://www.linux.ie/old-list/20178.html # ICMP destination port unreachable is returned when you send # a UDP packet to a port that isn't listening # # cd /usr/local/src # # # Development version # ------------------ # http://pltplp.net/ippl/archive/dev/ippl-1.99.5.tar.gz # # # Release version # --------------- wget http://pltplp.net/ippl/archive/ippl-1.4.14.tar.gz # # tar zxvfp /usr2/Downloads/Security/ippl-1.4.13.tar.gz # cd ippl-1.4.13 # ./configure # make # # cd /usr/bin # ln -s ./install ginstall # make install # # # each nmap scan generates about 45Kb of stuff mkdir /var/log/ippl # # vi /usr/local/etc/ippl.conf # turn these on log-in all /var/log/ippl/all.log log-in udp /var/log/ippl/udp.log # # # run it from rc.local # /usr/local/sbin/ippl # # grep ippl /var/log/ippl/messages # # # end of file