Search code examples
azurefirewalloctopus-deploynetwork-security

Setup Azure Network security group rules for Octopus Tentacle?


I've been trying to setup my Azure Network security group to accept connections to my Octopus Tentacle, but with no success.

I know the Tentacle is properly working because I can connect using localhost, all that's left is to be externally available.

Could anyone shine a light on the necessary rules at the Network security group? Find below my own rules.

enter image description here

enter image description here

Kind regards and thanks in advance!


Solution

    1. Open Windows Firewall on your VM. And add an allowed access for "10933" TCP port. (10933 the default port between Octopus server and tentacle)

    2. If your Octopus Server and tentacle are not on the same Azure resources and still couldn't telnet the Tentacle, You must add an "Inbound security rule" for the same 10933 TCP port which used by your VM's network security group. Optional:You should give a static IP and domain name to your VM on Azure. Your Network admin should configure it a IP restricted access.

    For testing the connectivity. You should use "telnet client". Open cmd and write this. If there is no connection error/timeout it's working .

    telnet yourtentaclesextrenalIPaddress 10933