Not able to connect with Linux virtual machine on Azure
I have a virtual machine on Azure, I let Azure install Ubuntuserver 18.04 LTS for me. After that I installed lxde and xrdp, and made inbound security rules in Azure for port 3389 and 22 with as the source using the ip address I am on right now. I have been able to connect via ssh and rdp from a windows 8.1 machine no problem up until this morning. I am running mozilla thunderbird on this machine only for testing.
When trying to connect trough either rdp or ssh the Azure vm is just unreachable. The only thing that 'fixes' the issue is to use the restart button on Azure, but this takes half a hour to complete restarting. After this restart it was working fine until I tried reconnecting again after 1 hour. Is it maybe the way I quit the rdp session? Or is it something else?
I am fairly new to Azure so maybe it is something simple, but I can't seem to find the problem.
What I've tried:
- Disable the 'DenyAllInBound' security rule.
- Using the 'Identify and solve problems' feature on Azure
- Checked if there is a malfunction on Europe west
linux virtual-machine remote-desktop azure linux-on-azure
add a comment |
I have a virtual machine on Azure, I let Azure install Ubuntuserver 18.04 LTS for me. After that I installed lxde and xrdp, and made inbound security rules in Azure for port 3389 and 22 with as the source using the ip address I am on right now. I have been able to connect via ssh and rdp from a windows 8.1 machine no problem up until this morning. I am running mozilla thunderbird on this machine only for testing.
When trying to connect trough either rdp or ssh the Azure vm is just unreachable. The only thing that 'fixes' the issue is to use the restart button on Azure, but this takes half a hour to complete restarting. After this restart it was working fine until I tried reconnecting again after 1 hour. Is it maybe the way I quit the rdp session? Or is it something else?
I am fairly new to Azure so maybe it is something simple, but I can't seem to find the problem.
What I've tried:
- Disable the 'DenyAllInBound' security rule.
- Using the 'Identify and solve problems' feature on Azure
- Checked if there is a malfunction on Europe west
linux virtual-machine remote-desktop azure linux-on-azure
add a comment |
I have a virtual machine on Azure, I let Azure install Ubuntuserver 18.04 LTS for me. After that I installed lxde and xrdp, and made inbound security rules in Azure for port 3389 and 22 with as the source using the ip address I am on right now. I have been able to connect via ssh and rdp from a windows 8.1 machine no problem up until this morning. I am running mozilla thunderbird on this machine only for testing.
When trying to connect trough either rdp or ssh the Azure vm is just unreachable. The only thing that 'fixes' the issue is to use the restart button on Azure, but this takes half a hour to complete restarting. After this restart it was working fine until I tried reconnecting again after 1 hour. Is it maybe the way I quit the rdp session? Or is it something else?
I am fairly new to Azure so maybe it is something simple, but I can't seem to find the problem.
What I've tried:
- Disable the 'DenyAllInBound' security rule.
- Using the 'Identify and solve problems' feature on Azure
- Checked if there is a malfunction on Europe west
linux virtual-machine remote-desktop azure linux-on-azure
I have a virtual machine on Azure, I let Azure install Ubuntuserver 18.04 LTS for me. After that I installed lxde and xrdp, and made inbound security rules in Azure for port 3389 and 22 with as the source using the ip address I am on right now. I have been able to connect via ssh and rdp from a windows 8.1 machine no problem up until this morning. I am running mozilla thunderbird on this machine only for testing.
When trying to connect trough either rdp or ssh the Azure vm is just unreachable. The only thing that 'fixes' the issue is to use the restart button on Azure, but this takes half a hour to complete restarting. After this restart it was working fine until I tried reconnecting again after 1 hour. Is it maybe the way I quit the rdp session? Or is it something else?
I am fairly new to Azure so maybe it is something simple, but I can't seem to find the problem.
What I've tried:
- Disable the 'DenyAllInBound' security rule.
- Using the 'Identify and solve problems' feature on Azure
- Checked if there is a malfunction on Europe west
linux virtual-machine remote-desktop azure linux-on-azure
linux virtual-machine remote-desktop azure linux-on-azure
asked Feb 28 at 13:09
Rick JelierRick Jelier
1033
1033
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you face difficulties troubleshooting SSH or application access to a Linux virtual machine (VM) in Azure, redeploying the VM may help. When you redeploy a VM, it moves the VM to a new node within the Azure infrastructure and then powers it back on. All your configuration options and associated resources are retained. This article shows you how to redeploy a VM using Azure CLI or the Azure portal.
https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/redeploy-to-new-node-linux
This seems to indeed fix the problem, however I still don't understand what caused it in the first place.
– Rick Jelier
Feb 28 at 14:56
1
If you have support you can open a ticket bc it's hard to know for sure. While we build redundancy into our cloud, hardware does fail.
– Ken W MSFT
Feb 28 at 16:56
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1410192%2fnot-able-to-connect-with-linux-virtual-machine-on-azure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you face difficulties troubleshooting SSH or application access to a Linux virtual machine (VM) in Azure, redeploying the VM may help. When you redeploy a VM, it moves the VM to a new node within the Azure infrastructure and then powers it back on. All your configuration options and associated resources are retained. This article shows you how to redeploy a VM using Azure CLI or the Azure portal.
https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/redeploy-to-new-node-linux
This seems to indeed fix the problem, however I still don't understand what caused it in the first place.
– Rick Jelier
Feb 28 at 14:56
1
If you have support you can open a ticket bc it's hard to know for sure. While we build redundancy into our cloud, hardware does fail.
– Ken W MSFT
Feb 28 at 16:56
add a comment |
If you face difficulties troubleshooting SSH or application access to a Linux virtual machine (VM) in Azure, redeploying the VM may help. When you redeploy a VM, it moves the VM to a new node within the Azure infrastructure and then powers it back on. All your configuration options and associated resources are retained. This article shows you how to redeploy a VM using Azure CLI or the Azure portal.
https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/redeploy-to-new-node-linux
This seems to indeed fix the problem, however I still don't understand what caused it in the first place.
– Rick Jelier
Feb 28 at 14:56
1
If you have support you can open a ticket bc it's hard to know for sure. While we build redundancy into our cloud, hardware does fail.
– Ken W MSFT
Feb 28 at 16:56
add a comment |
If you face difficulties troubleshooting SSH or application access to a Linux virtual machine (VM) in Azure, redeploying the VM may help. When you redeploy a VM, it moves the VM to a new node within the Azure infrastructure and then powers it back on. All your configuration options and associated resources are retained. This article shows you how to redeploy a VM using Azure CLI or the Azure portal.
https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/redeploy-to-new-node-linux
If you face difficulties troubleshooting SSH or application access to a Linux virtual machine (VM) in Azure, redeploying the VM may help. When you redeploy a VM, it moves the VM to a new node within the Azure infrastructure and then powers it back on. All your configuration options and associated resources are retained. This article shows you how to redeploy a VM using Azure CLI or the Azure portal.
https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/redeploy-to-new-node-linux
answered Feb 28 at 14:13
Ken W MSFTKen W MSFT
19615
19615
This seems to indeed fix the problem, however I still don't understand what caused it in the first place.
– Rick Jelier
Feb 28 at 14:56
1
If you have support you can open a ticket bc it's hard to know for sure. While we build redundancy into our cloud, hardware does fail.
– Ken W MSFT
Feb 28 at 16:56
add a comment |
This seems to indeed fix the problem, however I still don't understand what caused it in the first place.
– Rick Jelier
Feb 28 at 14:56
1
If you have support you can open a ticket bc it's hard to know for sure. While we build redundancy into our cloud, hardware does fail.
– Ken W MSFT
Feb 28 at 16:56
This seems to indeed fix the problem, however I still don't understand what caused it in the first place.
– Rick Jelier
Feb 28 at 14:56
This seems to indeed fix the problem, however I still don't understand what caused it in the first place.
– Rick Jelier
Feb 28 at 14:56
1
1
If you have support you can open a ticket bc it's hard to know for sure. While we build redundancy into our cloud, hardware does fail.
– Ken W MSFT
Feb 28 at 16:56
If you have support you can open a ticket bc it's hard to know for sure. While we build redundancy into our cloud, hardware does fail.
– Ken W MSFT
Feb 28 at 16:56
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1410192%2fnot-able-to-connect-with-linux-virtual-machine-on-azure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown