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

推薦閱讀
- Rust編程:入門、實戰與進階
- Mastering Julia
- Mastering AndEngine Game Development
- JSP開發案例教程
- Learning AndEngine
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Python算法從菜鳥到達人
- Getting Started with Laravel 4
- 從零開始學C語言
- Mastering Backbone.js
- Modern C++ Programming Cookbook
- Instant GLEW
- Data Manipulation with R(Second Edition)
- Extending Docker
- Flutter從0基礎到App上線