Windows系统ping本地虚拟机~
程序员文章站
2022-11-25 15:22:00
VMnet1设置 VMnet8设置 /etc/sysconfig/network-scripts/ifcfg-eth0设置 Windows系统ping Linux系统IP 其他命令.我也不知道为什么要这样.如果以上还不能可以结合这些来 service iptables status 查看状态 ser ......
- 虚拟机左上角【编辑】>>>【虚拟网络编辑器】
- 【vmnet1】>>>子网ip:192.168.124.0 子网掩码:255.255.255.0
- 【vmnet8】>>>子网ip:192.168.37.0 子网掩码:255.255.255.0
- cd /etc/sysconfig/network-scripts
- ls 查看是否有ifcfg-eth0 如果无 ifconfig eth0 192.168.37.160 其中的160可以随便设置小于255
- vim ifcfg-eth0 编辑文件
- 按i进行修改
- bootproto="static" 修改 启用静态ip地址
- onboot="yes" 修改 yes 开启自动启用网络连接
- ipaddr="192.168.37.160" 添加ip地址 其中的160可以随便设置小于255
- netmask="255.255.255.0" 添加子网掩码
- gateway="192.168.37.2" 添加网关 固定 因为本地windows系统的网关都为.1 这里linux系统设置为.2
- 以下是我的设置
- vmnet1设置
- vmnet8设置
- /etc/sysconfig/network-scripts/ifcfg-eth0设置
- windows系统ping linux系统ip
- 其他命令.我也不知道为什么要这样.如果以上还不能可以结合这些来
- service iptables status 查看状态
- service iptables stop 关闭服务 修改前用
- service network restart 重启服务 修改之后用
推荐阅读
-
在Xen虚拟机全虚拟化环境中安装Windows2003系统
-
SecureCRT连接本地虚拟机Linux系统很慢
-
Windows下Linux虚拟机的配置以及Win10 linux子系统开启
-
Windows系统在本地配置一个apache域名的方法
-
windows系统安装虚拟机VMware12,然后在虚拟机中安装Red Hat Enterprise Linux6操作系统
-
从Windows系统的本地连接到Linux系统的腾讯云服务器的方法
-
Windows系统ping本地虚拟机~
-
在Xen虚拟机全虚拟化环境中安装Windows2003系统
-
windows 10 + vwware+centos 6.5虚拟机系统安装Tomcat
-
3分钟玩明白Windows系统自带的虚拟机Hpyer-V