1
Nov
Awk scripts for reading and editing Ubuntu /etc/network/interfaces file (Part 2/2)
For modifying the /etc/network/interfaces file, I use another script and it is slightly more complicated. Read more 
1
Nov
Awk scripts for reading and editing Ubuntu /etc/network/interfaces file (Part 1/2)
It is pretty straightforward to setup permanent network configuration on Ubuntu 8.04. All you need is to edit /etc/network/interfaces file and a very thorough tutorial is given in http://www.cyberciti.biz/faq/setting-up-an-network-interfaces-file/ to show you how manually edit for DHCP, static and promiscuous mode. However, I cannot find any command line utility for configuring permanent network setup.
So here are couple awk scripts for reading and writing /etc/network/interfaces file. I hope someone will find it useful, especially for integrating with other programs. Read more 



