The author uses the laptop wireless Internet, the notebook comes with the WIN10 system, installs the VMware Workstation Pro 12 virtual machine software, Workstation installs the Redhat6.5 system, the author intends to link the virtual machine Linux system with the SECURECRT.
The implementation method is as follows:
Install RedHat6.5, network link Select NAT mode, set network card eth0 IP: 192.168.80.80 netmask:255.255.255.0 do not set the gateway.
Modify the NIC configuration file Vi/etc/sysconfig/network-scripts/ifcfg-eth0
Onboot=yes
Bootproto=static
3. Restart the network card, enter the command/etc/init.d/network restart bad use command: Ifup eth0 make the NIC effective, so the Linux configuration is complete.
4. Modify the WIN10 virtual NIC configuration. Be sure to configure the VMware network Adapter VMNET8 network adapter,
Set IP to: 192.168.80.88 netmask:255.255.255.0 do not set the gateway.
5. Turn off the WIN10 firewall so that win10 and Linux can ping each other.
6. Open SecureCRT, do the link configuration, so you can use the CRT in the Win10 to link to Linux in the virtual machine.
Hope this article is helpful to you!
Home Networking with SECURECRT link VMware Workstation virtual machine Redhat Linux