Magic Mask - is application for calculate network mask.
Magic Mask - is application for calculate network mask. It designed for network administrators.
This application can convert network mask from DEX format like 255.255.255.0 to prefix format like /24 and can convert it back. Also it can show mask in binary format.
Returns external IP address. That is all! Details: program is written in .net but can be used as library also. Executable available here is for winXP or higher. but you can convert it to c# <http://www.developerfusion.com/tools/convert/vb-to-csharp/> or run on linux using mono (it is tested for mono compilation here <http://www.tutorialspoint.com/compile_vb.net_online.php> and works fine) so it should work using mono on OSX also. You are welcome to contribute compiled executable for other...