<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Azure Load Balancer For RDP	</title>
	<atom:link href="https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/feed/" rel="self" type="application/rss+xml" />
	<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=azure-load-balancer-for-rds</link>
	<description>A blog about Azure Kubernetes Service (AKS) and more...</description>
	<lastBuildDate>Fri, 30 Apr 2021 11:28:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-496</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Fri, 30 Apr 2021 11:28:20 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-496</guid>

					<description><![CDATA[Hey, this blog post was created way back in 2017. Azure bastion was not a thing then. But you are right go with Bastion if you can.]]></description>
			<content:encoded><![CDATA[<p>Hey, this blog post was created way back in 2017. Azure bastion was not a thing then. But you are right go with Bastion if you can.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dhawal Baranwal		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-494</link>

		<dc:creator><![CDATA[Dhawal Baranwal]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 07:43:01 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-494</guid>

					<description><![CDATA[Just curious to know what can is the need of such scenario, If we have to just RDP to the VMs can&#039;t we use bastion service ? which is more reliable and secure?]]></description>
			<content:encoded><![CDATA[<p>Just curious to know what can is the need of such scenario, If we have to just RDP to the VMs can&#8217;t we use bastion service ? which is more reliable and secure?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dude		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-406</link>

		<dc:creator><![CDATA[Dude]]></dc:creator>
		<pubDate>Sun, 20 Oct 2019 06:09:13 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-406</guid>

					<description><![CDATA[Why would I not use a load balancing rule with a public FE-IP  that listens to RDP-338p and fwds is to 3389 on a specific VM (backend pool) 

Trying to understand the difference in using the NAT to translate publc ip 3389 to private ip 3389, vs using a Load balancer rule.

Initially I thought the rule will only work with fe-pub to BE-pub and not FE-pub to BE-private.. but it can work like that by accepting the rule in the config with public to private.]]></description>
			<content:encoded><![CDATA[<p>Why would I not use a load balancing rule with a public FE-IP  that listens to RDP-338p and fwds is to 3389 on a specific VM (backend pool) </p>
<p>Trying to understand the difference in using the NAT to translate publc ip 3389 to private ip 3389, vs using a Load balancer rule.</p>
<p>Initially I thought the rule will only work with fe-pub to BE-pub and not FE-pub to BE-private.. but it can work like that by accepting the rule in the config with public to private.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Burns		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-381</link>

		<dc:creator><![CDATA[Rob Burns]]></dc:creator>
		<pubDate>Tue, 30 Jul 2019 12:57:29 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-381</guid>

					<description><![CDATA[I agree with Lee Gratton that the load balancer should be able to load balance between multiple backend VM&#039;s using a connection to the public IP and a single port#. You should not need to use other port numbers, unless you specifically need to connect to a specific backend server for maintenance etc. The reason I believe this is the case is that the Microsoft examples of load balancing in Azure use web traffic as the application- you can go to a single public IP on port 80, and the traffic is balanced across multiple backend servers. If it works for port 80, why not for RDP?]]></description>
			<content:encoded><![CDATA[<p>I agree with Lee Gratton that the load balancer should be able to load balance between multiple backend VM&#8217;s using a connection to the public IP and a single port#. You should not need to use other port numbers, unless you specifically need to connect to a specific backend server for maintenance etc. The reason I believe this is the case is that the Microsoft examples of load balancing in Azure use web traffic as the application- you can go to a single public IP on port 80, and the traffic is balanced across multiple backend servers. If it works for port 80, why not for RDP?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-182</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Sat, 10 Mar 2018 12:26:57 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-182</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-181&quot;&gt;Lee Gratton&lt;/a&gt;.

Hello,

The use of the Load Balancer is to use one IP address (the Load Balancer) instead of one IP address per VM. The way the Load Balancer works you need to map one port to per VM. So, in essence, you can connect to multiple VM&#039;s via one IP address, you just need to change the port of the VM you like.

I hope that makes more sense. Please reply if you need any more help.

Thanks

Pixel Robots.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-181">Lee Gratton</a>.</p>
<p>Hello,</p>
<p>The use of the Load Balancer is to use one IP address (the Load Balancer) instead of one IP address per VM. The way the Load Balancer works you need to map one port to per VM. So, in essence, you can connect to multiple VM&#8217;s via one IP address, you just need to change the port of the VM you like.</p>
<p>I hope that makes more sense. Please reply if you need any more help.</p>
<p>Thanks</p>
<p>Pixel Robots.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lee Gratton		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-181</link>

		<dc:creator><![CDATA[Lee Gratton]]></dc:creator>
		<pubDate>Sat, 10 Mar 2018 12:13:05 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-181</guid>

					<description><![CDATA[I&#039;m confused by this.  When creating the LB and then creating the NAT rules, you are specifying particular ports per VM.  So when connecting to the LB via RDP, and specifying the port, you are still only connecting to that one VM.  Surely the purpose of the LB is to select either VM via the LB IP address?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m confused by this.  When creating the LB and then creating the NAT rules, you are specifying particular ports per VM.  So when connecting to the LB via RDP, and specifying the port, you are still only connecting to that one VM.  Surely the purpose of the LB is to select either VM via the LB IP address?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-180</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Wed, 28 Feb 2018 20:03:57 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-180</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-179&quot;&gt;Pavan Muppidi&lt;/a&gt;.

If you send me an email with a screenshot of your load balancer setup I will happily help you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-179">Pavan Muppidi</a>.</p>
<p>If you send me an email with a screenshot of your load balancer setup I will happily help you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pavan Muppidi		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-179</link>

		<dc:creator><![CDATA[Pavan Muppidi]]></dc:creator>
		<pubDate>Wed, 28 Feb 2018 01:09:25 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-179</guid>

					<description><![CDATA[I&#039;m able to connect to VM1. (PublicIP:VM1Port)
I am unable to connect to VM2. (PublicIP:VM2Port).
If I stop the VM1 the public IP is not available. 
Please advise.
Note: Able to RDP VM2 with its direct IP from VM1.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m able to connect to VM1. (PublicIP:VM1Port)<br />
I am unable to connect to VM2. (PublicIP:VM2Port).<br />
If I stop the VM1 the public IP is not available.<br />
Please advise.<br />
Note: Able to RDP VM2 with its direct IP from VM1.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-170</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 16:50:26 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-170</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-169&quot;&gt;Sundaram Ramakrishnan&lt;/a&gt;.

How have you set your inbound ports on the NSG? Feel free to email me for further help.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-169">Sundaram Ramakrishnan</a>.</p>
<p>How have you set your inbound ports on the NSG? Feel free to email me for further help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sundaram Ramakrishnan		</title>
		<link>https://pixelrobots.co.uk/2017/08/azure-load-balancer-for-rds/#comment-169</link>

		<dc:creator><![CDATA[Sundaram Ramakrishnan]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 16:08:25 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=5556#comment-169</guid>

					<description><![CDATA[Thanks for this helpful article. My scenario is, my VMs are within a Virtual Network and Load Balancer. I have white listed my machine’s IP in the Nework Security Group. But still I’m not able to RDP my VMs from my machine, by FOLLOWING THE ABOVE STEPS. Please help]]></description>
			<content:encoded><![CDATA[<p>Thanks for this helpful article. My scenario is, my VMs are within a Virtual Network and Load Balancer. I have white listed my machine’s IP in the Nework Security Group. But still I’m not able to RDP my VMs from my machine, by FOLLOWING THE ABOVE STEPS. Please help</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
