a command from Linux POSIX operating system able to give information about the IP network.

learn more… | top users | synonyms

1
vote
3answers
12k views

Spoof MAC address from IP command

I'm trying to spoof my MAC address on a modified version of Linux (Android). The main problem is that because it has been stripped down, the ifconfig command has been taken out, and I only can use the ...
8
votes
2answers
4k views

Mac OS X: Please explain ifconfig output?

When I do ifconfig on my Mac, I get a list of the following interfaces: lo0 gif0 stf0 en0 fw0 en1 vmnet8 vmnet1 I wonder what each interface is. Also, which of these is the IP interface ? I don't ...
1
vote
1answer
91 views

How to run 'ifconfig wlan0 down/up' with a comm user?

I need to run ifconfig wlan0 down and ifconfig wlan0 up with my common user. How can I perform this?