From 05cee2201e7d1cc0a708d98413b8dd9d99e313f7 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 3 Dec 2017 21:47:13 +0000 Subject: [PATCH] Deprecated manual install for FreeBSD --- docs/FreeBSD_INSTALL.md | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/docs/FreeBSD_INSTALL.md b/docs/FreeBSD_INSTALL.md index 45aef7dd..99b0ff2b 100644 --- a/docs/FreeBSD_INSTALL.md +++ b/docs/FreeBSD_INSTALL.md @@ -1,36 +1 @@ -FreeBSD 9, 10, 11 and Dragonfly BSD 4.0 - -Stable version 1.1.3 is already in [official FreeBSD ports](https://freshports.org/net-mgmt/fastnetmon/) but if you want to hack it or install development version, please use this script. - -Please install wget: -```bash -pkg install -y wget perl5 -``` - -Install stable 1.1.3 version: -```bash -wget --no-check-certificate https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl -Ofastnetmon_install.pl -sudo perl fastnetmon_install.pl -``` - -Install development version: -``` -wget --no-check-certificate https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl -Ofastnetmon_install.pl -sudo perl fastnetmon_install.pl --use-git-master -``` - -And please switch capture interface to promisc mode. - -Add into /etc/rc.conf following line (for applying this option at boot time): -```bash -ifconfig_ix1="up promisc" -``` - -And switch it with ifconfig for already running system: -```bash -ifconfig ix1 promisc -``` - -Please put your networks in CIDR format here: /usr/local/etc/networks_list. - -For netmap support you may need compile kernel manually with this [manual](BUILDING_FREEBSD_KERNEL_FOR_NETMAP.md). +Since release 1.1.2 FastNetMon was added into official FreeBSD ports. Please use version from [ports](https://freshports.org/net-mgmt/fastnetmon/) instead.