Hi, I'm in the process of following these instructions to set up a CloudStack Management Server:
http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/Installation_Guide/management-server-install-flow.html Perhaps this is a simple question for someone. I'm on Ubuntu 12.04.1 and cannot find the files referenced here (in fact, the entire sysconfig folder is not present under etc): 1. Edit the /etc/sysconfig/nfs file. # vi /etc/sysconfig/nfs Uncomment the following lines: LOCKD_TCPPORT=32803 LOCKD_UDPPORT=32769 MOUNTD_PORT=892 RQUOTAD_PORT=875 STATD_PORT=662 STATD_OUTGOING_PORT=2020 2. Edit the /etc/sysconfig/iptables file. # vi /etc/sysconfig/iptables Add the following lines at the beginning of the INPUT chain where <NETWORK> is the network that you'll be using: -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 111 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 111 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 2049 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 32803 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 32769 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 892 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 892 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 875 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 875 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 662 -j ACCEPT -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 662 -j ACCEPT Any advice? Thanks! -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkow...@solidfire.com o: 303.746.7302 Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play> *™*