Hi Dag I had view that thread, any suggestion on cloudbr1 setup. According to shapeblue installation guide, there just disable the cloudbr1 by set bridge_port to none. Can you give the suggestion on how to make my cloudbr1 connect to my public ip which is 203.xx.xx.xx instead of 172.16.xx.xx. Thanks
On Wednesday, 26 October 2016, Dag Sonstebo <dag.sonst...@shapeblue.com> wrote: > Hi Abdul, > > This was discussed in a thread a few days back – please see the email > thread with subject “SSVM unable to ping outside, only management server”. > > In short – you have a networking problem preventing the SSVM from reaching > your DNS server – subsequently it can not DNS name resolve anything. > > Regards, > Dag Sonstebo > > On 26/10/2016, 04:11, "Abdul Qayyum Halid" <haiy.ha...@gmail.com > <javascript:;>> wrote: > > 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.. ;-) > > > > dag.sonst...@shapeblue.com <javascript:;> > www.shapeblue.com > 53 Chandos Place, Covent Garden, London WC2N 4HSUK > @shapeblue > > > >