Server is online, I'm able to connect to the server using the externally facing IP address via SSH no problem there.
I'm experiencing the following issues:
1.)When I attempt to ping the domain, I get "could not find host". I've checked the domain registration people and I've pointed the domain to the external facing DNS servers of the server company. On the server companies DNS, I've created a A and CNAME record for the domain to the IP address.
2.)When starting apache2, I get an error about "could not reliably determine the server fully qualified domain name".
3.)Don't really know if this is a problem or not, but whenever I boot the virtual server it stays zeus.unknown_domain for the computer name at the login screen.
/etc/conf.d/net
config_eth0=(
"208.111.35.233 netmask 255.255.255.128 broadcast 208.111.35.255"
)
routes_eth0=("default via 208.111.35.129")
dns_domain_lo="togethermakesone.com"
/etc/hosts
127.0.0.1 localhost localhost.localdomain
208.111.35.233 zeus.togethermakesone.com
/etc/conf.d/hostname
/etc/conf.d/domainname
HOSTNAME="zeus"
I posted everything I could think of to help. If you need other config files, let me know.
DNSDOMAIN="togethermakesone.com"
Thanks,
Rob
P.S. - I think they are all kinda related that's why I put it all in one post.


