No ping to SSVM public ip #9420
Replies: 21 comments 1 reply
|
@dominar250 |
|
@weizhouapache No sir . I have assigned this network to a vm for testing , I can able to ssh and ping that ip from 10.158.65.0 network |
@dominar250 |
|
@weizhouapache no ping from ssvm to gateway |
I guess it is because the virtual nic (vnet25 ?) for public interface of s-10-VM is on you can go to the Zone-> Physical network, and update the traffic label of Public traffic to "cloudbr1" and retry |
@weizhouapache Its already cloudbr1. guest is also in cloudbr1 and managment interface is on cloudbr0
|
destroy the system vm and re-check the new system vm ? |
|
@weizhouapache still having the same issue. no ping to gateways |
|
@dominar250 can you run |
|
There is obviously a network problem: What are your physical network traffic configurations? |
|
@DaanHoogland - This is my netplan configuration network: |
@dominar250 |
|
@DaanHoogland |
|
@DaanHoogland Some how my secondary storage vm is able to ping both gateways . console proxy is failing to reach public gateways and able to ping private gateways. no ping to nfs storage which is on same subnet of private but console proxy vm is failed to reach public gateway |
|
@dominar250 |
|
@weizhouapache I found one more clue that the arp table on the un reachable vm has "incomplete entry " on the public gateways . if i added manually to match the same with working one i can able to ping. Is there any changes need to done on kvm host machine ?Thank you in advance root@v-17-VM:~# ip route root@s-16-VM:~# ip r |
|
@weizhouapache working vm arp table look like this root@s-16-VM: |
It is strange that ssvm works but cpvm does not. I recalled an issue with CKS which is caused by sysctl settings for arp #9186 You can also check the sysctl settings on kvm host and in the system vms
|
|
@weizhouapache Thanks for helping me to resolve the issue . I have disconnected and reconnected the portgroup in vm level is able to solve this gateway ping issue. I can able to ping both gateways. The only issue i 'm facing right now is console proxy vm is not able to find the nfs storage, even i can able to ping the IP. SSvm looks good. routing table is same for both root@v-22-VM:~# /usr/local/cloud/systemvm/ssvm-check.shFirst DNS server is 66.173.144.10
|



I guess it is because the virtual nic (vnet25 ?) for public interface of s-10-VM is on
cloudbr0when you create a vm, the virtual nic is on
cloudbr1you can go to the Zone-> Physical network, and update the traffic label of Public traffic to "cloudbr1" and retry