随笔分类 -  mininet

摘要:root@ipmn:~/RoutingExamples# vagrant -v Vagrant 2.0.2 root@ipmn:~/RoutingExamples# vagrant box list There are no installed boxes! Use `vagrant box add 阅读全文

posted @ 2020-08-11 19:17 tycoon3 阅读(270) 评论(0) 推荐(0)

摘要:root@focal:~# pip3 install ipmininet Collecting ipmininet Downloading ipmininet-0.9.tar.gz (110 kB) |████████████████████████████████| 110 kB 2.8 MB/s 阅读全文

posted @ 2020-08-10 11:59 tycoon3 阅读(2000) 评论(0) 推荐(0)

摘要:cnp3/RoutingExamples https://github.com/oliviertilmans Olivier Tilmans has recently developed one missing piece to enable students to use Mininet to e 阅读全文

posted @ 2020-08-10 11:23 tycoon3 阅读(362) 评论(0) 推荐(0)

摘要:IPMininet Documentation, R kamuee srv6 github https://speakerdeck.com/slankdev/kamuee-srv6dui-ying-falseshe-ji-toshi-zhuang-niguan-site?slide=25 https 阅读全文

posted @ 2020-08-07 16:17 tycoon3 阅读(443) 评论(0) 推荐(0)

摘要:https://www.cnblogs.com/qq952693358/p/6092199.html node_pat = re.compile(r'.*bash ... mininet:(.*)') 改成 node_pat = re.compile(r'.*bash --norc -mis min 阅读全文

posted @ 2020-08-07 10:42 tycoon3 阅读(627) 评论(0) 推荐(0)

摘要:for i in range(1, 4+1): name = 'r%s' % i eth0 = { 'mac' : '00:00:00:00:0%s:01' % i, 'ipAddrs' : ['10.0.%s.1/24' % i] } eth1 = { 'ipAddrs' : ['192.168. 阅读全文

posted @ 2020-07-18 20:10 tycoon3 阅读(200) 评论(0) 推荐(0)

摘要:root@ubuntu:/home/ubuntu# ps -elf | grep r3 0 S root 22962 22933 0 80 0 - 1367 select 19:41 pts/10 00:00:00 bash --norc -mis mininet:mgntr3 4 S root 2 阅读全文

posted @ 2020-07-18 19:57 tycoon3 阅读(368) 评论(0) 推荐(0)

摘要:Exception: Could not find a default OpenFlow controller sudo apt-get install openvswitch-testcontroller sudo ln /usr/bin/ovs-testcontroller /usr/bin/c 阅读全文

posted @ 2020-07-18 14:26 tycoon3 阅读(1505) 评论(0) 推荐(0)

摘要:更新仓库源 $ sudo apt update 安装ubuntu-desktop软件包 $ sudo apt -y install ubuntu-desktop 重启操作系统 $ sudo reboot 阅读全文

posted @ 2020-07-18 13:47 tycoon3 阅读(335) 评论(0) 推荐(0)

摘要: 阅读全文

posted @ 2020-07-16 11:56 tycoon3 阅读(239) 评论(0) 推荐(0)

摘要:mininet> r1 xterm Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot 阅读全文

posted @ 2020-07-15 18:05 tycoon3 阅读(1148) 评论(0) 推荐(0)

摘要:openvswitch-switch -y apt install python-pip apt-get install git -y git clone https://github.com/mininet/mininet.git cd mininet/ git checkout 2.2.0 gi 阅读全文

posted @ 2020-07-15 11:59 tycoon3 阅读(407) 评论(0) 推荐(0)

摘要:*** errRun: ['grep', '-c', 'processor', '/proc/cpuinfo'] https://mailman.stanford.edu/pipermail/mininet-discuss/2016-January/006672.html [root@kunpeng 阅读全文

posted @ 2020-07-13 11:01 tycoon3 阅读(344) 评论(0) 推荐(0)

摘要:router = self.addHost(name, cls=Router, quaggaConfFile=quaggaConf, zebraConfFile=zebraConf, intfDict=intfs) host = self.addHost('h%s' % i, cls=SdnIpHo 阅读全文

posted @ 2020-07-12 18:40 tycoon3 阅读(519) 评论(0) 推荐(0)

摘要:[root@kunpeng82 miniNExT]# make deps help2man python-setuptools python-pip [root@kunpeng82 miniNExT]# yum install `make deps` Installing MiniNExT Depe 阅读全文

posted @ 2020-07-12 11:45 tycoon3 阅读(191) 评论(0) 推荐(0)

摘要:稳定版本: mininet==2.2.2~/mininet 有"RedHatEnterpriseServer"的地方添加 CentOS DIST=`lsb_release -is` [root@kunpeng82 util]# lsb_release -is CentOS [root@kunpeng 阅读全文

posted @ 2020-05-23 22:13 tycoon3 阅读(1644) 评论(0) 推荐(0)

导航