Windows and Linux Communication

1------------------------------------------------- ------
the Windows and VMware - Linux IP communication configuration
 1, manually modify Windows vmnet1 IP
 2, IP modify the vmnet1 Linux Linux and the same network
  a command Vim / etc / sysconfig / Network-Script / eth0 the ifcfg-
  2 modify = BOOTPROTO "static"
  3, increase IPADDR = "IP address" to increase NETMASK = "255.255.255.0", increase GATEWAY = "",
    if a virtual machine needs to increase networking DNS1 = "" (8.8.8.8 Google's DNS) = DNS2 "8.8.4.4"
  . 4, the command vim / etc / sysconfig / network modification hOSTNAME
  . 5, the command vim / etc / hosts increase in IP mapping between host names and the 
     IP hostname
                  ----------- case modify the host name can restart
2 ------------------------------------------ ---------------------------
turn off the Linux firewall, command service iptables status check the status of service iptables stop turn off the firewall

Chkconfig iptables --list command to view a firewall situation to start
a command chkconfig iptables off the boot off the firewall

3 ------------------------------------------------- --------------------------
 reboot command reboot
 the virtual machine's network adapter instead only host mode
 to Windows local connection or a wireless connection is disabled ping test

 

Windows documents may be garbled because the encoding problem after into Linux. Then open just fine with iconve command.

Guess you like

Origin blog.csdn.net/ws_developer/article/details/49389309