Jump to content

Recommended Posts

Posted

под арчем отлично бегали vde-сети, а под сусой что-то ни то...

#!/bin/sh

#~ Вариант 1

#~ sudo rm -rf /tmp/myswith/;

#~ sudo vde_switch -F -sock /tmp/myswith -d;

#~ sudo qemu-kvm -hda /home/shipa/MyVirt/network_2/Arch_First.img -net vde,sock=/tmp/myswith;

#~ Вариант 2

sudo vde_switch -daemon -mod 660 -group kvm;

sudo slirpvde --dhcp --daemon;

sudo qemu-kvm -net nic,macaddr=52:54:00:00:EE:03 -net vde /home/shipa/MyVirt/network_2/Arch_First.img;

и при первом и при втором варианте ошибка имеет вид: qemu-kvm: -net vde: Parameter 'type' expects a network client type

Я что-то не то делаю или не поставил что-то(хотя старался)???....

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...