Blogroll
Tags
-
Recent Posts
- Reinstall Yum Package Manager – in CentOS
- SSH Connection Shortcut
- Wordpress Blackberry Application
- Setup Outbound Mail IP Address for Postfix
- Removing Nginx Server Version
- HTTPS, SSL and Nginx
- Indonesian CentOS 5.2 Repo (IIX and openIXP)
- Nginx, MySQL, PHP in CentOS 5.1 (x86_64)
- Installation and Basic Configuration Apache, MySQL and PHP on CentOS 5.1 (64 bit)
- Adding SWAP Space On-The-Fly
- Basic Network Configuration in CentOS
- Securing MySQL Installation
- Adding MySQL User
- Change Your Time Zone
- XEN 3.2.0 on Debian Etch

Basic Network Configuration in CentOS
The file you have to keep an eye on CentOS for your box basic networking configuration is /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-eth0 or /etc/sysconfig/network-scripts/ifcfg-eth0:x for the alias network Interface. Below are the example of output in My CentOS box, /24 IP Block assumed.
Put the resolver DNS IP Address on your /etc/resolv.conf (get them from your ISP or Data Center)
If you want to make an alias IP Address, do this step;
Copy the ifcfg startup script
Edit the newly created ifcfg script, customize to your other IP Address (aliased to the same network interface). Change the Device and IP Address Informations.
Restart Network Service