- Mastering Python Networking
- Eric Chou
- 203字
- 2021-07-02 21:42:34
VIRL tips
The VIRL website offers lots of great instruction and documentation. I also find the community generally offers quick and accurate help. I will not repeat the information already offered in those two places; however, here are some of the setups I use for the code in this book:
- VIRL uses two virtual Ethernet interfaces for connections. The first interface is set up as NAT for the host machine's Internet connection, and the second is used for local management interface connectivity (VMWare Fusion VMnet2 in the following example). I use a virtual machine with a similar network setup in order to run my Python code, with first Ethernet used for Internet and the second Ethernet connected to Vmnet2:

VMnet2 is a custom network created to connect the Ubuntu host with the VIRL virtual machine:

- In the Topology Design option, I set the Management Network option to Shared Flat Network in order to use VMnet2 as the management network on the virtual routers:

- Under the node configuration, you have the option to statically configure the management IP. I always statically set the IP address instead of what is dynamically assigned by the software, so I can easily get to the device without checking:

推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- Node.js+Webpack開發實戰
- Mastering Ember.js
- CentOS 7 Server Deployment Cookbook
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Python零基礎快樂學習之旅(K12實戰訓練)
- Flutter跨平臺開發入門與實戰
- 用戶體驗可視化指南
- Mastering Backbone.js
- Vue.js應用測試
- 零基礎學C語言(升級版)
- Java自然語言處理(原書第2版)
- 熱處理常見缺陷分析與解決方案
- Learning Scrapy
- 數據庫技術及應用(Access)(第2版)