Category Archives: Networking

A Good Centos System Administration Book

I have been a big fan of the unleashed guides every since I purchased Mac OS X Tiger Unleashed. I loved this book as it was both great for beginners but had some reallly good advanced sections that allowed me … Continue reading

Posted in Apache, Centos 5.2, Command Line, General, General Command Line, Mysql, Networking, Open Source, RHEL5, Security, Snort, Zenoss | Tagged | 1 Comment

How To Configure a Network Card by Command Line on Centos 5.2

Use the command line gui tool system-config-network-tui & or Go to /etc/sysconfig/network-scripts/ cd /etc/sysconfig/network-scripts/ edit ifcfg-eth0 or ifcfg-eth1 etc.. /etc/sysconfig/network-scripts/ifcfg-eth0 Add the following text DEVICE=eth0 BOOTPROTO=static DHCPCLASS= HWADDR=00:30:48:56:A6:2E IPADDR=10.10.29.66 NETMASK=255.255.255.192 ONBOOT=yes Save file Define the gateway and hostname inĀ /etc/sysconfig/network file. … Continue reading

Posted in Centos 5.2, Networking | Tagged , | Leave a comment