Virt-manager (libvirt) set up bridged network

I have googled and searched and can't find instructions on setting up a bridged network for use with virt-manager.  The instructions at
https://wiki.archlinux.org/index.php/KV … Networking
don't really seem to apply to starting vm's with virt-manager.  Does anyone have experience setting up a bridged network with libvirt on arch?

In case anyone stumbles upon this in the future (as I have done):
Setting this up with virt-manager is pretty simple.
First, you need to create a bridge. You can do this manually or use most of the network management tools for this. I used systemd-networkd (just ignore the stuff about the container). You could also use netctl ore others.
After you created the bridge and added your default network device to it, open the network device of you vm (or create one if there is none) and switch the "Network source" to the bridge you just created. And with that you should be fine.
PS: I just saw that virt-manager seems to be capable of creating bridges by itself, right-click you hypervisor, go to "Details", "Network Interfaces" and create a new bridge.

Similar Messages

  • Cannot find Airport after attempting to set up Bridged Network

    I had a previous post on creating a bridge network (with two base stations - one plugged into a modem "A" and one plugged into my Mac Pro with an ethernet cable "B". After doing the following, the bridge does not work - and more importantly - I cannot find base station "B" with the airport Utility at all.
    I did the following:
    Set up base station "A" to "Share a Public IP Address"
    Set up base station "A" to "Allow this network to be extended"
    Updated settings on "A" (allowed it to reset)
    Set base station "B" to Bridge Mode
    Set up base station "B" to connect to the wireless network on "A" (with the same password and configuration (WPA2 Personal)
    Configured the TCP/IP on "B" to be the same as on "A"
    Updated settings on "B"
    I did this initially and it did not work - on "B" there was an error concerning "Network Extended" and it said the airport was having problems extending the network (which is in the next room, I don't know how that is possible). Anyway the bigger problem is after updating "B" again, it is not recognized by the airport utility at all - not by my macbook pro (which was seeing it before with the wireless network) or the Mac Pro that is plugged into it with an ethernet cable (I've double checked that it is one of the "out" ports, not the input for the airport). I have also plugged it into my macbook pro with an ethernet cable and get the same problem. It is just delivering a flashing amber light. I have unplugged it and plugged it in again, reset all of my computers, but nothing I do allows me to connect to Airport "B" to use the utility. Any ideas?

    The thing I am not seeing in your posting is that each of these devices has a similar but not identical IP Address.
    Are you using DHCP to assign addresses? Which Router is assigning them, what range are you using? If assigning by hand, are they all similar, but not identical? It may help to list them.

  • Bridge Network Adapters Always Start Disconnected

    I've been working on this for two weeks with no success.   Everytime I reboot my server, Windows Server 2008 R2 & VmWare Sever 2.02 any VMs that are set to bridged networking boot with their network adapter set as disconnected.  It requires a manual "click" of the checkbox to turn on the network adapter.  I have been using VMware server since version 1 and have never had this problem.  One unusual thing is the Manager Virtual Networks Auto-Bridging doesn't seem to show any network adapters, although networking continues to work.   If I set my VM to NAT or host only my adapter starts connected, as it should.
    Things I have tried:
    Uninstall VmWare server & Reinstall
    Uninstall and create various VM Hosts, all do the same, pre-compiled applicanece and all costum built.
    Moved host images to another server (works fine)
    Checked to make sure Bridge Protcal is installed on ethernet adapter, even removed and readded.
    Uninstalled and reinstalled ethernet adapter (Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller(NDIS6.20)
    This is a Windows Server 2008 R2 box with lots of ram  and plenty of resources only running spiceworks & splunk in a test capacity.  Using this machine for testing and pre-deployment but it's virtual machines need to act like they would in production.
    Any help would be greatly appreciated.
    Thanks

    Opps typo, I moved the VM images to different hosts, Windows server 2003, 2008 and 2008 R2.  My home box runs 2008 R2 and Vmware server nicely together without this issue.  Hence why I'm at a loss.
    Thanks for  your interest.

  • [SOLVED] KVM and Bridged Networking

    I've got KVM working and a Windows 2008 server installed on a image now, but it's only getting a NAT ip address. I need to get this server onto my main network, on Windows I'd use Virtual Box and Bridged Networking, but I thought I'd give KVM a try out.
    I've followed the setup at https://wiki.archlinux.org/index.php/KV … Networking
    Using Netcfg
    Bridged networking is used when you want your VM to be on the same network as your host machine. This will allow it to get a static or DHCP IP address on your network, and then you can access it using that IP address from anywhere on your LAN. The preferred method for setting up bridged networking for KVM is to use the netcfg package. You will also need to install bridge-utils.
    Netcfg#Configuring_a_bridge_for_use_with_virtual_machines_.28VMs.29
    And this page https://wiki.archlinux.org/index.php/Ne … _.28VMs.29
    I've got a bridge working I believe (all my stuff is DHCP by the way)
    Output of ifconfig
    br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
    inet 192.168.1.52 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::21d:7dff:fea9:bb2f prefixlen 64 scopeid 0x20<link>
    ether 00:1d:7d:a9:bb:2f txqueuelen 0 (Ethernet)
    RX packets 2966 bytes 520670 (508.4 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 2351 bytes 1874150 (1.7 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 metric 1
    ether 00:1d:7d:a9:bb:2f txqueuelen 1000 (Ethernet)
    RX packets 2977 bytes 570261 (556.8 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 2364 bytes 1875202 (1.7 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 45 base 0xc000
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 metric 1
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 72 bytes 7056 (6.8 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 72 bytes 7056 (6.8 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    I've got "bridge" added to my rc.conf as a MODULE which is loaded. (I saw reference to this somewhere else on the forum that this might be needed)
    I'm starting my VM with the following command
    qemu-kvm -vnc 192.168.1.52:0 -hda Nekomi -m 2048 -smp 2 -net nic
    Yet I still can't get an IP outside of the 10.0.0.0 range on the VM.
    The VNC line above is because the HOST has not VGA output at all, completely headless.
    I'm trying to get this working and trying to learn at the same time. KVM is new to me, as is bridged networking on linux.
    Any ideas? Thanks
    Last edited by Naijeru (2012-09-18 16:28:20)

    Sorry for the delay, bit a PC rebuild occurred :-(
    Anyway, I managed to get this working with steps #1-#7 from the linked section. Thanks for that. I did have a few minor issues in getting a DHCP on the host machine itself, turns out I'd missed a single ) from the daemons section of rc.conf. A human error, but difficult to fix as the machine was rendered off the network and without a VGA card... fun!
    I diverge, I have this script to bring up a bridge when the qemu-kvm starts
    #!/bin/sh
    echo "Executing /etc/qemu-ifup"
    echo "Bringing up $1 for bridged mode..."
    sudo /sbin/ifconfig $1 0.0.0.0 promisc up
    echo "Adding $1 to br0..."
    sudo /usr/sbin/brctl addif br0 $1
    sleep 2
    But when the kvm shutdowns it complains it can't find qemu-ifdown script. So I'm thinking of making one but just want to check it over first.
    #!/bin/sh
    echo "Executing /etc/qemu-ifdown"
    echo "Removing $1 from br0..."
    sudo /usr/sbin/brctl delif br0 $1
    echo "Taking down $1 from bridged mode..."
    sudo /sbin/ifconfig $1 0.0.0.0 promisc down
    sleep 2
    I've reversed the logic here, is the above the correct way to bring down the guest interface?

  • No sound from VM (Windows 7) on qemu with virt-manager

    I have installed Windows 7 (64bit) on qemu with virt-manager.
    It seems that audio works fine inside the guest os, but I can hear no sound.
    [Guest]
    Guest os: Windows 7 (64 bit)
    Sound driver: ich6
    Console: Spice (VNC doesn't work.)
    [Host]
    linux 3.12.8-1 (base)
    qemu 1.7.0-1
    virt-manager 0.10.0-4
    libvirt 1.2.1-1
    According to
    https://bbs.archlinux.org/viewtopic.php?id=157604
    I did as follow before launch the VM, but it doesn't solve the problem.
    export QEMU_AUDIO_DRV=alsa
    What shoud I check and do?
    For additional information,
    % ps aux | grep kvm                                                     [~]
    root       252  0.0  0.0      0     0 ?        S<   02:25   0:00 [kvm-irqfd-clea
    n]
    nobody   10199 63.0 27.0 1613768 1070088 ?     Sl   11:31   0:34 /usr/sbin/qemu-system-x86_64 -name win7qemu002 -S -machine pc-i440fx-1.7,accel=kvm,usb=off -m 1024 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 00b5056b-9055-aa4f-d7a6-aef72cc8edd4 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7qemu002.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no-shutdown -boot menu=off,strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x6 -drive file=/mnt/win/win7qemu002,if=none,id=drive-ide0-0-0,format=raw -device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive if=none,id=drive-ide0-1-0,readonly=on,format=raw -device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev tap,fd=22,id=hostnet0 -device e1000,netdev=hostnet0,id=net0,mac=08:00:27:8f:ff:84,bus=pci.0,addr=0x7,bootindex=1 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -chardev spicevmc,id=charchannel0,name=vdagent -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 -device usb-tablet,id=input0 -spice port=5900,addr=127.0.0.1,disable-ticketing,seamless-migration=on -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,bus=pci.0,addr=0x2 -device intel-hda,id=sound0,bus=pci.0,addr=0x3 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
    root     10201  0.0  0.0      0     0 ?        S    11:31   0:00 [kvm-pit/10199]
    taro     10340  0.0  0.0  10668  1060 pts/2    S+   11:32   0:00 grep kvm
    * If I put the same command above
    % /usr/sbin/qemu-system-x86_64 -name win7qemu002...
    It produces error.
    char device redirected to /dev/pts/4 (label charserial0)
    Could not access KVM kernel module: Permission denied
    failed to initialize KVM: Permission denied
    * According to the someone's discussion,
    I added my user to kvm group
    % sudo gpasswd -a taro kvm
    or edited /etc/libvirt/qemu.conf, but they don't fix this errors.
    % sudo vi /etc/libvirt/qemu.conf
    - #user = "root"
    + user = "taro"
    * Everytime I launch the virt-manager,
    a dialog "Authentication" pops-up and asks
    for my user password (not root password).
    best regards.
    Last edited by taro (2014-06-29 02:54:25)

    I'm having the same issue.  Not running Windows though... I have a minimal Ubuntu 14.04 as the guest (Arch as the host.)  Been trying everything I can think of but I can't get any sound in virt-manager.  Like you said, the sound seems to play OK in the guest, it's recognizing the card, volume is turned up but no sound.  It has to be an issue with my host configuration but I'm not sure what.  I can get sound to play in the same guest if I launch qemu directly and use ac97.  Something's gotta just be misconfigured with virt-manager/libvirt/Spice.  I thought a permissions issue at first since by default it runs as the "nobody" user but I even tried the foolish thing of setting /etc/libvirt/qemu.conf so qemu runs as root... still no go.  I'd really like to use virt-manager for the nice GUI, presistant settings, and extra features like Spice and the QXL driver that enables KMS on the guest.

  • Libvirt via virt-manager virtual network start failed

    virt-manager v1.2.1
    libvirtd v1.2.16
    I tested firewall: iptables && ip6tables work well while.
    when I start a virtual network named 'default' (created by libvirt), it occur that:
    "Error starting network 'default': internal error: Failed to initialize a valid firewall backend".
    thanks for any reply
    Last edited by shenhd (2015-06-17 03:56:45)

    rob356 wrote:
    I had the same problem, but with vagrant and the libvirt provider. I fixed it temporarily by re-building libvirt with a patch that removes the code that throws that error. It looks like in an attempt to fix this bug they went overboard checking if a valid firewall backend was loaded. I commented out that section and everything seems to work fine. Obviously this is not a permanent fix, but I don't know enough about libvirt's codebase to fix it properly. Anyways here is the patch:
    --- libvirt-1.2.16.orig/src/util/virfirewall.c 2015-05-23 08:56:12.000000000 -0400
    +++ libvirt-1.2.16.new/src/util/virfirewall.c 2015-06-18 10:01:51.954157612 -0400
    @@ -932,14 +932,14 @@
    virMutexLock(&ruleLock);
    - if (currentBackend == VIR_FIREWALL_BACKEND_AUTOMATIC) {
    +// if (currentBackend == VIR_FIREWALL_BACKEND_AUTOMATIC) {
    /* a specific backend should have been set when the firewall
    * object was created. If not, it means none was found.
    - virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
    - _("Failed to initialize a valid firewall backend"));
    - goto cleanup;
    +// virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
    +// _("Failed to initialize a valid firewall backend"));
    +// goto cleanup;
    +// }
    if (!firewall || firewall->err == ENOMEM) {
    virReportOOMError();
    goto cleanup;
    thx! however, @Basic-Master 's solution is better.

  • HT201334 How does one set up profile manager on a completely closed network with no Internet access available or even possible?

    I need to set up Profile Manager on a completely closed network that has no Internet access at all. I can sneaker-net files into the network if I need to.
    Profile Manager (and Lion Server in general) seems to need outside access to complete setup and I've been unable to find any meaningful answers.
    Does anyone any any ideas?
    Thanks to all

    you could try it without enabling apple push notifications in server
    you wont' be able to push out profiles without enabling apple push notification
    but users could download them, or you could install manually, e-mail etc

  • Setting up Bridge for multiple users on a network

    New Bridge user here
    Can anyone give me some advice on how to set up Bridge for use by multiple users over a network / server?
    We have a large image bank stored on a server and ideally if any one user adds keywords or other metadata to an image I would like the rest of the users to be able to view that data and be able to use it in searches. AS more than one user could add keywords at any time I was wondering is it possible to set up a central keyword file or cache so any updates are available to all users.
    Do I set up a shared cache? What happens if it becomes corrupted and has to be rebuilt, do the keywords disappear as well?
    Are the keywords associated with that particular cache or are they stored in a separate file?
    Thanks,
    Hazel

    Curt
    how do you know if your using the
    Central cache all distributed cache ?
    and are they both stored in the same place ?

  • Deleted Colour Setting in Bridge, but Photoshop wants to Colour Manage every time I open a file.

    I installed a Colour Setting in Bridge as per a printer's instructions. After I did this, every time I open something in Ps, It asks if it can colour manage the file and gives a few options. I deleted a Creative Suite Colour Setting from finder Bridge, but Photoshop still generates the popup every time. This interferes with Scripts in Ps and it's very annoying.

    Deleting something in Bridge certainly won't help.
    Change the color settings in Photoshop...

  • Virt-manager crashes libvirt

    Hi there,
    i use the current virt-manager from aur (0.8.2-1) and libvirt (0.7.5-1).
    But libvirt crashes when virt-manager tries to connect:
    Dec 27 19:30:42 q9400-arch libvirtd: 19:30:42.997: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:42 q9400-arch libvirtd: 19:30:42.997: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:42 q9400-arch libvirtd: 19:30:42.998: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:42 q9400-arch libvirtd: 19:30:42.998: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:42 q9400-arch libvirtd: 19:30:42.998: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:42 q9400-arch libvirtd: 19:30:42.999: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:42 q9400-arch libvirtd: 19:30:42.999: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.000: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.000: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.002: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.003: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.004: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.012: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.022: error : virLibNodeDeviceError:618 : invalid node device pointer in virNodeDeviceFree
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.023: error : qemudDomainGetVcpus:4095 : Requested operation is not valid: cannot list vcpu pinning for an inactive domain
    Dec 27 19:30:43 q9400-arch libvirtd: 19:30:43.025: error : qemudDomainGetVcpus:4095 : Requested operation is not valid: cannot list vcpu pinning for an inactive domain
    Dec 27 19:30:43 q9400-arch kernel: libvirtd[4344] general protection ip:7f969935c7c2 sp:7f9696449c08 error:0 in libc-2.11.1.so[7f96992e1000+14d000]
    What's wrong there? Or do i something wrong?
    Regards
    Last edited by LukeGee (2009-12-27 18:40:06)

    I updated libvirt to git-20100125. The crashes are gone, but when I try to install a guest, virtinst crashes with the following output:
    Starting install...
    ERROR    internal error unable to start guest: chardev: opening backend "pty" failed
    Domain installation may not have been
    successful.  If it was, you can restart your domain
    by running 'virsh start vzoltan0'; otherwise, please
    restart your installation.
    ERROR    internal error unable to start guest: chardev: opening backend "pty" failed
    Traceback (most recent call last):
      File "/usr/bin/virt-install", line 943, in <module>
        main()
      File "/usr/bin/virt-install", line 839, in main
        start_time, guest.start_install)
      File "/usr/bin/virt-install", line 894, in do_install
        dom = install_func(conscb, progresscb, wait=(not wait))
      File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 660, in start_install
        return self._do_install(consolecb, meter, removeOld, wait)
      File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 758, in _do_install
        self.domain = self.conn.createLinux(install_xml, 0)
      File "/usr/lib/python2.6/site-packages/libvirt.py", line 1097, in createLinux
        if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
    libvirtError: internal error unable to start guest: chardev: opening backend "pty" failed
    I have tried almost everything, from reverting to older git checkouts and the 0.6.5 stable release to updating virtinst, virtviewer and virt-manager to the latest hg builds. None of this worked, and I can't seem to find anything about this error on google either.
    Does anyone have a solution?

  • Can't create new virtual machine with Virt-manager

    After going through the whole setup, I would get this error through backtrace:
    File "/usr/share/virt-manager/virtManager/netlist.py", line 346, in validate_network
    netobj.start()
    File "/usr/share/virt-manager/virtManager/network.py", line 104, in start
    self._backend.create()
    File "/usr/lib/python2.7/site-packages/libvirt.py", line 2755, in create
    if ret == -1: raise libvirtError ('virNetworkCreate() failed', net=self)
    libvirtError: Unable to create bridge virbr0: File exists
    Hence, I attempted to follow https://wiki.archlinux.org/index.php/Bridge_with_netctl to set up my network bridge and try again, and I'd still get the same error.
    I also tried to do sudo virt-manager but I'd get:
    ** (virt-manager:16835): WARNING **: Could not open X display
    No protocol specified
    (virt-manager:16835): Gdk-ERROR **: error: XDG_RUNTIME_DIR not set in the environment.
    I want to get KVM working using a gui and so I choice virt-manager, but now I'm stuck and don't know where to go from here.

    Hi Sir,
    Please follow these troubleshooting steps mentioned within the article below :
    http://blogs.technet.com/b/scvmm/archive/2012/08/13/kb-how-to-troubleshoot-the-needs-attention-and-not-responding-host-status-in-system-center-2012-virtual-machine-manager.aspx
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Setting up bridge as photo database for a small company

    My company is using a quite large collection of stock photos. Those photos are currently saved in appropiately named folders, however it's quite hard to find a specific type of photo this way. That's why we want to start using bridge for the management of our stock photos.
    I searched the internet for tips on how to do it, however most of the threads are really old (we are using CS 5.1) or not very helpful.
    That's why I hope the adobe community can give me some advice on how to set up bridge for a small company network (~20 people).
    What we want to achieve:
    Bridge uses the stock photo folder located on our server
    All photos have tags, if someone changes a tag the other users also see the changed tag
    If a new photo is added to the server, it shows up in the bridge of all users
    Not everyone in the company is using macs -> everything should work cross-platform, also for the windows users
    Not essential but would be pretty helpful: Since 90% of our photos are from iStock, a way to read the tags from iStock and insert them into our photos.
    I know that there are other programs which are better suited for the management of photos, however we want to rely on an Adobe product for it and since Lightroom does not seem to be a good choice, we look forward to using Bridge.
    Maybe someone else in here also uses bridge for the photo management in their company or knows how to set it up for a network. If so, I would be very grateful for an answer!

    Curt
    how do you know if your using the
    Central cache all distributed cache ?
    and are they both stored in the same place ?

  • Could not create virtual machine in virt-manager with kvm

    I installed the following packages:
    libvirt 0.6.1-1 (modified PKGBUILD from AUR)
    kvm 84-1
    qemu 0.10.0-1
    virtinst 0.400.3-1 (modified PKGBUILD from AUR)
    virtviewer 0.0.3-2
    virt-manager 0.7.0-1(modified PKGBUILD from AUR)
    And my current user belongs to the following groups:
    disk lp audio optical storage power locate hal camera kvm libvirt tinh
    Here is a part of my rc.conf
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(e100 mii iwl3945 kvm kvm-intel)
    DAEMONS=(syslog-ng @hal @network @dnsmasq @oss @cups @fuse @libvirtd !netfs !crond)
    List of loaded kernel modules:
    modprobe -l | grep kvm
    /lib/modules/2.6.28-ARCH/kernel/arch/x86/kvm/kvm.ko
    /lib/modules/2.6.28-ARCH/kernel/arch/x86/kvm/kvm-amd.ko
    /lib/modules/2.6.28-ARCH/kernel/arch/x86/kvm/kvm-intel.ko
    My CPU does support Intel VT.
    [tinh@tinh-laptop ~]$ egrep '^flags.*(vmx|svm)' /proc/cpuinfo
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm
    [tinh@tinh-laptop ~]$
    My kernel version is:
    uname -a
    Linux tinh-laptop 2.6.28-ARCH #1 SMP PREEMPT Sun Feb 22 11:03:50 UTC 2009 i686 Genuine Intel(R) CPU T2400 @ 1.83GHz GenuineIntel GNU/Linux
    I also attached a screenshot of virt-manager.
    Any helps are welcomed.
    Thanks
    Last edited by tinhtruong (2009-03-10 08:10:50)

    Maybe the command line shows some errors.Try something like
    /usr/bin/kvm -M pc -monitor pty -boot d -hda /dev/vg01/opsi -cdrom /root/debian-500-i386-netinst.iso -net nic,macaddr=00:16:3e:49:da:10,vlan=0 -net tap,script=,vlan=0,ifname=vnet0 -serial pty -parallel none -usb -vnc :0
    -hda is where you want to install the machine. Here it's a logical volume, but you can also use an image.
    -cdrom is the installation medium
    you can probably omit -vnc :0. I used it because I install machines on servers without gui.

  • Best way to set up home network with NAS

    I'm pretty novice with networking, but do have some knowledge and know what I am trying to accomplish, but the two just aren't clicking.
    Here's what I'd like to do: Have a storage central to our home office, which consists of two iMacs, a MacBook Pro, iPad, two wireless printers, two iPhones. I just purchased a 6TB Lacie 2big NAS and the 6th gen AirPort Extreme. Currently, I am able to access the storage wirelessly just fine, which is great, but I am working with large files (10gb-60gb) and needing to move them a little quicker. Most of the time, these files are being dumped onto the one iMac by way of Compact Flash cards via a highspeed card reader. I need to be able to access those files from (most importantly) the iMacs and (not so importantly) the MBP, which again, I can right now, but the transfer from CF card to iMac to NAS takes way too long wirelessly. So, what are my options? Do I get two more gigabit Ethernet cables and run them from the iMacs directly into the other two ports on the AirPort Extreme or should I purchase a separate gigabit switch then connect that with NAS and two iMacs or is there another option that will give me optimal transfer speeds from either iMac (including external HD's attached to the iMacs) to the NAS?
    Thank you so much in advance.

    should I have the base station set to run bridge vs route or does that not affecting anything?
    If you have the AirPort base station set to "bridge", then the signal will pass through the AirPort and on to your modem/router which will do the actual "routing". 
    That's OK, as long as the modem/router also has 1,000 Mbps Gigabit Ethernet ports.
    However.....if the modem/router has slower 10/100 Mpbs ports, the Gigabit signal will slow down by a factor of 10 passing through your router, and file transfers will be much, much slower, as you can imagine.
    Another way of saying the same thing is that to get faster Gigabit speeds, everything has to be Gigabit capable.
    Unfortunately, Bridge Mode is the correct network setting for the AirPort Extreme if you have a modem/router "upstream" on the network.  Then you may get caught in a Catch 22 situation.
    if I opt to use a switch (so I can add another 2big NAS), will that result in slower sports vs going straight through the AirPort Extreme
    No, speed will not be affected either way, since it makes no difference how things are set up....so choose the setup that is easiest to implement.
    In other words, if it is easier to run a single Ethernet cable from the AirPort Extreme to the Gigabit switch and plug other devices into the switch, then that is the way to go.  The performance will be the same as if you had run two separate Ethernet cables to the AirPort Extreme.

  • Trying to set up wireless network on PC with Airport Express

    I'm helping a friend set up his network with AirPort Express. He's got a modem attached to his PC, and currently has a router that sends a wireless signal to a receiver on the PC in the other room. Now he's added a Mac, and the old router/receiver doesn't work with Mac. So he bought an Airport Express.
    I've turned on the Airport, and first I connected the ethernet cable from the modem to the AirPort. Per the AirPort utility I put on the PC, it couldn't find it (got the flashing amber light). So then I took out that ethernet, and I hooked up the ethernet directly from the CPU to the AirPort. Suddenly, it was found, and it took me step by step through the set up. It asked for password info from our internet provider (??why would I have that info??), so we just hit "enter". Then it couldn't set up the network, and said to check the "manage network settings". I've tried everything. Not only can I NOT manage to create a network, but now NEITHER ethernet cable will cause any recognition in the AirPort. All I get is the blinking amber light. I'm about to throw all the computers out the window...it really should not be this difficult. I've set up networks in my own home, before, with both PC and Mac, and never had these problems. So, now, I've had to relink up the old router/receiver in order to send out this call for help. Can anyone suggest anything else to try before I use these computers for target practice?
    Thanks in advance,
    Jennifer
    P.S. The main PC w/modem is on Vista with service pack 2.0...since I can't even get that one working with AirPort, I hardly think it matters what the other computers are...

    I had some initial problems too. Make sure that you have the latest Airport Utility in the utilities folder. I used that to correct the problems I had when I first got Time Machine. I recommend resetting everything through there to get it working right.
    Mine is not set up to run an n network because my macs are all g and b compatible. Does the airport utility see the time machine? And if so, does it have a green light in the utility?

Maybe you are looking for

  • How to add column dynamically based on user input in oracle?

    **how to add column dynamically based on user input in oracle?** I am generating monthly report based on from_date to to_date below is my requirement sample table EMPLOYEE_CODE| Name | CL_TAKEN_DATE | CL_BALANCE | 01-OCT-12 | 02-OCT-12 | 03-OCT-12 10

  • Connecting laptop to HDTV

    I have an HP 6730p laptop. How do I connect it to an HDTV so that the tv is used as a computer's monitor?

  • Please , I need help in SCWCD certification

    Hi all, I'm SCJP certified programmer and I'm willing to take the SCWCD exam I've studied several books and I'm ready to start practicing on exam simulators I just can't find real good and free exams on the web if any one can direct me to some profis

  • Licence error : verification of members outside domain

    Hi everybody, We have an error on our server Windows Server 2012 R2 Essential. Title : Licence error : verification of members outside domain. Description : Thefield outsidemembers of the auditstrategyin your environmenthas detecteda condition thatdo

  • KM document storage

    Hi All, The landscape is like this: Portal and Knowledge Management on one server. TREX and KM documents need to be on another server. The question is whether the persistence mode (database) for the document repository can be retained , and still thi