Method for Setting Up a TCP/IP Experiment Server (Part 1)
1. Add a network card to the virtual machine, bridging it to the physical network for external communication 2. Add another network card for communication between the host and the virtual machine 3. Change the network card name to eth cd /etc/sysconfig/network-sripts/ mv ifcfg-ens33 ifcfg-eth0 vim ifcfg-eth0, change both device and name to eth0, as … Read more