Search found 7 matches
- November 13th, 2011, 11:10 pm
- Forum: General Discussion
- Topic: Cannot Connect to Guest
- Replies: 17
- Views: 5642
Re: Cannot Connect to Guest
Ian, what are you using now instead of Mediatomb?
- November 7th, 2011, 6:07 pm
- Forum: General Discussion
- Topic: Cannot Connect to Guest
- Replies: 17
- Views: 5642
Re: Cannot Connect to Guest
I am actually using this for fun. The main purpose of the new server (AMD x6 1100T 3.3 Ghz, 8 gig DDR1333, Zotac 890GX Mini-ITX) is to use it as a media server. I usually screw up software when messing around in Linux and have to reboot sometimes. Using a virtual machine to run my media server and a...
- November 7th, 2011, 6:04 pm
- Forum: General Discussion
- Topic: How to use LVM and Guests
- Replies: 0
- Views: 1754
How to use LVM and Guests
If you are interested in running your guest os's from a Logical Volume to reduce the wear on the hard drive, here is one simple way that I used: First, build and install your Guest OS but make sure it is SHUTDOWN. Second, create a raw file from you qcow os file: qemu-img convert /path/to/image.qcow2...
- November 7th, 2011, 5:50 pm
- Forum: General Discussion
- Topic: Cannot Connect to Guest
- Replies: 17
- Views: 5642
Re: Cannot Connect to Guest
I'm sorry, I just realized your script does have that in it. Maybe it was the order in which the attribute was passed. Nonetheless, here are my settings that are working on Ubuntu 11.10 Oneiric-Server: VMBuilder: vmbuilder kvm ubuntu \ --dest=/var/vm2 \ --overwrite \ --suite oneiric \ --flavour virt...
- November 7th, 2011, 5:01 pm
- Forum: General Discussion
- Topic: Cannot Connect to Guest
- Replies: 17
- Views: 5642
Re: Cannot Connect to Guest
Ok so I figured out what the problem is. If you're using bridged networking in your /etc/network/interfaces, you also need to use: "--bridge br0 \" in your vmbuilder script. That simply fixed it. Also, to report back on why I can connect to the host on both 192.168.1.100 and 192.168.122.1....
- November 6th, 2011, 8:44 pm
- Forum: General Discussion
- Topic: Cannot Connect to Guest
- Replies: 17
- Views: 5642
Re: Cannot Connect to Guest
when I ping it I get destination host unreachable. I followed your setup exactly and the only other thing I have installed on the system is mediatomb (on host). The virsh --connect qemu:///system list --all shows it running. Is there a way I can connect to it from the HOST server. If I ssh into host...
- November 6th, 2011, 7:18 pm
- Forum: General Discussion
- Topic: Cannot Connect to Guest
- Replies: 17
- Views: 5642
Cannot Connect to Guest
My setup: /etc/network/interfaces Server (HOST): # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto br0 iface b...