virtual network
228 TopicsI cannot connect to Virtual Desktop. i get an error that no resources available to connect to
Thank you for taking a look at my issue. I am new to Azure and we are trying a proof of concept for a deployment using Virtual Desktop. I have been following the guide here and I have had a few stumbling points along the way. http://www.rebeladmin.com/2019/04/step-step-guide-azure-windows-virtual-desktop-preview/ Currently I have everything seemingly in place. The active directory server is up and working. The Virtual Desktop test machine was deployed. I can RDP into the domain controller and then RDP into the Windows 10 machine so I know the VM was created and running. I cannot use the web interface to get a session. I can log into the web interface and see an icon to start a session but when it tries to open up I get a message stating " We couldn't connect because there are currently no available resources. Try again later or if this keeps happening, ask your admin or tech support for help" As mentioned before, I am new to Azure and I am stumbling through this but I have hit a point where troubleshooting is circular and not getting me anywhere.231KViews0likes8CommentsHow to enable Ping (ICMP echo) on an Azure VM
This is just a very quick blog post because I got the question from a couple of people. In this blog post want to show you how you can enable ping (ICMP) on a public IP address of an Azure virtual machine (VM). First, just let me say that assigning a public IP address to a virtual machine can be a security risk. So if you do that, make sure you know what you are doing. If you need admin access to virtual machines only for a specific time, there are services like Azure Just-in-Time VM Access (JIT) and Azure Bastion you should have a look at. Now back to the topic, Azure by default denies and blocks all public inbound traffic to an Azure virtual machine, and also includes ICMP traffic. This is a good thing since it improves security by reducing the attack surface. Read more here: https://www.thomasmaurer.ch/2019/09/how-to-enable-ping-icmp-echo-on-an-azure-vm/71KViews1like4CommentsVMs on the same VNET can not talk to each other
Not sure what is exactly happening since it was always working before but VMs on different subnets within the same virtual network with no NSGs or firewalls between them can not talk to each other. Ping is failing as well as any other sort of communication. Firewalls are disabled on both sides. All machines have access to internet. Communication was tried using IP addresses and not names. Both ping as well as TCP based tests were used.Solved47KViews0likes8CommentsHow to connect two VM's on Azure?
Dear Memebrs; I have the following setup in Azure Cloud: (CentOS-trust VM) -------(10.0.2.0/24)----PA-Vm------(10.0.1.024)-----(CentOS-Untrust VM) All VM's have a seperate Mgmt Network with Public IP address's. When i try to ping from CentOS-Trust VM to CentOS-Untrust-VM what i should see is a session (or atleast packet counters) on PA-VM. BUt the ping works and there is no packet capture(any bytes/packets received) on the firewall (PA-VM). I think it is going via Mgmt?...am i correct..? is there any method cia which i can achieve my objective?Solved24KViews0likes5CommentsStep-By-Step: Connect your AWS and Azure environments with a VPN tunnel - Updated
Hello Folks, Three years ago, I was working with a customer that wanted to connect their VPC on AWS to their virtual network in Azure so they could move data around and migrate some workloads. Lately I’ve been receiving some messages from folks all over the place (some internal and some external to Microsoft) about issues in setting up that type of connection between AWS and Azure. I figured, it’s three years old…. There is bound to be some components that’s changed so maybe I should take another look at it.24KViews3likes4CommentsIs Azure network supports VPN PPTP, L2TP, IKE2?
Hello I have installed VM in Azure and installed RRAS role with VPN, NAT feature. For test purpose I have opened all ports on NSG and on server. From remote client/Win10 I tried to use differents VPN profile to connect but failed with all PPTP, L2TP, IKE2. //Alexander24KViews0likes5CommentsAccess Internet through Azure Point to site VPN
I have point to site VPN to Azure working with RADIUS auth and can access resources in the vNet. I would like to be able to route traffic out to the internet over that VPN connection. Can this be done? If not, how would I replicate this with Azure services without deploying something like a Cisco virtual device? thanks22KViews0likes7Comments