GitHub user dylan62370 added a comment to the discussion: There is no secondary 
storage VM for downloading template to image store

@DaanHoogland 

I removed the route and here's the result of the commands:
The commands were made on the SSVM VM

**ip a** 
```
root@s-2-VM:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
    link/ether 0e:00:a9:fe:1a:b9 brd ff:ff:ff:ff:ff:ff
    altname enp0s3
    altname ens3
    inet 169.254.26.185/16 brd 169.254.255.255 scope global eth0
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
    link/ether 1e:00:11:00:00:07 brd ff:ff:ff:ff:ff:ff
    altname enp0s4
    altname ens4
    inet 10.0.0.66/24 brd 10.0.0.255 scope global eth1
       valid_lft forever preferred_lft forever
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
    link/ether 1e:00:26:00:00:0c brd ff:ff:ff:ff:ff:ff
    altname enp0s5
    altname ens5
    inet 10.0.0.181/24 brd 10.0.0.255 scope global eth2
       valid_lft forever preferred_lft forever
```

**Traceroute:**
```
root@s-2-VM:~# traceroute 1.1.1.1
traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 60 byte packets
 1  s-2-VM (10.0.0.181)  3053.751 ms !H  3053.676 ms !H  3053.657 ms !H
root@s-2-VM:~# traceroute 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  * * *
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * * s-2-VM (10.0.0.181)  2207.822 ms !H
```

**ssvm-check:**
```
root@s-2-VM:~# /usr/local/cloud/systemvm/ssvm-check.sh
================================================
First DNS server is  10.0.0.15
PING 10.0.0.15 (10.0.0.15): 56 data bytes
92 bytes from 10.0.0.66: Destination Host Unreachable
92 bytes from 10.0.0.66: Destination Host Unreachable
--- 10.0.0.15 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         10.0.0.1        0.0.0.0         UG    0      0        0 eth2
10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth1
10.1.0.9        10.0.0.1        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
================================================
ERROR: DNS not resolving cloudstack.apache.org
resolv.conf follows
nameserver 10.0.0.15
nameserver 10.1.0.9
nameserver 1.1.1.1
nameserver 8.8.8.8
root@s-2-VM:~#
```

GitHub link: 
https://github.com/apache/cloudstack/discussions/9535#discussioncomment-10404145

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to