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

@DaanHoogland 

The ping to google is KO the ping to my gateway 10.0.0.1 is KO too on the ssvm.

```
root@s-2-VM:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
92 bytes from s-2-VM (10.0.0.181): Destination Host Unreachable
92 bytes from s-2-VM (10.0.0.181): Destination Host Unreachable
92 bytes from s-2-VM (10.0.0.181): Destination Host Unreachable
92 bytes from s-2-VM (10.0.0.181): Destination Host Unreachable
```

When I go to the /etc/network/interfaces interface of the ssvm I notice that I 
don't have any gateway, is this normal?

```
auto lo eth0 eth1 eth2
iface lo inet loopback

iface  eth0 inet static
  address 169.254.71.94
  netmask 255.255.0.0
iface  eth1 inet static
  address 10.0.0.62
  netmask 255.255.255.0
iface  eth2 inet static
  address 10.0.0.181
  netmask 255.255.255.0
```
```
  ip route
  default via 10.0.0.1 dev eth2 
10.0.0.0/24 dev eth1 proto kernel scope link src 10.0.0.62 
10.0.0.0/24 dev eth2 proto kernel scope link src 10.0.0.181 
10.1.0.9 via 10.0.0.1 dev eth1 
169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.71.94 
```
  
  
<img width="1124" alt="image" 
src="https://github.com/user-attachments/assets/e27307a4-9952-4209-9dc5-a85281f8c12b";>


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

----
This is an automatically sent email for users@cloudstack.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org

Reply via email to