本文介绍了从Azure服务器访问Intranet数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨嗨人

我在Intranet上有一个Oracle数据库,我需要将内部网服务中的数据导入Azure 

I have an Oracle Database at the Intranet and i need to import the data from the intranet service to Azure 

我尝试过创建虚拟机并使用VPN-VPN连接与它连接,但它没有工作 

I have tried creating a VM and connecting with it using VPN-VPN connection but it didnt work 

任何人都可以帮我这个 

Can anyone help me on this 

推荐答案

如果是在家中和互联网上,请检查您是否允许NSG上的端口在互联网上连接VM。

If from home and on internet, then check you have allowed ports on NSG to connect VM on internet.

请咨询您当地的IT团队,了解他们是否允许端口从办公室网络连接到VM。

Please check with your local IT team whether they have allowed port to connect to VM from office network.

如果是,则检查NSG规则,以便在端口3389上访问VM以获取  Windows或Linux然后ssh 22。

If yes then check NSG rule for VM accessing on port 3389 for  windows or Linux then ssh 22.


这篇关于从Azure服务器访问Intranet数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 11:57
查看更多