OpenFlow学习之Mininet装配

OpenFlow学习之Mininet安装sudo echo nameserver 61.139.2.69 /etc/resolvconf/resolv.conf.d/basessh

OpenFlow学习之Mininet安装

sudo echo "nameserver 61.139.2.69" > /etc/resolvconf/resolv.conf.d/base

ssh?mininet@192.168.1.19?

账户 mininet

密码 mininet

配置静态IP

root@mininet-vm:~# cat /etc/network/interfaces
# 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 eth0
iface eth0 inet static
address 192.168.1.19
gateway 192.168.1.1
netmask 255.255.255.0
root@mininet-vm:~#

?

参考:

    http://mininet.github.com/vm-setup-notes/https://github.com/mininet/mininet/downloads/http://serverfault.com/questions/429478/conversion-of-a-vmdk-image-with-qemu-img-failed-with-error-while-reading-sector

    ?


    注意这里给出的是ubuntu12.04版本的安装教程,在ubuntu 12.10 中qemu已经是1.2版本了,不存在qemu-img convert问题。