首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

OpenFlow学习之Mininet装配

2013-12-16 
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问题。

热点排行