Skip to content

Instantly share code, notes, and snippets.

@changux
Created September 20, 2012 21:28
Show Gist options
  • Save changux/3758468 to your computer and use it in GitHub Desktop.
Save changux/3758468 to your computer and use it in GitHub Desktop.
ndp2
# wget -c http://downloads.sourceforge.net/project/ndpmon/ndpmon/ndpmon-2.1/ndpmon_2.1.0.tar.gz
# cd ndpmon_2.1.0/
# autoreconf -vi
# mkdir -p /var/local/lib; mkdir -p /usr/local/etc
# ./configure --prefix=/usr/local --with-var-datadir=/var/local/lib --with-confdir=/usr/local/etc --enable-mac-resolv --enable-webinterface --with-webdir=/var/www/html --enable-syslogfilter --enable-countermeasures
# make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment