giftnuss / net-tools

mirror of http://net-tools.berlios.de/ with some patches for easier build with rock linux
GNU General Public License v2.0
68 stars 47 forks source link

ifconfig & iwconfig command not found #1

Open theavezkhatri opened 4 years ago

theavezkhatri commented 4 years ago

i have already installed the latest version of net-tools but the ifconfig & iwconfig not working

Screenshot 2020-03-01 16:19:34

MagicalTux commented 4 years ago

@thecipher17 This is likely not a bug for this net-tools.

ifconfig is installed in /sbin by default on debian/ubuntu, try using as root or:

$ /sbin/ifconfig

Also, iwconfig will be part of the wireless-tools package.