Hi Vonroy, You may have better luck with this question at a general Linux or CentOS forum ( www.linuxquestions.org or serverfault.com) but here's a go:
It may be as simple as forcing your CentOS system to renew its IP address ( http://exchcluster.blogspot.com/2012/05/centos-6-how-to-renew-dhcp-and-restart.html ). To do this, log in as root and run... dhclient -r eth0 ... then run... dhclient eth0 In this case, the network inferface is called eth0, but yours may be named differently. To see a list of your network interfaces, you can run the ifconfig command Best luck, Nate "DJ Homebody" Hartmann
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
