I am trying to connect to an on premise network (173.16.100.21) using Azure Ubuntu VM by private IP. Let's suppose My public ip is 30.10.1.1 and my private ip is 9.1.0.0
However, in order to ping to the on premise network, we are not able to use:- ping 173.16.100.21
Instead we use ping -I eth0 173.16.100.21
Is there a way to connect to on premise network using Azure Vm's Private IP directly?
https://stackoverflow.com/questions/67410241/send-request-from-azure-vm-private-ip May 06, 2021 at 08:05AM
没有评论:
发表评论