System Level Activities
The following activities may need to be completed to get things working.
iptables
sudo vi /etc/sysconfig/iptables
network
Make sure the network services are properly configured, setting the ip and gateway.
/sbin/ifconfig sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 sudo /etc/init.d/network restart
nameserver
Make sure we are using the right nameservers...
sudo vi /etc/resolve.conf
ntp
confirm ntp setup (how?)
hosts
sudo vi /etc/hosts
Application Level Activities
The following activities may need to be completed to get the application running properly.
0 Comments