Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-03-2012, 01:23 PM
|
#1
|
LQ Newbie
Registered: Mar 2012
Location: Texas
Posts: 8
Rep:
|
KVM guest cannot access host
I'm running KVM under CentOS 6. I created a VM, using a bridge network, and the guest and host are unable to communicate with each other. The guest and host can talk to everything else on the network fine, so I'm sure the issue is related to the network/bridge setup on the CentOS host.
On the KVM host, I have these interfaces:
eth0 (10.1.1.1)
macvtap0 (no IP)
virbr0 (192.168.1.1)
# brctl show
bridge name bridge id STP enabled interfaces
virbr0 8000.525400336713 yes virbr0-nic
The guest VM is setup with this networking:
Source device: Host device eth0: macvtap
Device model: Hypervisor default
Source mode: Bridge
The guest VM gets an IP address from the network, and it can access the Internet and everything else on the LAN. But it's unable to communicate with the CentOS host.
I assume there's more tweaking necessary on the CentOS host?
Thanks!
|
|
|
03-04-2012, 12:41 AM
|
#2
|
Member
Registered: Aug 2005
Location: D.i.t.h.o, Texas
Distribution: Slackware 13.x, rhel3/5, Solaris 8-10(sparc), HP-UX 11.x (pa-risc)
Posts: 988
|
Greetingz!
First thing I always check are my iptables rules. If you feel safe doing so, you might want to temporarily stop the iptables / ip6tables service and give it another shot.
|
|
|
03-04-2012, 09:16 AM
|
#3
|
LQ Newbie
Registered: Mar 2012
Location: Texas
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by xeleema
First thing I always check are my iptables rules. If you feel safe doing so, you might want to temporarily stop the iptables / ip6tables service and give it another shot.
|
Yeah, I disabled iptables already and it didn't make any difference. I think the issue stems around the fact the VM guest is coming through my eth0 interface, which isn't bridged. I tried bridging eth0 through a br0 interface with no luck, but I'm going to try to find some good documentation and give it a try again.
|
|
|
03-05-2012, 02:23 PM
|
#4
|
Member
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995
Rep:
|
This is how this should work:
eth0 (no IP) -> bridge (host IP goes here) <- VMs
No macvtaps, and the host's IP should be set up in the bridge's ifcfg, not the eth under the bridge
|
|
|
03-05-2012, 08:38 PM
|
#5
|
LQ Newbie
Registered: Mar 2012
Location: Texas
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by dyasny
eth0 (no IP) -> bridge (host IP goes here) <- VMs
|
Bingo! I'm golden now. Thanks for the help!
|
|
|
03-27-2012, 03:47 AM
|
#6
|
LQ Newbie
Registered: Mar 2012
Posts: 2
Rep:
|
Same Issue
Found this forum by googling the same problem.
I also have a Centos 6.2 machine with a virtual machine that cannot reach the host it's running on.
Although the information the in posts above is logical, I cannot convert them to commands/configuration files to make this work.
Could someone please post commands and/or config file or instructions on how to fix this?
Thanks
|
|
|
03-27-2012, 07:51 AM
|
#7
|
Member
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995
Rep:
|
Quote:
Originally Posted by Cavendish
Found this forum by googling the same problem.
I also have a Centos 6.2 machine with a virtual machine that cannot reach the host it's running on.
Although the information the in posts above is logical, I cannot convert them to commands/configuration files to make this work.
Could someone please post commands and/or config file or instructions on how to fix this?
Thanks
|
post your current set of config files, and we'll be able to suggest a fix
|
|
|
03-27-2012, 12:55 PM
|
#8
|
LQ Newbie
Registered: Mar 2012
Location: Texas
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by Cavendish
Could someone please post commands and/or config file or instructions on how to fix this?
|
http://www.cyberciti.biz/faq/rhel-li...-with-libvirt/
Setup your br0 (bridge) interface using the above instructions to get you started. Ignore the eth1, br1 and custom routes which you probably don't need. Then you point your VMs to the "br0" host interface and all should work.
|
|
|
03-28-2012, 05:36 AM
|
#9
|
LQ Newbie
Registered: Mar 2012
Posts: 2
Rep:
|
Thanks,
That will give me enough clues to get it fixed.
|
|
|
All times are GMT -5. The time now is 06:40 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|