i got the following error on /var/log/cloud.log 2016-10-29 11:04:54,401 WARN [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-1:null) addRouteToInternalIp: unable to determine same subnet: _eth1ip=null, dest ip=172.16.135.133, _eth1mask=null 2016-10-29 11:04:54,401 WARN [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-1:null) Error in configuring route to internal ip err=Error: an inet address is expected rather than "null". 2016-10-29 11:04:58,014 WARN [storage.template.DownloadManagerImpl] (agentRequest-Handler-5:null) Post download installation was not completed for /mnt/SecStorage/0de4317c-2d8e-3c52-982e-fa6cdade0a2a/template/tmpl/1/4
On Sat, Oct 29, 2016 at 7:01 PM, Abdul Qayyum Halid <[email protected]> wrote: > hi kumar, sorry for late reply. I am on holiday now. Below is the > information you needed > > root@s-70-VM:~# route -n > 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 > 8.8.8.8 172.16.135.254 255.255.255.255 UGH 0 0 0 > eth1 > 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 > eth2 > 172.16.135.0 0.0.0.0 255.255.255.0 U 0 0 0 > eth1 > > > On Fri, Oct 28, 2016 at 8:19 PM, <[email protected]> wrote: > >> >> >> Can u please share the output of "route -n" of ur ssvm ? >> >> >> Get Outlook for Android >> >> >> >> >> >> >> On Fri, Oct 28, 2016 at 5:38 PM +0530, "Abdul Qayyum Halid" < >> [email protected]> wrote: >> >> >> >> >> >> >> >> >> >> >> Hi kumar, yes , my management server able to reach network >> >> On Friday, 28 October 2016, wrote: >> >> > >> > >> > Are you able to reach internet on management server ? >> > >> > >> > Get Outlook for Android >> > >> > >> > >> > >> > >> > >> > On Fri, Oct 28, 2016 at 5:42 AM +0530, "Abdul Qayyum Halid" < >> > [email protected] > wrote: >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > Hi, i am having a problem on network bridging. I had found that my >> cloudbr1 >> > doesnt connected to any network, hence my SSVM and CPVM cant ping DNS or >> > Gateway excluded the management server althiugh the status is up and >> > running. So i can't downlod any ISO. I have flush my IPTABLES on host >> > machine trough $sudo iptables -F but its change nothing. Any suggestion >> on >> > networking setup including during zone creation since my SSVM or CPVM >> eth2 >> > seems doesn't acquire public ip like 203.XX.XX.XX instead of >> 172.16.XX.XX. >> > Is it necessary that eth2 must to acquire public ip like 203.XX.XX.XX >> in >> > order to make SSVM or CPVM connected to outside world since i also >> doesnt >> > know my public gateway instead of private gateway which is 172.16.xx.xx. >> > Any other fix suggestion are most welcome. Below is my current network >> > setup. Btw I have management server and host in same machine. Thank you >> > >> > # 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 8.8.8.8 >> > dns-domain UTP.EDU.MY >> > bridge_ports eth0 >> > bridge_fd 5 >> > bridge_stp off >> > bridge_maxwait 1 >> > >> > # Private network >> > auto cloudbr1 >> > iface cloudbr1 inet manual >> > bridge_ports eth0.300 >> > bridge_fd 5 >> > bridge_stp off >> > bridge_maxwait 1 >> > >> > ------------------------------------------------------------ >> > ---------------------------------------------------------- >> > >> > # 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 >> > >> > ------------------------------------------------------------ >> > --------------------------------------------------------- >> > >> > #SSVM health check >> > >> > ================================================ >> > 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 >> > >> > >> > >> > >> > >> > >> >> >> >> >> >> >
