mrash / fwsnort

Application Layer IDS/IPS with iptables
http://www.cipherdyne.org/fwsnort/
GNU General Public License v2.0
73 stars 15 forks source link

ifconfig not present #9

Closed mgaulton closed 8 years ago

mgaulton commented 8 years ago

On my opensuse 13.2 system, i don't have ifconfig and there's no package i can find to install so I use ip add, any suggestions on how to tweak this to make it work with that instead?

mgaulton commented 8 years ago

I had to install a package called net-tools-deprecated. thanks.

mrash commented 8 years ago

Thanks for the report. I'll update fwsnort to use the ip command when it is available instead of ifconfig. 'ip addr show' gives the same information that ifconfig is used for by fwsnort.

mgaulton commented 8 years ago

No worries