lsif: list network interfaces on linux
Oct 12th, 2009 by Adam
I wrote some code a while ago that got a bit of attention, so I have decided to do a little bit of a re-write and update!
The new code is called lsif, and it lists network interfaces on a computer, their IP address, and what that IP address resolves into. You can download a copy from github by doing:
git clone git://github.com/ajrisi/lsif.git
Or, visit the page at github for more download options! As always, post here with any questions, and I will do my best to help you out! Of course, the benefit of using something like github is that if I need to do a revision, sending it out to all of you is easy. Enjoy!