Remote Desktop to KVM Virtual Machine on Centos 7Portable Virtual Machine Recommendation?Configuring Remote...

"Marked down as someone wanting to sell shares." What does that mean?

Extract substring according to regexp with sed or grep

Calculate Pi using Monte Carlo

Can a Knock spell open the door to Mordenkainen's Magnificent Mansion?

categorizing a variable turns it from insignificant to significant

Capacitor electron flow

What can I do if I am asked to learn different programming languages very frequently?

1 John in Luther’s Bibel

Relations between homogeneous polynomials

Why is "la Gestapo" feminine?

Should a narrator ever describe things based on a character's view instead of facts?

Weird lines in Microsoft Word

What is this high flying aircraft over Pennsylvania?

Output visual diagram of picture

How can a new country break out from a developed country without war?

Why didn’t Eve recognize the little cockroach as a living organism?

Why does the frost depth increase when the surface temperature warms up?

Would this string work as string?

C++ lambda syntax

Asserting that Atheism and Theism are both faith based positions

I keep switching characters, how do I stop?

What should be the ideal length of sentences in a blog post for ease of reading?

Can you describe someone as luxurious? As in someone who likes luxurious things?

Friend wants my recommendation but I don't want to give it to him



Remote Desktop to KVM Virtual Machine on Centos 7


Portable Virtual Machine Recommendation?Configuring Remote Desktop in a Virtual MachineRemote desktop to my KVM virtual machineKVM virtual machine unable to access internetSet up network interfaces in Ubuntu for KVM virtual machineAdd a second bridge to a virtual machinecan't remote desktop to new Azure virtual machineHow to install a guest OS in a minimal installation of Centos using KVM?Cloning Virtual Machine On Azure, keeping existingHow to assign Public IP to KVM Virtual Machine from /29 subnet













0















I have a virtual machine created on centos7. I want to remote connect to it via another computer besides the host. I can not seem find how to access it. I have it set up with a username and password. I have connected via the host machine but I need to now access it via another computer.



I am on a windows 8 computer trying to connect to it.










share|improve this question














bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Let's start from simple debug: 1. Can you ping VM's IP from your windows machine? If no - can you do it from KVM node? 2. If yes - can you telnet to port 22 from windows machine?

    – Constantine Korobov
    Jul 16 '15 at 19:37











  • I can only ping the Host Ip from my windows Computer. But I can not ping any VM. I can ping my Windows Computer from the KVM.

    – mpiazza031
    Jul 21 '15 at 14:55
















0















I have a virtual machine created on centos7. I want to remote connect to it via another computer besides the host. I can not seem find how to access it. I have it set up with a username and password. I have connected via the host machine but I need to now access it via another computer.



I am on a windows 8 computer trying to connect to it.










share|improve this question














bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Let's start from simple debug: 1. Can you ping VM's IP from your windows machine? If no - can you do it from KVM node? 2. If yes - can you telnet to port 22 from windows machine?

    – Constantine Korobov
    Jul 16 '15 at 19:37











  • I can only ping the Host Ip from my windows Computer. But I can not ping any VM. I can ping my Windows Computer from the KVM.

    – mpiazza031
    Jul 21 '15 at 14:55














0












0








0








I have a virtual machine created on centos7. I want to remote connect to it via another computer besides the host. I can not seem find how to access it. I have it set up with a username and password. I have connected via the host machine but I need to now access it via another computer.



I am on a windows 8 computer trying to connect to it.










share|improve this question














I have a virtual machine created on centos7. I want to remote connect to it via another computer besides the host. I can not seem find how to access it. I have it set up with a username and password. I have connected via the host machine but I need to now access it via another computer.



I am on a windows 8 computer trying to connect to it.







virtual-machines kvm-virtualization centos7






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 16 '15 at 18:24









mpiazza031mpiazza031

1




1





bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Let's start from simple debug: 1. Can you ping VM's IP from your windows machine? If no - can you do it from KVM node? 2. If yes - can you telnet to port 22 from windows machine?

    – Constantine Korobov
    Jul 16 '15 at 19:37











  • I can only ping the Host Ip from my windows Computer. But I can not ping any VM. I can ping my Windows Computer from the KVM.

    – mpiazza031
    Jul 21 '15 at 14:55



















  • Let's start from simple debug: 1. Can you ping VM's IP from your windows machine? If no - can you do it from KVM node? 2. If yes - can you telnet to port 22 from windows machine?

    – Constantine Korobov
    Jul 16 '15 at 19:37











  • I can only ping the Host Ip from my windows Computer. But I can not ping any VM. I can ping my Windows Computer from the KVM.

    – mpiazza031
    Jul 21 '15 at 14:55

















Let's start from simple debug: 1. Can you ping VM's IP from your windows machine? If no - can you do it from KVM node? 2. If yes - can you telnet to port 22 from windows machine?

– Constantine Korobov
Jul 16 '15 at 19:37





Let's start from simple debug: 1. Can you ping VM's IP from your windows machine? If no - can you do it from KVM node? 2. If yes - can you telnet to port 22 from windows machine?

– Constantine Korobov
Jul 16 '15 at 19:37













I can only ping the Host Ip from my windows Computer. But I can not ping any VM. I can ping my Windows Computer from the KVM.

– mpiazza031
Jul 21 '15 at 14:55





I can only ping the Host Ip from my windows Computer. But I can not ping any VM. I can ping my Windows Computer from the KVM.

– mpiazza031
Jul 21 '15 at 14:55










1 Answer
1






active

oldest

votes


















0














In order to connect to the VM over the network from another machine besides the host system, the VM's networking will need to be configured in "bridged mode". If you used virt-manager to create the VM, check the NIC device on the "virtual hardware details" screen, and verify that the mode is set to "bridged".






share|improve this answer
























  • It is! The networked is bridged how it should be

    – mpiazza031
    Jul 16 '15 at 18:53











  • Is the VM able to ping the other machine's IP address? Is there a local firewall running on the VM, or on the host system, that may be blocking external access to the VM? On the CentOS host, try running "systemctl stop firewalld.service" and then see if you can connect.

    – Paul Stauffer
    Jul 16 '15 at 19:33













  • I can ping my Windows machine from the KVM, but I can get no contact to the VM from my windows machine. I can tho ping the host. So I am thinking there is a firewall up on the VMs

    – mpiazza031
    Jul 17 '15 at 12:48











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f706335%2fremote-desktop-to-kvm-virtual-machine-on-centos-7%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









0














In order to connect to the VM over the network from another machine besides the host system, the VM's networking will need to be configured in "bridged mode". If you used virt-manager to create the VM, check the NIC device on the "virtual hardware details" screen, and verify that the mode is set to "bridged".






share|improve this answer
























  • It is! The networked is bridged how it should be

    – mpiazza031
    Jul 16 '15 at 18:53











  • Is the VM able to ping the other machine's IP address? Is there a local firewall running on the VM, or on the host system, that may be blocking external access to the VM? On the CentOS host, try running "systemctl stop firewalld.service" and then see if you can connect.

    – Paul Stauffer
    Jul 16 '15 at 19:33













  • I can ping my Windows machine from the KVM, but I can get no contact to the VM from my windows machine. I can tho ping the host. So I am thinking there is a firewall up on the VMs

    – mpiazza031
    Jul 17 '15 at 12:48
















0














In order to connect to the VM over the network from another machine besides the host system, the VM's networking will need to be configured in "bridged mode". If you used virt-manager to create the VM, check the NIC device on the "virtual hardware details" screen, and verify that the mode is set to "bridged".






share|improve this answer
























  • It is! The networked is bridged how it should be

    – mpiazza031
    Jul 16 '15 at 18:53











  • Is the VM able to ping the other machine's IP address? Is there a local firewall running on the VM, or on the host system, that may be blocking external access to the VM? On the CentOS host, try running "systemctl stop firewalld.service" and then see if you can connect.

    – Paul Stauffer
    Jul 16 '15 at 19:33













  • I can ping my Windows machine from the KVM, but I can get no contact to the VM from my windows machine. I can tho ping the host. So I am thinking there is a firewall up on the VMs

    – mpiazza031
    Jul 17 '15 at 12:48














0












0








0







In order to connect to the VM over the network from another machine besides the host system, the VM's networking will need to be configured in "bridged mode". If you used virt-manager to create the VM, check the NIC device on the "virtual hardware details" screen, and verify that the mode is set to "bridged".






share|improve this answer













In order to connect to the VM over the network from another machine besides the host system, the VM's networking will need to be configured in "bridged mode". If you used virt-manager to create the VM, check the NIC device on the "virtual hardware details" screen, and verify that the mode is set to "bridged".







share|improve this answer












share|improve this answer



share|improve this answer










answered Jul 16 '15 at 18:36









Paul StaufferPaul Stauffer

361




361













  • It is! The networked is bridged how it should be

    – mpiazza031
    Jul 16 '15 at 18:53











  • Is the VM able to ping the other machine's IP address? Is there a local firewall running on the VM, or on the host system, that may be blocking external access to the VM? On the CentOS host, try running "systemctl stop firewalld.service" and then see if you can connect.

    – Paul Stauffer
    Jul 16 '15 at 19:33













  • I can ping my Windows machine from the KVM, but I can get no contact to the VM from my windows machine. I can tho ping the host. So I am thinking there is a firewall up on the VMs

    – mpiazza031
    Jul 17 '15 at 12:48



















  • It is! The networked is bridged how it should be

    – mpiazza031
    Jul 16 '15 at 18:53











  • Is the VM able to ping the other machine's IP address? Is there a local firewall running on the VM, or on the host system, that may be blocking external access to the VM? On the CentOS host, try running "systemctl stop firewalld.service" and then see if you can connect.

    – Paul Stauffer
    Jul 16 '15 at 19:33













  • I can ping my Windows machine from the KVM, but I can get no contact to the VM from my windows machine. I can tho ping the host. So I am thinking there is a firewall up on the VMs

    – mpiazza031
    Jul 17 '15 at 12:48

















It is! The networked is bridged how it should be

– mpiazza031
Jul 16 '15 at 18:53





It is! The networked is bridged how it should be

– mpiazza031
Jul 16 '15 at 18:53













Is the VM able to ping the other machine's IP address? Is there a local firewall running on the VM, or on the host system, that may be blocking external access to the VM? On the CentOS host, try running "systemctl stop firewalld.service" and then see if you can connect.

– Paul Stauffer
Jul 16 '15 at 19:33







Is the VM able to ping the other machine's IP address? Is there a local firewall running on the VM, or on the host system, that may be blocking external access to the VM? On the CentOS host, try running "systemctl stop firewalld.service" and then see if you can connect.

– Paul Stauffer
Jul 16 '15 at 19:33















I can ping my Windows machine from the KVM, but I can get no contact to the VM from my windows machine. I can tho ping the host. So I am thinking there is a firewall up on the VMs

– mpiazza031
Jul 17 '15 at 12:48





I can ping my Windows machine from the KVM, but I can get no contact to the VM from my windows machine. I can tho ping the host. So I am thinking there is a firewall up on the VMs

– mpiazza031
Jul 17 '15 at 12:48


















draft saved

draft discarded




















































Thanks for contributing an answer to Server Fault!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f706335%2fremote-desktop-to-kvm-virtual-machine-on-centos-7%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

Список ссавців Італії Природоохоронні статуси | Список |...

Українські прізвища Зміст Історичні відомості |...