Table of Contents |
---|
System Level Activities
The following activities may need to be completed to get things working.
iptables
Code Block |
---|
sudo vi /etc/sysconfig/iptables |
network
Make sure the network services are properly configured, setting the ip and gateway.
Code Block |
---|
/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...
Code Block |
---|
sudo vi /etc/resolve.conf |
ntp
confirm ntp setup (how?)
hosts
Code Block |
---|
sudo vi /etc/hosts |
Application Level Activities
The following activities may need to be completed to get the application running properly.