- Install CentOS from the minimal iso.
- Bring up networking: ifup eth0
- Configure a static IP address for the system: vi /etc/sysconfig/network-scripts/ifcfg-eth0
- Configure a gateway for our static IP address: vi /etc/sysconfig/network
- Add some DNS resolution as well: vi /etc/resolv.conf
- Restart networking to commit our changes: service network restart
- Let’s drop the firewall: service iptables save | service iptables stop | chkconfig iptables off
- Let’s relax selinux: vi /etc/sysconfig/selinux
- Restart the system to commit the changes: shutdown –r now
- Add the EPEL repository: rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
- Update the system: yum update
Random ramblings from an IT Guru, Prepper, Handyman, Biker, and general smart**s.
July 26, 2013
Base Install of CentOS 6.4
Here are the steps I use to install CentOS 6.4 to get to a base load.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment