Skip to main content
IPcalc cool like (you name it)

almuqaddis najmi # emerge ipcalc
Calculating dependencies ...done!
>>> emerge (1 of 1) app-text/ipcalc-0.38 to /
>>> Downloading http://mirror.oscc.org.my/gentoo/distfiles/ipcalc-0.38.tar.gz
--02:00:18-- http://mirror.oscc.org.my/gentoo/distfiles/ipcalc-0.38.tar.gz
=> `/usr/portage/distfiles/ipcalc-0.38.tar.gz'
Resolving mirror.oscc.org.my... 210.187.27.207
Connecting to mirror.oscc.org.my[210.187.27.207]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9,758 [application/x-gzip]

100%[======================================================================================>] 9,758 13.08K/s

02:00:21 (13.07 KB/s) - `/usr/portage/distfiles/ipcalc-0.38.tar.gz' saved [9,758/9,758]


Uh,uh too lazy? LOL.

almuqaddis # ipcalc 10.37.0.1/24
Address: 10.37.0.1 00001010.00100101.00000000. 00000001
Netmask: 255.255.255.0 = 24 11111111.11111111.11111111. 00000000
Wildcard: 0.0.0.255 00000000.00000000.00000000. 11111111
=>
Network: 10.37.0.0/24 00001010.00100101.00000000. 00000000
HostMin: 10.37.0.1 00001010.00100101.00000000. 00000001
HostMax: 10.37.0.254 00001010.00100101.00000000. 11111110
Broadcast: 10.37.0.255 00001010.00100101.00000000. 11111111
Hosts/Net: 254 Class A, Private Internet


Ipcalc-tools talks......

ipcalc takes an IP address and netmask and calculates the resulting broadcast,
network, Cisco wildcard mask, and host range. By giving a second netmask, you
can design sub- and supernetworks. It is also intended to be a teaching tool
and presents the results as easy-to-understand binary values.

jazakaLLah mypapit for the marvelleous,lazy bum tools :-)

Comments

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).