读书人

OpenFlow学习之Mininet装配

发布时间: 2013-12-16 23:49:16 作者: rapoo

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:~#

?

参考:

读书人网 >互联网

热点推荐