Hello i'm going to setup basic cloudstack,my problem was as above. I am
able to create SSVM and CPVM and the status is running and up.But while i'm
check the ssvm health through /usr/local/cloud/systemvm/ssvm-check.sh it
shows as below...
================================================
First DNS server is 172.16.238.6
PING 172.16.238.6 (172.16.238.6): 48 data bytes
--- 172.16.238.6 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
WARNING: cannot ping DNS server
route follows
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
0.0.0.0 172.16.135.254 0.0.0.0 UG 0 0 0 eth2
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
172.16.134.0 0.0.0.0 255.255.254.0 U 0 0 0 eth1
172.16.134.0 0.0.0.0 255.255.254.0 U 0 0 0 eth2
172.16.238.6 172.16.135.254 255.255.255.255 UGH 0 0 0 eth1
================================================
ERROR: DNS not resolving download.cloud.com
resolv.conf follows
nameserver 172.16.238.6
nameserver 172.16.238.7
Below is my /etc/network/interfaces configuration. For your information, i
place my template at /export/secondary rather than /mnt/secondary.
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet manual
# Public network
auto cloudbr0
iface cloudbr0 inet static
address 172.16.135.133
netmask 255.255.254.0
gateway 172.16.135.254
dns-nameservers 172.16.238.7 172.16.238.6
dns-domain UTP.EDU.MY
# bridge_ports eth0.200
bridge_ports eth0
bridge_fd 5
bridge_stp off
bridge_maxwait 1
# Private network
auto cloudbr1
iface cloudbr1 inet manual
bridge_ports none
bridge_fd 5
bridge_stp off
bridge_maxwait 1
Below is my SSVM /etc/network/interfaces
auto lo eth0 eth1 eth2
iface lo inet loopback
iface eth0 inet static
address 169.254.0.193
netmask 255.255.0.0
iface eth1 inet static
address 172.16.135.146
netmask 255.255.254.0
iface eth2 inet static
address 172.16.135.11
netmask 255.255.254.0
thank you for help.. ;-)