1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-26 12:06:10 +02:00

Add docs for promisc mode for netmap

This commit is contained in:
Pavel Odintsov 2015-06-06 23:18:55 +03:00
parent 5bb3367734
commit e06e471c34

View File

@ -35,5 +35,17 @@ make makesum
make install
```
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
```
For netmap support you may need compile kernel manually with this [manual](BUILDING_FREEBSD_KERNEL_FOR_NETMAP.md).