Pario TechnoBlob
About Posts

Tag: ifconfig

IP address change notifier script This is a simple bash script that is run by crontab every 5 minutes on a linux box. It e-mails me the new address when a change of IP address is detected. The script...
Jan 21, 2009 1:57PM
Create virtual / alias IP address This is the code to make an alias IP address on network interface ethX where X is a number to indicate the device we are attaching the IP. ifconfig eth0:1 192.168.0.30 netmask...
Nov 30, 2007 11:12AM
Get your IP address ifconfig eth0 | awk '/inet addr/{print $2}' | cut -d: -f2
May 20, 2007 9:10PM
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom